Aspose.Tasks for .NET 20.1 Release Notes

Major Features

The release Aspose.Tasks for .NET 20.1 supports the long-awaited feature of saving into MPP format without preloading of MPP template file.

Project p = new Project(); // there is no more need to load MPP template to save it into MPP
// add tasks, resources, etc.
// ...
p.Save("project.mpp", SaveFileFormat.MPP); // !The project will be saved into MPP by using internal MPP template.

All Changes

KeySummaryIssue Type
TASKSNET-3703Implement support of saving a project into MPP file without preloading of an MPP template fileNew Feature
TASKSNET-3724Fix cost calculation in specific MPP fileBug