Browse our Products

Aspose.Tasks for C++ 23.11 Release Notes

Long-style includes

Since 23.8, Aspose.Tasks for C++ uses long-style includes to prevent header name clashing. Please refer to Aspose.Tasks for C++ 23.8 release notes to learn how to switch your project to use long-style includes. We’ll continue the short-style includes support until January, 2024, inclusive.

All Changes

KeySummaryIssue Type
TASKSNET-11004Add writing of Project.Calendar.Guid to MPPEnhancement
TASKSNET-10629Add a possibility to calculate assignment’s work for the specified date time intervalEnhancement
TASKSNET-10626Add read-only task Status columnEnhancement
TASKSNET-4829Initialize CsvOptions.View with default viewEnhancement

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
Aspose.Tasks.ResourceAssignment.GetTimephasedWork(DateTime, DateTime, TimephasedDataType)Gets amount of timephased work for the specified date time interval.
Aspose.Tasks.Task.StatusGets status of the task.