Azure.Data.AppConfiguration
1.0.0-preview.4
See the version list below for details.
dotnet add package Azure.Data.AppConfiguration --version 1.0.0-preview.4
NuGet\Install-Package Azure.Data.AppConfiguration -Version 1.0.0-preview.4
<PackageReference Include="Azure.Data.AppConfiguration" Version="1.0.0-preview.4" />
paket add Azure.Data.AppConfiguration --version 1.0.0-preview.4
#r "nuget: Azure.Data.AppConfiguration, 1.0.0-preview.4"
// Install Azure.Data.AppConfiguration as a Cake Addin
#addin nuget:?package=Azure.Data.AppConfiguration&version=1.0.0-preview.4&prerelease
// Install Azure.Data.AppConfiguration as a Cake Tool
#tool nuget:?package=Azure.Data.AppConfiguration&version=1.0.0-preview.4&prerelease
This is the Microsoft Azure Application Configuration Service client library
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Azure.Core (>= 1.0.0)
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- System.Text.Json (>= 4.6.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Azure.Data.AppConfiguration:
Package | Downloads |
---|---|
Microsoft.Extensions.Configuration.AzureAppConfiguration
Microsoft.Extensions.Configuration.AzureAppConfiguration is a configuration provider for the .NET Core framework that allows developers to use Microsoft Azure App Configuration service as a configuration source in their applications. |
|
Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration
A set of Configuration Builders for the .Net Framework that draw from Azure AppConfiguration stores. |
|
Mmm.Iot.Configuration.ClassGeneration
Package Description |
|
Olive.Azure
Package Description |
|
XPike.Configuration.Azure
xPike Configuration provider for Azure Application Configuration Service. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Azure.Data.AppConfiguration:
Repository | Stars |
---|---|
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 7 Clean Architecture (Microservices + Dapr, Modular Monolith, Monolith), Blazor, Angular 15, React 18, Vue 3, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, Identity Server, Entity Framework Core, Selenium, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud (Azure, AWS) Services, ...
|
|
aspnet/MicrosoftConfigurationBuilders
Microsoft.Configuration.Builders
|
Version | Downloads | Last updated |
---|---|---|
1.3.0-beta.1 | 2,385 | 10/10/2022 |
1.2.0 | 8,415,443 | 10/4/2021 |
1.2.0-beta.1 | 370 | 8/10/2021 |
1.1.0 | 212,563 | 7/7/2021 |
1.1.0-beta.3 | 5,319 | 6/8/2021 |
1.1.0-beta.2 | 532 | 4/6/2021 |
1.1.0-beta.1 | 3,318 | 3/9/2021 |
1.0.3 | 90,944 | 5/14/2021 |
1.0.2 | 448,960 | 9/11/2020 |
1.0.1 | 84,888 | 7/7/2020 |
1.0.0 | 15,416,570 | 1/7/2020 |
1.0.0-preview.6 | 3,969 | 12/6/2019 |
1.0.0-preview.5 | 182,261 | 11/21/2019 |
1.0.0-preview.4 | 148,345 | 10/31/2019 |
1.0.0-preview.3 | 741 | 10/17/2019 |
1.0.0-preview.2 | 294 | 10/7/2019 |
1.0.0-preview.1 | 340 | 9/10/2019 |
Refactored several classes based on feedback, including:
- Changed ConfigurationClient method names to align with client methods in other Azure SDK libraries.
- Make terminology consistent around IsReadOnly.
- Removed methods and properties exposing unnecessary complexity, including a SetConfigurationSetting overload and the ConfigurationClientOptions.Version property.
In addition:
- Fixed a bug causing incorrect request signing on retries.
- Made ConfigurationSetting serializable by System.Text.Json serializers.
See https://github.com/Azure/azure-sdk-for-net/tree/Azure.Data.AppConfiguration_1.0.0-preview.4/sdk/appconfiguration/Azure.Data.AppConfiguration/CHANGELOG.md