Migration to the Latest Versions
Aspose.Tasks for .NET has evolved significantly over time. Major versions introduced breaking changes that improve consistency, flexibility, and future compatibility. This section helps you migrate from earlier versions of the library to the latest supported versions.
What Changed in Recent Versions?
Recent major versions — especially 8.0.0 and above — introduced:
- Unified property setting using the
Set
method and enumerations likePrj
,Task
, andResource
. - Explicit object creation and collection management (for tasks, resources, and calendars).
- Removed legacy methods and automatic behaviors.
These changes help streamline the API but may require updates to your existing codebase.
Migration Guides
Refer to the detailed migration guides for step-by-step examples and updated syntax:
We recommend reviewing these materials before upgrading your NuGet packages or integrating with new versions.
Need Help?
If you’re migrating a large project or need assistance, check our:
By following these guidelines, you can take full advantage of the improvements in Aspose.Tasks while keeping your project stable and maintainable.