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
@@ -6,6 +6,6 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <Default Extension="dll" ContentType="application/octet" /> | ||
| <Default Extension="xml" ContentType="application/octet" /> | ||
| <Default Extension="md" ContentType="application/octet" /> | ||
| <Default Extension="nuspec" ContentType="application/octet" /> | ||
| <Default Extension="png" ContentType="application/octet" /> | ||
| <Default Extension="nuspec" ContentType="application/octet" /> | ||
| <Default Extension="xml" ContentType="application/octet" /> | ||
| </Types> |
+11
-0
| # Release History | ||
| ## 1.9.0 (2026-01-27) | ||
| ### Features Added | ||
| - Added core support for Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection. | ||
| - Added `JsonModel<T>` abstract base class that provides a simplified way to implement `IJsonModel<T>` for JSON serialization and deserialization. | ||
| ### Bugs Fixed | ||
| - Fixed an issue with `ClientRetryPolicy` where delays were being calculated using the retry count instead of the attempt count, causing the initial retry to occur without delay and subsequent retries to be performed more quickly than intended. | ||
| ## 1.8.1 (2025-11-10) | ||
@@ -4,0 +15,0 @@ |
@@ -5,3 +5,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>System.ClientModel</id> | ||
| <version>1.8.1</version> | ||
| <version>1.9.0</version> | ||
| <authors>Microsoft</authors> | ||
@@ -13,21 +13,33 @@ <requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
| <readme>README.md</readme> | ||
| <projectUrl>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.8.1/sdk/core/System.ClientModel/README.md</projectUrl> | ||
| <projectUrl>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.9.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.8.1/sdk/core/System.ClientModel/CHANGELOG.md</releaseNotes> | ||
| <releaseNotes>https://github.com/Azure/azure-sdk-for-net/blob/System.ClientModel_1.9.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="8009447c9a15f1a8256bf98960fa67217961719d" /> | ||
| <repository type="git" url="https://github.com/Azure/azure-sdk-for-net" commit="6e97c088050cd354e944784385f43adaaeb29f33" /> | ||
| <dependencies> | ||
| <group targetFramework="net8.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" /> | ||
| <dependency id="Microsoft.Extensions.Configuration.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Memory.Data" version="10.0.1" exclude="Build,Analyzers" /> | ||
| </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" /> | ||
| <dependency id="Microsoft.Extensions.Configuration.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Memory.Data" version="10.0.1" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework="net10.0"> | ||
| <dependency id="Microsoft.Extensions.Configuration.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Memory.Data" version="10.0.1" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework=".NETStandard2.0"> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="8.0.3" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Diagnostics.DiagnosticSource" version="8.0.1" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Memory.Data" version="8.0.1" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Text.Json" version="8.0.6" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Configuration.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.Extensions.Logging.Abstractions" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Diagnostics.DiagnosticSource" version="10.0.2" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Memory.Data" version="10.0.1" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Text.Json" version="10.0.1" exclude="Build,Analyzers" /> | ||
| </group> | ||
@@ -34,0 +46,0 @@ </dependencies> |
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display