Aspose.Tasks for .NET 18.5 Release Notes

In this release, we have implemented support for Metered license.

All Changes

KeySummaryCategory
TASKSNET-2362Add a support of setting a default font when a project is rendering into JPG, BMP, PNG and HTMLNew Feature
TASKSNET-1717Integrate Metered license into Aspose.Tasks for .NETNew Feature
TASKSNET-2381Newly created calendar could not be assigned to a taskBug
TASKSNET-2360StartDate and EndDate properties of SaveOptions are not working properlyBug
TASKSNET-2344Fix unnecessary thrown and caught exceptions on .mpp file openingBug
TASKSNET-2343Fix CalendarException check orderBug
TASKSNET-2269Non-informative exception when saving calendar with no working times definedBug

Public API and Backwards Incompatible Changes

Public types addedDescription
Aspose.Tasks.MeteredProvides methods to set metered key.
Public methods and properties addedDescription
Aspose.Tasks.Metered.SetMeteredKey(System.String,System.String)Sets the metered public and private keys.
Aspose.Tasks.Metered.ResetMeteredKeyRemoves previously setup license.
Aspose.Tasks.Saving.HtmlSaveOptions.DefaultFontNameGets or sets the default font for rendering.
Aspose.Tasks.Saving.HtmlSaveOptions.UseProjectDefaultFontGets or sets a value indicating whether the default font must be used for rendering.
Aspose.Tasks.Saving.ImageSaveOptions.DefaultFontNameGets or sets the default font for rendering.
Aspose.Tasks.Saving.ImageSaveOptions.UseProjectDefaultFontGets or sets a value indicating whether the default font must be used for rendering.