Browse our Products
Aspose.Tasks for .NET 20.1 Release Notes
This page contains release notes information for Aspose.Tasks for .NET 20.1.
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
Key | Summary | Issue Type |
---|---|---|
TASKSNET-3703 | Implement support of saving a project into MPP file without preloading of an MPP template file | New Feature |
TASKSNET-3724 | Fix cost calculation in specific MPP file | Bug |