Skip to content

Commit

Permalink
# Patch notes for 115.0.4330
Browse files Browse the repository at this point in the history
These patch notes summarize the changes from version 114.0.4166.

Changes to data models:
* NotificationDto: Added new field `id`
* NotificationDto: Removed field `notificationId`
* NotificationDto: Removed field `businessId`
* NotificationDto: Removed field `userId`
* ResourcesCreateDto: Added new field `projectIds`
* RiskExportSettingsDto: Added new field `timeZoneOffset`
* RiskExportSettingsDto: Added new field `dueDateFilter`
* RiskExportSettingsDto: Added new field `priorityFilter`
* RiskExportSettingsDto: Added new field `progressFilter`
* RiskExportSettingsDto: Added new field `assignees`
* RiskExportSettingsDto: Added new field `tags`
* TaskDto: Added new field `theme`
  • Loading branch information
tspence authored and github-actions[bot] committed Aug 19, 2024
1 parent d3f31ac commit dcb9f12
Show file tree
Hide file tree
Showing 4 changed files with 14,164 additions and 9 deletions.
9 changes: 3 additions & 6 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>115.0.4328</version>
<version>115.0.4330</version>
<title>ProjectManager.SDK</title>
<authors>ProjectManager.com</authors>
<owners>ProjectManager.com, Inc.</owners>
Expand All @@ -14,9 +14,9 @@
<readme>docs/README.md</readme>
<summary>ProjectManager API for DotNet</summary>
<releaseNotes>
# Patch notes for 115.0.4328
# Patch notes for 115.0.4330

These patch notes summarize the changes from version 114.0.4169.
These patch notes summarize the changes from version 114.0.4166.

Changes to data models:
* NotificationDto: Added new field `id`
Expand All @@ -32,9 +32,6 @@
* RiskExportSettingsDto: Added new field `tags`
* TaskDto: Added new field `theme`

Deprecated 1 old APIs:
* TaskMetadata.GetTaskMetadata


</releaseNotes>
<copyright>Copyright 2023 - 2024</copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/IProjectManagerClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author ProjectManager.com <[email protected]>
*
* @copyright 2023-2024 ProjectManager.com, Inc.
* @version 115.0.4328
* @version 115.0.4330
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down
4 changes: 2 additions & 2 deletions src/ProjectManagerClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author ProjectManager.com <[email protected]>
*
* @copyright 2023-2024 ProjectManager.com, Inc.
* @version 115.0.4328
* @version 115.0.4330
* @link https://github.com/projectmgr/projectmanager-sdk-csharp
*/

Expand Down Expand Up @@ -39,7 +39,7 @@ public class ProjectManagerClient : IProjectManagerClient
/// <summary>
/// The version of the SDK
/// </summary>
public const string SdkVersion = "115.0.4328";
public const string SdkVersion = "115.0.4330";

private readonly string _apiUrl;
private readonly HttpClient _client;
Expand Down
Loading

0 comments on commit dcb9f12

Please sign in to comment.