Browse our Products
Aspose.Tasks for C++ 24.7 Release Notes
This page contains release notes information for Aspose.Tasks for C++ 24.7
All Changes
Key | Summary | Issue Type |
---|---|---|
TASKSNET-11192 | Fix order of project import when importing default projects from XER file containing several projects | Enhancement |
TASKSNET-11191 | Add an API to get project’s names to PrimaveraBaseReader | Enhancement |
TASKSNET-11230 | Fix calendar reading from XER format: project’s MinutesPerDay, MinutesPerWeek, DaysPerMonth are taken from non-default calendar | Bug |
TASKSNET-11223 | Fix exception when MPP9 file is saved after resource leveling | Bug |
TASKSNET-11202 | Fix generation of AssignmentActualWork timephased data | Bug |
TASKSNET-11201 | Fix “An entry with the same key already exists” when reading resource rates from XER file | Bug |
TASKSNET-11197 | Fix reading of Baseline.TimephasedData | Bug |
Public API and Backwards Incompatible Changes
The following public types were added: | Description |
---|---|
Aspose.Tasks.Primavera.PrimaveraProjectInfo | Represents short info about a project loaded from Primavera format. |
The following public methods and properties were added: | Description |
---|---|
Aspose.Tasks.Primavera.PrimaveraProjectInfo.Uid | Gets project’s Uid. |
Aspose.Tasks.Primavera.PrimaveraProjectInfo.Name | Gets project’s name. |
Aspose.Tasks.Primavera.PrimaveraProjectInfo.ExportFlag | Gets project’s export flag. When a project is selected for export in Primavera, its ExportFlag is true. |
Aspose.Tasks.PrimaveraBaseReader.GetProjectInfos | Return a list of the project’s short info objects. |