Browse our Products

Aspose.Tasks for C++ 25.7 Release Notes

All Changes

KeySummaryIssue Type
TASKSNET-11503Add support for the scenario when existing VBA module is deleted from MPP fileNew Feature
TASKSNET-11509Add reading of ‘Mandatory start’ and ‘Mandatory finish’ constraint types from Primavera formatsEnhancement
TASKSNET-11507Fix updated source code of VbaModule is not shown when opening the resulting MPP in MS ProjectBug
TASKSNET-11506Fix incorrect reading of tasks hierarchy from XER format v. 25.5.Bug
TASKSNET-11505Fix logic of GetTimephasedWork method for baseline workBug
TASKSNET-11504Fix reading of the specific MPP file with VBA Project presentBug

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose::Tasks::Primavera::PrimaveraConstraintTypeSpecifies 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::NoneNot specified or not applicable.
Aspose::Tasks::Primavera::PrimaveraConstraintType::FinishOnFinish On’ type
Aspose::Tasks::Primavera::PrimaveraConstraintType::FinishOnOrAfterFinish On or After’ type
Aspose::Tasks::Primavera::PrimaveraConstraintType::FinishOnOrBeforeFinish On or Before’ type
Aspose::Tasks::Primavera::PrimaveraConstraintType::MandatoryFinishMandatory Finish’ type
Aspose::Tasks::Primavera::PrimaveraConstraintType::MandatoryStartMandatory Start’ type
Aspose::Tasks::Primavera::PrimaveraConstraintType::StartOnStart On’ type
Aspose::Tasks::Primavera::PrimaveraConstraintType::StartOnOrAfterStart On or After’ type
Aspose::Tasks::Primavera::PrimaveraConstraintType::StartOnOrBeforeStart On or Before’ type
Aspose::Tasks::Primavera::PrimaveraConstraintType::AsLateAsPossibleAs Late As Possible’ type