Aspose.Tasks 21.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Tasks --version 21.4.0
NuGet\Install-Package Aspose.Tasks -Version 21.4.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="21.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Tasks --version 21.4.0
#r "nuget: Aspose.Tasks, 21.4.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=21.4.0

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

.NET API to Manipulate Project Files

Version 21.4 Nuget

Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License

Aspose.Tasks for .NET is a C# library that assists developers in generating, editing, rendering & converting the Project files without needing Microsoft Project®.

Aspose.Tasks for .NET on-premise API enables you to work with projects, formulas, calendars, calendar exceptions, tasks, task links, task baselines, project resources, resource assignments, currencies, handling exceptions, reporting services, and project risk analysis (Monte Carlo Simulation).

Project File Processing Features

  • Set project schedule type, start date & finish date.
  • Modify project standard rate, overtime rate, task type, fixed cost accrual, etc.
  • Manage project extended attributes.
  • Define the project calendar and weekdays.
  • Task baseline scheduling and duration.
  • Work with task constraints.
  • Apply links among tasks.
  • Create task milestones, estimated critical, or effort-driven tasks.
  • Manage resource cost and variance.
  • Assignment cost and budget.
  • Encode MPX files.
  • Comprehensive project reporting (15+ types of reports).

Read & Write Project Formats

Microsoft Project: MPP, MPT, XML Primavera: MPX, P6XML, XER

Save Projects As

Microsoft Office: XLSX Fixed Layout: PDF Images: TIFF, SVG, PNG, JPEG Web: HTML Text: TXT

Platform Independence

You can use Aspose.Tasks for .NET to build any type of a 32-bit or 64-bit .NET application including ASP.NET, WCF, WinForms, WPF, etc. It is possible to use Aspose.Tasks for .NET via COM Interop from ASP, Perl, PHP, and Python. You can also use Aspose.Tasks for .NET to build applications with Mono.

Get Started with Aspose.Tasks for .NET

Are you ready to give Aspose.Tasks for .NET a try? Simply execute Install-Package Aspose.Tasks from the Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Tasks for .NET and want to upgrade the version, please execute Update-Package Aspose.Tasks to get the latest version.

Convert Microsoft Project MPP File to Primavera MPX Format

You can execute the below code snippet to see how Aspose.Tasks API performs against your own samples or check the GitHub Repository for other common usage scenarios.

Project project = new Project(dir + "template.mpp");

// Save project in desired format
project.Save(dir + "output.xml", SaveFileFormat.MPX);

Use C# to Create a Project file, a Task, and a Sub-task within it

// Create a project instance
Project project = new Project();

// Add task, sub-task and save the project
Task task = project.RootTask.Children.Add("Summary1");
Task subtask = task.Children.Add("Subtask1");
project.Save(dir + "output.xml", SaveFileFormat.XML);

Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Aspose.Tasks:

Package Downloads
TrueSight

Package Description

Aspose.Total

Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.

SenseNet.Preview.Aspose.PreviewImageGenerators

Aspose Preview image generator classes for the sensenet platform.

SenseNet.Preview.Aspose

sensenet Aspose Preview Provider makes it possible to generate and serve preview images using Aspose libraries.

NovaQual.DocumentConversionLib

This contains all the document conversions functionality e.g word to pdf, exce to pdf etc

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.3.0 205 3/20/2024
24.2.0 9,938 2/25/2024
24.1.0 5,005 1/26/2024
23.12.0 3,387 12/17/2023
23.11.0 6,190 11/15/2023
23.10.0 3,108 10/16/2023
23.9.0 8,263 9/21/2023
23.8.0 7,195 8/19/2023
23.7.0 12,278 7/21/2023
23.6.0 8,921 6/19/2023
23.5.0 6,280 5/17/2023
23.4.0 8,522 4/18/2023
23.3.0 39,172 3/13/2023
23.2.0 13,960 2/8/2023
23.1.0 14,711 1/17/2023
22.12.0 24,467 12/12/2022
22.11.0 9,765 11/15/2022
22.10.0 29,980 10/8/2022
22.9.0 37,011 9/8/2022
22.8.0 28,829 8/12/2022
22.7.0 69,024 7/14/2022
22.6.0 73,915 6/14/2022
22.5.0 14,914 5/16/2022
22.4.0 10,295 4/14/2022
22.3.0 62,252 3/15/2022
22.2.0 10,593 2/11/2022
22.1.0 15,119 1/14/2022
21.12.0 27,507 12/16/2021
21.11.0 8,990 11/19/2021
21.10.0 9,180 10/13/2021
21.9.0 15,625 9/17/2021
21.8.0 9,671 8/14/2021
21.7.0 14,812 7/18/2021
21.6.0 9,774 6/15/2021
21.5.0 24,101 5/8/2021
21.4.0 13,800 4/10/2021
21.3.0 12,535 3/4/2021
21.2.0 7,474 2/11/2021
21.1.0 3,702 1/20/2021
20.12.0 14,289 12/10/2020
20.11.0 23,561 11/5/2020
20.10.0 2,111 10/9/2020
20.9.1 1,903 9/22/2020
20.9.0 1,374 9/7/2020
20.8.0 61,637 8/14/2020
20.7.2 23,128 7/24/2020
20.7.1 2,324 7/15/2020
20.7.0 1,269 7/3/2020
20.6.0 12,147 6/5/2020
20.5.0 17,217 5/7/2020
20.4.0 16,440 4/3/2020
20.3.0 5,169 3/10/2020
20.2.0 3,805 2/12/2020
20.1.0 3,266 1/13/2020
19.12.0 14,202 12/4/2019
19.11.0 6,967 11/5/2019
19.10.0 8,998 10/3/2019
19.9.0 7,585 9/13/2019
19.8.1 976 9/7/2019
19.8.0 4,935 8/2/2019
19.7.0 10,075 7/13/2019
19.6.1 2,335 6/19/2019
19.6.0 1,191 6/11/2019
19.5.0 3,164 5/21/2019
19.4.0 5,577 4/2/2019
19.3.0 1,354 3/3/2019
19.2.0 2,035 2/1/2019
19.1.0 47,994 1/11/2019
18.12.0 1,882 12/9/2018
18.11.0 2,513 11/1/2018
18.10.0 1,823 10/1/2018
18.9.0 28,321 9/4/2018
18.8.0 3,391 8/1/2018
18.7.1 1,805 7/3/2018
18.7.0 1,255 7/3/2018
18.6.0 1,854 6/5/2018
18.5.0 2,990 5/10/2018
18.4.0 1,632 3/29/2018
18.3.0 5,397 3/13/2018
18.2.0 2,260 2/10/2018
17.12.0 13,432 12/6/2017
17.11.0 3,537 11/1/2017
17.9.0 2,570 9/30/2017
17.8.0 2,974 8/31/2017
17.7.0 23,597 7/31/2017
17.6.0 6,892 6/29/2017
17.5.0 1,685 5/31/2017
17.3.0 1,910 3/31/2017
17.1.0 2,392 1/31/2017
16.11.0 1,882 11/17/2016
9.6.0 2,521 9/19/2016
9.5.0 27,958 8/1/2016
9.4.1 1,660 6/12/2016
9.4.0 1,547 5/25/2016
9.3.0 1,921 3/17/2016
9.2.1 2,562 1/29/2016
9.1.0 3,410 12/30/2015
9.0.1 2,319 11/30/2015
8.9.0 8,753 11/6/2015
8.8.1 1,754 10/5/2015
8.7.0 32,723 8/28/2015