Skip to content

Commit c6b0c7f

Browse files
authored
Updating .NET & Java SDK versions
1 parent a6982a5 commit c6b0c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/partial-document-update-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article provides examples for how to use Partial Document Update with .NET,
2222

2323
## .NET
2424

25-
You can download the [Azure Cosmos DB .NET SDK v3](sql-api-sdk-dotnet-standard.md) from the [NuGet Gallery](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/)
25+
You can download the *3.22.1-preview* version of Azure Cosmos DB .NET SDK v3 from the [NuGet Gallery](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.22.1-preview)
2626

2727
> [!NOTE]
2828
> The full sample can be found in the [.NET v3 samples repository](https://github.com/Azure/azure-cosmos-dotnet-v3) on GitHub
@@ -94,7 +94,7 @@ transactionalBatchInternalFalse.ExecuteAsync());
9494

9595
## Java
9696

97-
You can add the [Azure Cosmos DB Java SDK v4](sql-api-sdk-java-v4.md) (version `4.20.0` or above) to the list of dependencies in your `pom.xml` or download them directly from [Maven](https://mvnrepository.com/artifact/com.azure/azure-cosmos)
97+
You can add the *4.21.0 or higher* version of the [Azure Cosmos DB Java v4 SDK](sql-api-sdk-java-v4.md) to the list of dependencies in your `pom.xml`.
9898

9999
```xml
100100
<dependency>

0 commit comments

Comments
 (0)