Skip to content

Commit 4b27d8a

Browse files
committed
UUF fix, PAT replacements, refresh
1 parent 1ad556d commit 4b27d8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/integrate/concepts/dotnet-client-libraries.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: .NET client libraries
3-
description: Easily integrate with Azure DevOps from apps and services on Windows.
3+
description: Learn how to use Azure DevOps .NET client libraries to integrate work items, Git repositories, builds, and pipelines into your C# applications and Windows services.
44
ms.assetid: 474cdb4f-9a5e-49fb-84b2-9c540ebcf98b
5+
ai-usage: ai-assisted
56
ms.subservice: azure-devops-ecosystem
67
ms.custom: devx-track-dotnet
78
ms.topic: conceptual
89
monikerRange: '<= azure-devops'
910
ms.author: chcomley
1011
author: chcomley
11-
ms.date: 03/20/2025
12+
ms.date: 07/02/2025
13+
#customer intent: As a .NET developer, I want to integrate my C# applications with Azure DevOps services like work items, Git repositories, builds, and pipelines using official client libraries and REST APIs.
1214
---
1315

1416
# .NET client libraries
@@ -40,8 +42,6 @@ The following table maps the package versions of the .NET client libraries to th
4042
|---------------|---------------------|
4143
|16.205.x| `versions >= Azure DevOps Server 2022` |
4244
|16.170.x| `versions >= Azure DevOps Server 2020`|
43-
|16.153.x| `versions >= Azure DevOps Server 2019 Update 1`|
44-
|16.143.x| `versions >= Azure DevOps Server 2019`|
4545

4646
For the latest preview versions, see the [NuGet packages gallery](https://www.nuget.org/packages?q=azure+devops+.net).
4747

@@ -69,7 +69,7 @@ The following table lists the .NET client libraries available for accessing vari
6969
|[Microsoft.Azure.Pipelines.Policy.Client](https://www.nuget.org/packages/Microsoft.Azure.Pipelines.Policy.Client/)<br/>Provides access to the pipeline approvals, checks, and authorization via public REST APIs. |`Microsoft.Azure.Pipelines.Policy.Client.dll` |
7070

7171
> [!TIP]
72-
> If you have an existing Windows application or service that uses the TFS Client Object Model, use `Microsoft.TeamFoundationServer.ExtendedClient`. This package provides access to the older SOAP-based APIs, which are necessary for certain functionalities not available in the newer REST APIs. However, this package doesn't support .NET Standard and is intended for use only when the REST APIs don't offer the required functionality.
72+
> **Legacy SOAP APIs**: If you have an existing Windows application that uses the TFS Client Object Model, use `Microsoft.TeamFoundationServer.ExtendedClient` for SOAP-based APIs. This package is only recommended when REST APIs don't provide the specific functionality you need (such as TFVC workspace creation). This package doesn't support .NET Standard and Microsoft is no longer investing in SOAP-based APIs.
7373
7474
## Soap package
7575

@@ -190,7 +190,7 @@ async void InitAzureDevOps()
190190

191191
### Using NetStandard 2.0 versions of the Azure DevOps OM
192192

193-
For version 16.143.1 of our NuGet packages, we support NetStandard 2.0. These packages correlate with Azure DevOps Server 2019 RTW and are fully compatible with Azure DevOps.
193+
For version 16.143.1 of our NuGet packages, we support NetStandard 2.0. These packages correlate with Azure DevOps Server and are fully compatible with Azure DevOps.
194194

195195
### Microsoft.TeamFoundationServer.ExtendedClient package doesn't have NetStandard support
196196

0 commit comments

Comments
 (0)