Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 125.1.169 #55

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions ProjectManagerClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>ProjectManager.SDK</id>
<version>122.0.214</version>
<version>125.1.169</version>
<title>ProjectManager.SDK</title>
<authors>ProjectManager.com</authors>
<owners>ProjectManager.com, Inc.</owners>
Expand All @@ -14,24 +14,22 @@
<readme>docs/README.md</readme>
<summary>ProjectManager API for DotNet</summary>
<releaseNotes>
# Patch notes for 122.0.214
# Patch notes for 125.1.169

These patch notes summarize the changes from version 121.0.4887.
These patch notes summarize the changes from version 122.0.214.

Added 3 new APIs:
* ProjectCustomer.CreateProjectCustomer (POST /api/data/projects/customers)
* ProjectCustomer.UpdateProjectCustomer (PUT /api/data/projects/customers/{customerId})
* ProjectCustomer.DeleteProjectCustomer (DELETE /api/data/projects/customers/{customerId})
Changes to data models:
* WorkSpaceUserInfoDto: Added new field `permissions`


</releaseNotes>
<copyright>Copyright 2023 - 2024</copyright>
<copyright>Copyright 2023 - 2025</copyright>
<tags>projectmanager project management task tracking projects tasks</tags>
<repository type="git" url="https://github.com/projectmgr/projectmanager-sdk-csharp" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Net.Http" version="4.3.4" />
<dependency id="System.Text.Json" version="6.0.2" />
<dependency id="System.Text.Json" version="9.0.0" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/Clients/ApiKeyClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/ChangesetClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/DashboardClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/DiscussionClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/FileClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/HolidayClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/HomeFileClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down Expand Up @@ -52,7 +52,7 @@
/// This API returns a JSON response indicating success or failure.
/// </summary>
/// <param name="fileName">The full path of a file to upload to the API</param>
public async Task<AstroResult<FileDto>> UploadHomeFile(string fileName, byte[] fileBytes)

Check warning on line 55 in src/Clients/HomeFileClient.cs

View workflow job for this annotation

GitHub Actions / Update NuGet package

Parameter 'fileBytes' has no matching param tag in the XML comment for 'HomeFileClient.UploadHomeFile(string, byte[])' (but other parameters do)
{
var url = $"/api/data/home/files";
return await _client.RequestWithFile<FileDto>(HttpMethod.Post, url, null, fileBytes, fileName);
Expand All @@ -75,7 +75,7 @@
/// </summary>
/// <param name="folderId">The reference to the sub folder to put the file into</param>
/// <param name="fileName">The full path of a file to upload to the API</param>
public async Task<AstroResult<FileDto>> UploadHomeFileToFolder(Guid folderId, string fileName, byte[] fileBytes)

Check warning on line 78 in src/Clients/HomeFileClient.cs

View workflow job for this annotation

GitHub Actions / Update NuGet package

Parameter 'fileBytes' has no matching param tag in the XML comment for 'HomeFileClient.UploadHomeFileToFolder(Guid, string, byte[])' (but other parameters do)
{
var url = $"/api/data/home/folders/{folderId}/files";
return await _client.RequestWithFile<FileDto>(HttpMethod.Post, url, null, fileBytes, fileName);
Expand Down
4 changes: 2 additions & 2 deletions src/Clients/IntegrationCategoryClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/IntegrationClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/IntegrationProviderClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/LicenseClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/MeClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/NotificationClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/NptFilesClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down Expand Up @@ -53,7 +53,7 @@
/// </summary>
/// <param name="taskId">The reference to the task</param>
/// <param name="fileName">The full path of a file to upload to the API</param>
public async Task<AstroResult<FileDto>> UploadFileToNonProjectTasks(Guid taskId, string fileName, byte[] fileBytes)

Check warning on line 56 in src/Clients/NptFilesClient.cs

View workflow job for this annotation

GitHub Actions / Update NuGet package

Parameter 'fileBytes' has no matching param tag in the XML comment for 'NptFilesClient.UploadFileToNonProjectTasks(Guid, string, byte[])' (but other parameters do)
{
var url = $"/api/data/non-project-tasks/{taskId}/files";
return await _client.RequestWithFile<FileDto>(HttpMethod.Post, url, null, fileBytes, fileName);
Expand Down
4 changes: 2 additions & 2 deletions src/Clients/ProjectChargeCodeClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/ProjectClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/ProjectCustomerClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/ProjectFieldClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/ProjectFileClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down Expand Up @@ -53,7 +53,7 @@
/// </summary>
/// <param name="projectId">The reference to the project</param>
/// <param name="fileName">The full path of a file to upload to the API</param>
public async Task<AstroResult<FileDto>> UploadProjectFile(Guid projectId, string fileName, byte[] fileBytes)

Check warning on line 56 in src/Clients/ProjectFileClient.cs

View workflow job for this annotation

GitHub Actions / Update NuGet package

Parameter 'fileBytes' has no matching param tag in the XML comment for 'ProjectFileClient.UploadProjectFile(Guid, string, byte[])' (but other parameters do)
{
var url = $"/api/data/projects/{projectId}/files";
return await _client.RequestWithFile<FileDto>(HttpMethod.Post, url, null, fileBytes, fileName);
Expand All @@ -77,7 +77,7 @@
/// <param name="projectId">The reference to the project</param>
/// <param name="folderId">The reference to the sub folder to put the file into</param>
/// <param name="fileName">The full path of a file to upload to the API</param>
public async Task<AstroResult<FileDto>> UploadProjectFileToFolder(Guid projectId, Guid folderId, string fileName, byte[] fileBytes)

Check warning on line 80 in src/Clients/ProjectFileClient.cs

View workflow job for this annotation

GitHub Actions / Update NuGet package

Parameter 'fileBytes' has no matching param tag in the XML comment for 'ProjectFileClient.UploadProjectFileToFolder(Guid, Guid, string, byte[])' (but other parameters do)
{
var url = $"/api/data/projects/{projectId}/folders/{folderId}/files";
return await _client.RequestWithFile<FileDto>(HttpMethod.Post, url, null, fileBytes, fileName);
Expand Down
4 changes: 2 additions & 2 deletions src/Clients/ProjectFolderClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/ProjectMembersClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Clients/ProjectPriorityClient.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/***
* ProjectManager API for C#
*
* (c) 2023-2024 ProjectManager.com, Inc.
* (c) ProjectManager.com, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author ProjectManager.com <[email protected]>
* @copyright 2023-2024 ProjectManager.com, Inc.
* @copyright ProjectManager.com, Inc.
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
Loading
Loading