Browse our Products

Aspose.Tasks for .NET 17.11 Release Notes

Major Features

This release of Aspose.Tasks for .NET includes following major features.

  • Option to set output image quality while saving as JPEG
  • New fill pattern for available MSP 2016 file format

All Changes

KeySummaryCategory
TASKSNET-2140Add option to set image quality when saving as JPEGNew Feature
TASKSNET-2147Enum GanttBarFillPattern should have value 11 corresponding to fill pattern in MSP 2016Enhancement
TASKSNET-2144Recalculate() is updating manually scheduled tasksBug
TASKSNET-2137Wrong finish date calculated for ElapsedDay type durationBug
TASKSNET-2136Prevent recalculation of manually scheduled tasksBug
TASKSNET-2134Wrong Actual Duration in MPP fileBug
TASKSNET-2108SplitParts collection misses time spanBug
TASKSNET-2091Sub-tasks not rendered while converting MPX to PdfA1bBug
TASKSNET-2077Wrong Finish date in XML fileBug
TASKSNET-2051Wrong Percent complete in MPP as compared to XML outputBug
TASKSNET-1748Loading project raises ProjectReadingExceptionBug
TASKSNET-1747TaskReadingException while reading the MPP fileBug
TASKSNET-702MSP 2010 raises error while updating and saving MPP created by Aspose.TasksBug

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
Aspose.Tasks.Duration.IsElapsedGets a value indicating whether time unit is elapsed.
Aspose.Tasks.Saving.ImageSaveOptions.JpegQualityGets or sets a JPEG quality.
The following public enumerations were added:Description
Aspose.Tasks.TaskKey.TaskOriginalStartRepresents the original start (Task) field.
Aspose.Tasks.TaskKey.TaskOriginalFinishRepresents the original finish (Task) field.
Aspose.Tasks.Visualization.GanttBarFillPattern.SolidFillWithDashedBorderSolid with dashed border pattern.