Skip to content

Commit a38274b

Browse files
[N/A] - Published new 19.12 version.
1 parent 67647ea commit a38274b

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

Aspose.Tasks.Cloud.Sdk/Aspose.Tasks.Cloud.Sdk.nuspec

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<package >
33
<metadata>
44
<id>Aspose.Tasks-Cloud</id>
5-
<version>19.10</version>
5+
<version>19.12</version>
66
<title>Aspose.Tasks Cloud SDK for .NET</title>
77
<summary>Aspose.Tasks Cloud SDK allows developer to manipulate or convert Microsoft Project documents hosted on a cloud platform from .NET applications</summary>
8-
<authors>Ivan Andreychikov</authors>
8+
<authors>Aspose</authors>
99
<owners>Aspose</owners>
1010
<licenseUrl>https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-dotnet/blob/master/LICENSE</licenseUrl>
1111
<projectUrl>https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-dotnet</projectUrl>
@@ -14,16 +14,8 @@
1414
<description>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 Cloud API allows developers to convert Project documents to various formats including XML, HTML, BMP, PNG, PDF, and XSLX.
1515
</description>
1616
<releaseNotes>
17-
1) New feature has been released! Now you can integrate your software with MS Project Online (Project Server):
18-
* Added new method to get info from available projects on your project online account.
19-
* Added new method which allows you to import project from project online.
20-
21-
2) Work with storage is longer requires separate class - now you can do all operations with single TasksApi class.
22-
* Added new method to download file from storage.
23-
24-
3) Added asynchronous implementations of all methods.
25-
26-
The complete list of changes can be found at https://docs.aspose.cloud/display/taskscloud/Aspose.Tasks+Cloud+19.10+Release+Notes
17+
All imported projects from MS Project Online (Project Server) or database now can be saved as MPP file.
18+
The complete list of changes can be found at https://docs.aspose.cloud/display/taskscloud/Aspose.Tasks+Cloud+19.12+Release+Notes
2719
</releaseNotes>
2820
<copyright>Aspose 2002-2019. All Rights Reserved.</copyright>
2921
<tags>MPP Primavera Microsoft Project Server Online P6XML PrimaveraXML XER MPX</tags>

Aspose.Tasks.Cloud.Sdk/Model/Requests/PutImportProjectFromDbRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public PutImportProjectFromDbRequest()
6363
public string Filename { get; set; }
6464

6565
/// <summary>
66-
/// Format of the resulting file. The import to Mpp format is not supported.
66+
/// Format of the resulting file.
6767
/// </summary>
6868
public ProjectFileFormat Format { get; set; }
6969

Aspose.Tasks.Cloud.Sdk/Model/Requests/PutImportProjectFromProjectOnlineRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public PutImportProjectFromProjectOnlineRequest()
5656
public string Token { get; set; }
5757

5858
/// <summary>
59-
/// Format of the resulting file. The import to Mpp format is not supported.
59+
/// Format of the resulting file.
6060
/// </summary>
6161
public ProjectFileFormat? Format { get; set; }
6262

Aspose.Tasks.Cloud.Sdk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
// Minor Version
5454
// Build Number
5555
// Revision
56-
[assembly: AssemblyVersion("19.10.0.0")]
57-
[assembly: AssemblyFileVersion("19.10.0.0")]
56+
[assembly: AssemblyVersion("19.12.0.0")]
57+
[assembly: AssemblyFileVersion("19.12.0.0")]

0 commit comments

Comments
 (0)