Skip to content

Commit 041a068

Browse files
committed
save
1 parent 18dddf2 commit 041a068

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
monikerRange: '<= azure-devops'
99
ms.author: chcomley
1010
author: chcomley
11-
ms.date: 09/25/2023
11+
ms.date: 11/09/2023
1212
---
1313

1414
# .NET client libraries
@@ -84,15 +84,15 @@ For the latest preview versions, see the [NuGet packages gallery](https://www.nu
8484

8585
## Install
8686

87-
From a NuGet package manager command prompt:
87+
Install from a NuGet package manager command prompt:
8888

8989
```powershell
9090
PM> Install-Package Microsoft.TeamFoundationServer.ExtendedClient
9191
```
9292

9393
## Connect
9494

95-
Create an authenticated connection to Azure DevOps, get an HttpClient for the service you want to work with, and then call methods against that service.
95+
To create an authenticated connection to Azure DevOps, get an HttpClient for the service you want to work with, and then call methods against that service.
9696

9797
See the following examples:
9898

@@ -154,7 +154,7 @@ namespace ConsoleApp1
154154

155155
```
156156

157-
Further authentication samples can be found on our [.NET Samples page](../get-started/client-libraries/samples.md).
157+
For more authentication samples, see [.NET Samples](../get-started/client-libraries/samples.md).
158158

159159
## Reference
160160

0 commit comments

Comments
 (0)