System.ClientModel
Advanced tools
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
+7
-0
| # Release History | ||
| ## 1.7.0 (2025-09-22) | ||
| ### Features Added | ||
| - Added `ClientConnection` constructor, accepting credentials and metadata. | ||
| - Added `JsonPatch` which allows for applying JSON Patch operations to JSON documents. | ||
| ## 1.6.1 (2025-08-20) | ||
@@ -4,0 +11,0 @@ |
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>System.ClientModel</id> | ||
| <version>1.6.1</version> | ||
| <version>1.7.0</version> | ||
| <authors>Microsoft</authors> | ||
@@ -13,7 +13,7 @@ <requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
| <readme>README.md</readme> | ||
| <projectUrl>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.6.1/sdk/core/System.ClientModel/README.md</projectUrl> | ||
| <projectUrl>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.7.0/sdk/core/System.ClientModel/README.md</projectUrl> | ||
| <description>Contains building blocks for clients that call cloud services.</description> | ||
| <releaseNotes>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.6.1/sdk/core/System.ClientModel/CHANGELOG.md</releaseNotes> | ||
| <releaseNotes>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.7.0/sdk/core/System.ClientModel/CHANGELOG.md</releaseNotes> | ||
| <copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
| <repository type="git" url="https://github.com/Azure/azure-sdk-for-net" commit="07fd8b8b397542f41a1cc34751d810b4c6ead32d" /> | ||
| <repository type="git" url="https://github.com/Azure/azure-sdk-for-net" commit="5ed63e2e9a633d290bd8cc9578fe2fe3966dbc79" /> | ||
| <dependencies> | ||
@@ -24,2 +24,6 @@ <group targetFramework="net8.0"> | ||
| </group> | ||
| <group targetFramework="net9.0"> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="8.0.3" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Memory.Data" version="8.0.1" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework=".NETStandard2.0"> | ||
@@ -26,0 +30,0 @@ <dependency id="Microsoft.Extensions.Logging.Abstractions" version="8.0.3" exclude="Build,Analyzers" /> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display