Browse our Products

Aspose.Tasks for .NET 9.6.0 Release Notes

Aspose.Tasks for .NET API enables application developers to write code for manipulating Microsoft Project documents without it being installed on the systems. It provides support for Microsoft Project (MPP/XML) as well as Primavera File Formats. Project data can be exported to a number of formats including PDF, PNG, BMP and others.

Features and Improvements

KeySummaryCategory
TASKSNET-1606Changing duration of Tasks is slowBug
TASKSNET-1605RegAsm with Aspose.Tasks for .NET DLL raises warningsBug
TASKSNET-1585Aspose.Tasks for .NET SplitPartCollection Exception while setting the resource assignmentBug
TASKSNET-1575Notes not updated in MPP file (.NET)Bug
TASKSNET-1572Actual finish date not calculated despite the assignment % complete work is 100% (.NET)Bug
TASKSNET-1571Clear all the actual fields of a project-.NETBug
TASKSNET-1570Empty and tags added to task - Causing empty display of task start/finish in MSP-.NETBug
TASKSNET-1568Wrong date set for new task SplitParts.FinishBug

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
Aspose.Tasks.CalendarExceptionCollection.AddRange(System.Collections.Generic.IEnumerable<Aspose.Tasks.CalendarException>)Adds range of exceptions to the internal list.
Aspose.Tasks.CalendarExceptionCollection.ClearRemoves all items from the Aspose.Tasks.CalendarExceptionCollection.
Aspose.Tasks.TimephasedDataCollection.SelectBetweenStartAndFinish(Aspose.Tasks.TimephasedDataType,System.DateTime,System.DateTime)Selects all time phases between “startTime” and “finishTime”. Has O(log n) complexity in average case.
The following public enumerations were added:Description
Aspose.Tasks.Visualization.DateLabel.DayDiDdSpaceExamples: M 30, T 1
Aspose.Tasks.Visualization.DateLabel.DayDiDdNoSpaceExamples: M30, T1
The following public enumerations were deleted:Description
Aspose.Tasks.Visualization.DateLabel.DayDiDd
Aspose.Tasks.Visualization.DateLabel.DayDidd**