Browse our Products

Aspose.Tasks for Python via .NET 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.export_flagGets project’s export flag. When a project is selected for export in Primavera, its ExportFlag is true.
aspose.tasks.primaveraBaseReader.get_project_infosReturn a list of the project’s short info objects.