ProjectManager.SDK 142.0.226

dotnet add package ProjectManager.SDK --version 142.0.226
                    
NuGet\Install-Package ProjectManager.SDK -Version 142.0.226
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ProjectManager.SDK" Version="142.0.226" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ProjectManager.SDK" Version="142.0.226" />
                    
Directory.Packages.props
<PackageReference Include="ProjectManager.SDK" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ProjectManager.SDK --version 142.0.226
                    
#r "nuget: ProjectManager.SDK, 142.0.226"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ProjectManager.SDK@142.0.226
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ProjectManager.SDK&version=142.0.226
                    
Install as a Cake Addin
#tool nuget:?package=ProjectManager.SDK&version=142.0.226
                    
Install as a Cake Tool

NuGet

ProjectManager.com SDK for API v4

This software development kit contains all API definitions for the ProjectManager.com REST API v4.

Why use the SDK?

The ProjectManager API v4 is available as a REST definition in OpenAPI format. You can read the documentation online at developer.projectmanager.com.

This SDK provides a few capabilities that developers may find more useful than hand-writing REST API code:

  • Documentation is available in your editor via autocomplete and hover docblocks
  • Patch notes are available detailing changes
  • Implements GZip encoding and HTTPS connection pooling
  • Automated updates whenever new API endpoints are added

Using this SDK

Here's how to add this SDK to create a project.

dotnet add package ProjectManager.Sdk

To create an API client for ProjectManager, you must specify:

  • Your API key, and
  • Your environment URL.

For the ProjectManager production environment, the environment URL is https://api.projectmanager.com.

To obtain a ProjectManager.com API key:

  • Log on to ProjectManager.com
  • Click your name in the bottom left hand corner
  • Select Account, then API
  • Follow the instructions on the page to create a new API key
using System;
using ProjectManager.Sdk;

public class CSharpExample
{
    public static async ProjectManagerClient GetProjectManagerClient(string? apiKey, string? env)
    {
        return ProjectManagerClient
            .WithCustomEnvironment(env ?? Environment.GetEnvironmentVariable("PM_ENV"))
            .WithBearerToken(apiKey ?? Environment.GetEnvironmentVariable("PM_API_KEY"))
            .WithAppName("MyApplicationName");
    }
}
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
142.0.226 160 9/29/2025
141.1.156 168 9/23/2025
139.0.157 177 8/25/2025
138.1.170 164 8/10/2025
137.0.201 130 7/28/2025
136.0.106 175 7/7/2025
135.0.134 178 7/2/2025
134.0.125 317 6/9/2025
133.1.136 181 5/27/2025
132.1.183 174 5/19/2025
131.1.208 189 5/4/2025
130.1.162 209 4/21/2025
129.0.113 190 4/1/2025
127.0.185 150 3/2/2025
125.1.169 147 1/26/2025
122.0.214 260 11/18/2024
121.0.4887 165 10/30/2024
120.0.4689 179 10/20/2024
119.0.4625 180 9/30/2024
117.0.4438 195 9/3/2024
115.0.4330 181 8/28/2024
115.0.4328 187 8/19/2024
114.0.4169 154 7/26/2024
112.0.3856 171 6/13/2024
110.0.3705 172 5/29/2024
107.0.3368 186 4/9/2024
104.0.3086 187 2/26/2024
103.0.3003 204 2/11/2024
102.0.2949 204 1/31/2024
102.0.2887 173 1/26/2024
102.0.2886 171 1/23/2024
99.0.2548 271 12/11/2023
98.0.2363 205 11/20/2023
97.0.2178 208 10/25/2023
96.0.2123 215 10/15/2023
11.1.2053 208 10/11/2023
11.1.2012 194 10/2/2023
11.1.1863 195 10/2/2023
11.1.1704 244 9/1/2023
11.1.1703 218 8/19/2023
11.1.1468 251 7/26/2023
11.1.1438 264 7/20/2023
1.0.0 154 1/26/2025

# Patch notes for 142.0.226

These patch notes summarize the changes from version 141.1.156.

Added 7 new APIs:
* NptRecurrency.CreateWeeklyRecurringNpts (POST /api/data/npt/{taskId}/recurring/weekly)
* NptRecurrency.CreateMonthlyRecurringNpts (POST /api/data/npt/{taskId}/recurring/monthly)
* NptRecurrency.CreateDailyRecurringNpts (POST /api/data/npt/{taskId}/recurring/daily)
* NptRecurrency.CreateYearlyRecurringNpts (POST /api/data/npt/{taskId}/recurring/yearly)
* NptRecurrency.DeleteRecurringNpts (DELETE /api/data/npt/{taskId}/recurring/{option})
* Task.FetchTheFirstLevelChildTasksFromTheTask (GET /api/data/tasks/{taskId}/subtasks)
* TaskAssignee.ReturnsTaskAssignees (GET /api/data/tasks/{taskId}/assignees)

Changes to data models:
* NptCreateDto: Added new field `statusId`
* NptDetailsDto: Added new field `createDate`
* NptDetailsDto: Added new field `owner`
* NptDetailsDto: Added new field `ownerId`
* NptDetailsDto: Added new field `discussionData`
* NptDetailsDto: Added new field `fileData`
* NptDetailsDto: Added new field `recurring`
* NptDetailsDto: Added new field `recurringParentTaskId`
* NptDetailsDto: Added new field `recurringSettings`
* NptDto: Added new field `createDate`
* NptDto: Added new field `owner`
* NptDto: Added new field `ownerId`
* NptUpdateDto: Added new field `plannedDuration`
* NptUpdateDto: Added new field `plannedEffort`
* NptUpdateDto: Added new field `actualDuration`
* NptUpdateDto: Added new field `recurring`
* RecurringTaskChangeSetDetails: Added new field `changeSetId`
* TaskDetailsDto: Added new field `ownerId`
* TaskDetailsDto: Added new field `owner`
* TaskDetailsDto: Added new field `recurring`
* TaskDetailsDto: Added new field `recurringParentTaskId`
* TaskDetailsDto: Added new field `recurringSettings`
* TaskDetailsDto: Added new field `approvalStatus`
* TaskDetailsDto: Added new field `approvalStatusModifiedBy`
* TaskDetailsDto: Added new field `approvalStatusModifiedDate`
* TaskDetailsDto: Added new field `approvalLastReminderDate`
* TaskDetailsDto: Added new field `discussionData`
* TaskDetailsDto: Added new field `fileData`
* TaskDetailsDto: Added new field `successors`
* TaskDetailsDto: Added new field `predecessors`
* TaskUpdateDto: Added new field `actualDuration`