Browse our Products

Aspose.Tasks for C++ 24.7 Release Notes

All Changes

KeySummaryIssue Type
TASKSNET-11192Fix order of project import when importing default projects from XER file containing several projectsEnhancement
TASKSNET-11191Add an API to get project’s names to PrimaveraBaseReaderEnhancement
TASKSNET-11230Fix calendar reading from XER format: project’s MinutesPerDay, MinutesPerWeek, DaysPerMonth are taken from non-default calendarBug
TASKSNET-11223Fix exception when MPP9 file is saved after resource levelingBug
TASKSNET-11202Fix generation of AssignmentActualWork timephased dataBug
TASKSNET-11201Fix “An entry with the same key already exists” when reading resource rates from XER fileBug
TASKSNET-11197Fix reading of Baseline.TimephasedDataBug

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Tasks.Primavera.PrimaveraProjectInfoRepresents short info about a project loaded from Primavera format.
The following public methods and properties were added:Description
Aspose.Tasks.Primavera.PrimaveraProjectInfo.UidGets project’s Uid.
Aspose.Tasks.Primavera.PrimaveraProjectInfo.NameGets project’s name.
Aspose.Tasks.Primavera.PrimaveraProjectInfo.ExportFlagGets project’s export flag. When a project is selected for export in Primavera, its ExportFlag is true.
Aspose.Tasks.PrimaveraBaseReader.GetProjectInfosReturn a list of the project’s short info objects.