Skip to content

Commit af005f8

Browse files
[N/A] - Published new 19.12 version.
1 parent f57cfca commit af005f8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asposecloud/aspose-tasks-cloud",
3-
"version": "19.10.1",
3+
"version": "19.12.0",
44
"description": "Aspose.Tasks Cloud SDK for Node.js",
55
"homepage": "https://products.aspose.cloud/tasks",
66
"readmeFilename": "README.md",

src/internal/requestHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura
104104
//headers
105105
sa.set("User-Agent", "tasks nodejs sdk");
106106
sa.set("x-aspose-client", "nodejs sdk");
107-
sa.set("x-aspose-client-version", "19.10");
107+
sa.set("x-aspose-client-version", "19.12");
108108

109109
if (!requestOptions.headers) {
110110
requestOptions.headers = {};

src/model/model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8908,7 +8908,7 @@ public projectUid: string;
89088908
public filename: string;
89098909

89108910
/**
8911-
* Format of the resulting file. The import to Mpp format is not supported.
8911+
* Format of the resulting file.
89128912
*/
89138913
public format: ProjectFileFormat;
89148914

@@ -9001,7 +9001,7 @@ public guid: string;
90019001
public xProjectOnlineToken: string;
90029002

90039003
/**
9004-
* Format of the resulting file. The import to Mpp format is not supported.
9004+
* Format of the resulting file.
90059005
*/
90069006
public format: ProjectFileFormat;
90079007

0 commit comments

Comments
 (0)