Browse our Products
Aspose.Tasks for C++ 25.7 Release Notes
This page contains release notes information for Aspose.Tasks for C++ 25.7.
All Changes
Key | Summary | Issue Type |
---|---|---|
TASKSNET-11503 | Add support for the scenario when existing VBA module is deleted from MPP file | New Feature |
TASKSNET-11509 | Add reading of ‘Mandatory start’ and ‘Mandatory finish’ constraint types from Primavera formats | Enhancement |
TASKSNET-11507 | Fix updated source code of VbaModule is not shown when opening the resulting MPP in MS Project | Bug |
TASKSNET-11506 | Fix incorrect reading of tasks hierarchy from XER format v. 25.5. | Bug |
TASKSNET-11505 | Fix logic of GetTimephasedWork method for baseline work | Bug |
TASKSNET-11504 | Fix reading of the specific MPP file with VBA Project present | Bug |
Public API and Backwards Incompatible Changes
The following public types were added: | Description |
---|---|
Aspose::Tasks::Primavera::PrimaveraConstraintType | Specifies a type of activity’s constraint. |
The following public methods and properties were added: | Description |
---|---|
Aspose::Tasks::PrimaveraTaskProperties::get_PrimaryConstraintType() | Gets a type of primary constraint. |
Aspose::Tasks::PrimaveraTaskProperties::get_PrimaryConstraintDate() | Gets the date of primary constraint. |
Aspose::Tasks::PrimaveraTaskProperties::get_SecondaryConstraintType() | Gets a type of secondary constraint. |
Aspose::Tasks::PrimaveraTaskProperties::get_SecondaryConstraintDate() | Gets the date of secondary constraint. |
The following public methods and properties were deleted: | Description |
---|---|
Aspose::Tasks::GroupCriterion::get_Index() | |
Aspose::Tasks::GroupCriterion::get_ParentGroup() | |
Aspose::Tasks::GroupCriterionCollection::get_ParentGroup() |
The following public enumerations were added: | Description |
---|---|
Aspose::Tasks::Primavera::PrimaveraConstraintType::None | Not specified or not applicable. |
Aspose::Tasks::Primavera::PrimaveraConstraintType::FinishOn | Finish On’ type |
Aspose::Tasks::Primavera::PrimaveraConstraintType::FinishOnOrAfter | Finish On or After’ type |
Aspose::Tasks::Primavera::PrimaveraConstraintType::FinishOnOrBefore | Finish On or Before’ type |
Aspose::Tasks::Primavera::PrimaveraConstraintType::MandatoryFinish | Mandatory Finish’ type |
Aspose::Tasks::Primavera::PrimaveraConstraintType::MandatoryStart | Mandatory Start’ type |
Aspose::Tasks::Primavera::PrimaveraConstraintType::StartOn | Start On’ type |
Aspose::Tasks::Primavera::PrimaveraConstraintType::StartOnOrAfter | Start On or After’ type |
Aspose::Tasks::Primavera::PrimaveraConstraintType::StartOnOrBefore | Start On or Before’ type |
Aspose::Tasks::Primavera::PrimaveraConstraintType::AsLateAsPossible | As Late As Possible’ type |