Skip to content

Commit 6de35b7

Browse files
[N/A] - Published new 19.12 version.
1 parent 3a10c32 commit 6de35b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Aspose/Tasks/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class Configuration
135135
* Version of Aspose.Tasks Cloud API
136136
*
137137
*/
138-
protected $clientVersion = '19.10';
138+
protected $clientVersion = '19.12';
139139

140140
/*
141141
* Constructor

src/Aspose/Tasks/Model/Requests/PutImportFromProjectOnlineRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class PutImportFromProjectOnlineRequest
3939
* @param string $site_url The url of sharepoint site. For example, "https://your_company_name.sharepoint.com"
4040
* @param string $guid Guid of the project to import.
4141
* @param string $token Authorization token for the SharePoint.
42-
* @param string $format Format of the resulting file. The import to Mpp format is not supported.
42+
* @param string $format Format of the resulting file.
4343
* @param string $storage The document storage.
4444
* @param string $folder The document folder.
4545
*/
@@ -75,7 +75,7 @@ public function __construct($name, $site_url, $guid, $token, $format = null, $st
7575
public $token;
7676

7777
/*
78-
* Format of the resulting file. The import to Mpp format is not supported.
78+
* Format of the resulting file.
7979
*/
8080
public $format;
8181

src/Aspose/Tasks/Model/Requests/PutImportProjectFromDbRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class PutImportProjectFromDbRequest
4040
* @param string $connection_string The connection string to the source database.
4141
* @param string $project_uid Uid of the project to import.
4242
* @param string $filename The name of the resulting file.
43-
* @param string $format Format of the resulting file. The import to Mpp format is not supported.
43+
* @param string $format Format of the resulting file.
4444
* @param string $folder The document folder.
4545
* @param string $database_schema Schema of Microsoft project database (if applicable)
4646
*/
@@ -76,7 +76,7 @@ public function __construct($database_type, $connection_string, $project_uid, $f
7676
public $filename;
7777

7878
/*
79-
* Format of the resulting file. The import to Mpp format is not supported.
79+
* Format of the resulting file.
8080
*/
8181
public $format;
8282

0 commit comments

Comments
 (0)