Aspose.Tasks 8.3.0

dotnet add package Aspose.Tasks --version 8.3.0
NuGet\Install-Package Aspose.Tasks -Version 8.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Tasks" Version="8.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Tasks --version 8.3.0
#r "nuget: Aspose.Tasks, 8.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Tasks as a Cake Addin
#addin nuget:?package=Aspose.Tasks&version=8.3.0

// Install Aspose.Tasks as a Cake Tool
#tool nuget:?package=Aspose.Tasks&version=8.3.0

Aspose.Tasks is a class library for working with Microsoft Project files. Using Aspose.Tasks for .NET you can work with MPP, MPT, XML, XLSX, HTML, PDF, XAML and other formats in your applications.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.3.0 244 5/5/2015
8.2.0 213 3/27/2015
8.1.0 146 3/6/2015
8.0.0 226 12/30/2014
7.4.0 63 2/13/2015
7.3.0 582 11/28/2014
7.2.0 725 10/31/2014
7.1.0 160 10/3/2014
7.0.0 215 9/8/2014
6.9.0 311 8/1/2014
6.8.0 266 6/30/2014
6.7.0 130 5/29/2014
6.6.0 95 4/25/2014
6.5.0 120 3/27/2014
6.4.0 240 2/28/2014
6.3.0 132 2/2/2014
6.2.0 91 12/27/2013
6.0.0 1,857 10/30/2013
5.9.0 89 10/1/2013
5.8.0 88 9/1/2013
5.7.0 90 7/31/2013
5.6.0 88 7/3/2013
5.5.0 87 6/5/2013
5.4.0 89 5/15/2013
5.3.0 97 4/4/2013
5.2.0 86 3/7/2013
5.1.0 92 2/4/2013
5.0.0 88 1/16/2013
4.9.0 95 12/16/2012
4.8.0 85 11/12/2012
4.7.0 120 10/4/2012
4.6.0 87 9/5/2012
4.5.0 88 7/31/2012
4.4.0 87 7/11/2012
4.3.0 86 6/7/2012
4.2.1 85 4/9/2012
4.2.0 91 3/8/2012
4.1.0.1 87 2/16/2012
4.1.0 89 2/10/2012
4.0.0 92 1/24/2012

This release introduces the features, enhancements and bug fixes as detailed below:

Major Features

We have implemented converting MPP to MPX format. Option to set start date for GanttChart view has been supported. Also formula calculation and evaluation of functions in formulas have been implemented. About eight bugs have been fixed. Please, see list of all features below.

All Changes
Issue Type Key Summary
New Feature TASKS-33967 TASKS-33909 Implement reading reccuring tasks data from mpp
New Feature TASKS-33978 TASKS-33909 Implement recurring task data writing to mpp
New Feature TASKS-33748 Option to convert MPP to MPX format
New Feature TASKS-33925 Implement formula calculation
New Feature TASKS-33938 Implement evaluation of functions in formulas
Investigation TASKS-33945 Updating MPP raises ArgumentOutOfRangeException
Enhancement TASKS-33886 Provide option to set start date for GanttChart view while saving as MPP
Bug TASKS-33963 Normal tasks become summary task after saving the project by Aspose.Tasks
Bug TASKS-33965 MPP to XML issue
Bug TASKS-33966 TaskReadingException while loading MPP File
Bug TASKS-33973 Low performance of RescheduleUncompletedWorkToStartAfter method
Bug TASKS-33974 Slow performance with Resource Assignment
Bug TASKS-33964 Extended attribute values become combo box after saving MPP file by Aspose.Tasks
Bug TASKS-33983 Setting Actual Start of Task doesn't update Summary Task's "Actual Start" field

Public API and Backwards Incompatible Changes

The following public classes were added:
Class name Description
RecurringTaskInfo Represents the details of a recurring task in a project.
RecurrencePattern Represents a type of recurrence pattern of a recurrent task.
WeekdayType Represents a weekday of a project in the instance of RecurringTaskInfo class.
OrdinalNumber Represents an ordinal number in the instance of RecurringTaskInfo class.

The following public fields were added to existing classes:
Field Name Description
Aspose.Tasks.Saving.SaveFileFormat.MPX Represents MPX file format.

The following public methods were added to existing classes:
Method Name Description
static Duration.parseTimeSpan(java.lang.String) Parses duration string in format "PT--H--M--S--".

The following public properties were added to existing classes:
Property name Description
Task.RecurringInfo Returns the instance of RecurringTaskInfo class for the task which is a recurring task