Aspose.Tasks-Cloud
18.9.0
See the version list below for details.
dotnet add package Aspose.Tasks-Cloud --version 18.9.0
NuGet\Install-Package Aspose.Tasks-Cloud -Version 18.9.0
<PackageReference Include="Aspose.Tasks-Cloud" Version="18.9.0" />
paket add Aspose.Tasks-Cloud --version 18.9.0
#r "nuget: Aspose.Tasks-Cloud, 18.9.0"
// Install Aspose.Tasks-Cloud as a Cake Addin #addin nuget:?package=Aspose.Tasks-Cloud&version=18.9.0 // Install Aspose.Tasks-Cloud as a Cake Tool #tool nuget:?package=Aspose.Tasks-Cloud&version=18.9.0
New generation of Aspose Cloud SDK that allows to manipulate or convert Microsoft Project documents hosted on a cloud platform from .NET applications. It allows you to work with all aspects of a Project document including conversion. The API offers a wide range of Microsoft Project export options. The Aspose.Tasks for Cloud API allows developers to convert Project documents to various formats including XML, HTML, BMP, PNG, PDF, and XSLX.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 10.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
24.10.0 | 79 | 10/24/2024 |
24.4.0 | 137 | 4/22/2024 |
22.12.0 | 389 | 12/14/2022 |
22.7.0 | 441 | 8/3/2022 |
21.10.0 | 438 | 10/23/2021 |
21.8.0 | 347 | 8/22/2021 |
21.2.0 | 529 | 2/26/2021 |
20.11.0 | 1,570 | 11/4/2020 |
20.8.0 | 526 | 8/11/2020 |
20.6.0 | 544 | 6/26/2020 |
19.12.0 | 629 | 12/13/2019 |
19.10.0 | 580 | 10/31/2019 |
19.4.0 | 657 | 7/17/2019 |
18.9.0 | 850 | 10/22/2018 |
18.8.2 | 856 | 9/11/2018 |
18.8.0 | 880 | 9/11/2018 |
18.2.0 | 1,035 | 3/11/2018 |
1.0.6 | 997 | 9/27/2017 |
1.0.5 | 939 | 9/27/2017 |
1.0.4 | 988 | 8/14/2017 |
1.0.3 | 1,064 | 1/6/2017 |
1.0.2 | 1,298 | 11/2/2016 |
1.0.1 | 1,046 | 10/21/2016 |
1.0.0 | 1,591 | 2/23/2016 |
1) Duration type was added.
2) [Breaking] Changes in ExtendedAttribute type (used in Task.ExtendedAttributes, Resource.ExtendedAttributes, ResourceAssignment.ExtendedAttributes collections):
- 'DurationFormat' field was removed
- 'Value' field was removed
- 'AttributeType' field was added
- Following fields were added: 'DateValue', 'DurationValue', 'NumericValue', 'FlagValue', 'TextValue'. The following table shows which field contains the value of extended attribute depending on ExtendedAttribute's type.
Thus in order to get or set the value of a custom field with 'Date', 'Start' or 'Finish' type one should use 'DateValue' field.
3) GET /{name}/extendedattributes/{index} and DELETE /{name}/extendedattributes/{index} endpoints: index parameter now can be FieldId as well as index of attribute in project.ExtendedAttributes collection.
The complete list of changes can be found at https://docs.aspose.cloud/display/taskscloud/Aspose.Tasks+Cloud+18.9+Release+Notes