Aspose.Tasks for .NET 17.8 Release Notes

Major Features

This release provides the capability of reading/writing RateScale information for Microsoft Project 2013 onward versions.

Features and Improvements

KeySummaryCategory
TASKSNET-2046Add support of RateScale reading/writing for MSP 2013+New Feature
TASKSNET-1965TasksReadingException while using MspDbSettingsEnhancement
TASKSNET-2055Error on adding a resource with 0 units to parent taskBug
TASKSNET-2054ActualFinish of a zero-day milestone task not set properlyBug
TASKSNET-2053MPP with Subproject File causes exception while loading into projectBug
TASKSNET-2051Wrong Percent complete in MPP as compared to XML outputBug
TASKSNET-2045Fix difference in Task duration in MSP 2010 and 2013Bug
TASKSNET-2025MPP to XLSX: Resultant file doesn’t contain any dataBug
TASKSNET-1786ExtendedAttribute Lookup values mixed up for the same taskBug
TASKSNET-1775Lookup extended attribute with CustomFieldType.Duration can’t be saved along with other lookup attributesBug
TASKSNET-1730Custom field with Cost type and lookup can’t be saved to MPPBug
TASKSNET-1627Tsk.ActualDuration and Tsk.PercentComplete are not calculated after setting of Assn.ActualWork propertyBug
TASKSNET-39Unassigned resource assignment work rendered as 0hBug

Public API and Backwards Incompatible Changes

The following public types were added:Description
Aspose.Tasks.RateScaleTypeSpecifies the rate scale type.
The following public methods and properties were added:Description
Aspose.Tasks.Connectivity.MspDbSettings.SchemaGets or sets the schema of the MS Project Server.
Aspose.Tasks.Visualization.BarStyle.DisposePerforms application-defined tasks associated with releasing unmanaged resources.
Aspose.Tasks.Visualization.TextStyle.DisposePerforms application-defined tasks associated with releasing unmanaged resources.
The following public enumerations were added:Description
Aspose.Tasks.BuildVersionInfo.AssemblyInformationalVersionThe informational version number of the assembly.
Aspose.Tasks.RateScaleType.UndefinedIndicates Undefined rate scale type.
Aspose.Tasks.RateScaleType.MinuteIndicates Minute rate scale type.
Aspose.Tasks.RateScaleType.HourIndicates Hour rate scale type.
Aspose.Tasks.RateScaleType.DayIndicates Day rate scale type.
Aspose.Tasks.RateScaleType.WeekIndicates Week rate scale type.
Aspose.Tasks.RateScaleType.MonthIndicates Month rate scale type.
Aspose.Tasks.RateScaleType.QuarterIndicates Quarter rate scale type.
Aspose.Tasks.RateScaleType.YearIndicates Year rate scale type.
Aspose.Tasks.TaskKey.SummaryProgressRepresents the Summary Progress (Task) field.
Aspose.Tasks.TaskKey.TaskIsAssignedRepresents the TaskIsAssigned (Task) field.