Azure.Data.AppConfiguration
1.0.0-preview.4
Prefix Reserved
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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. |
|
Olive.Azure
Olive Framework |
|
XPike.Configuration.Azure
xPike Configuration provider for Azure Application Configuration Service. |
|
SimpleToggle.Sources.Azure
Adds Azure toggle sources for Simple Toggle. Includes App Configuration sources. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Azure.Data.AppConfiguration:
Repository | Stars |
---|---|
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 8 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 18, React 18, Vue 3, BFF with YARP, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, OpenTelemetry, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud Services (Azure, AWS, GCP).
|
|
aspnet/MicrosoftConfigurationBuilders
Microsoft.Configuration.Builders
|
|
Azure/azure-sdk-tools
Tools repository leveraged by the Azure SDK team.
|
|
jongio/memealyzer
Memealyzer is an app built to demonstrate some the latest and greatest Azure tech to dev, debug, and deploy microservice applications.
|
Version | Downloads | Last updated |
---|---|---|
1.5.0 | 180,559 | 8/6/2024 |
1.4.1 | 5,733,265 | 4/18/2024 |
1.4.0 | 50,834 | 4/10/2024 |
1.4.0-beta.1 | 1,249 | 3/7/2024 |
1.3.0 | 7,236,337 | 11/8/2023 |
1.3.0-beta.3 | 502 | 10/9/2023 |
1.3.0-beta.2 | 61,391 | 7/11/2023 |
1.3.0-beta.1 | 14,426 | 10/10/2022 |
1.2.1 | 215,391 | 9/12/2023 |
1.2.0 | 33,243,703 | 10/4/2021 |
1.2.0-beta.1 | 493 | 8/10/2021 |
1.1.0 | 483,351 | 7/7/2021 |
1.1.0-beta.3 | 6,168 | 6/8/2021 |
1.1.0-beta.2 | 670 | 4/6/2021 |
1.1.0-beta.1 | 3,452 | 3/9/2021 |
1.0.3 | 122,094 | 5/14/2021 |
1.0.2 | 595,372 | 9/11/2020 |
1.0.1 | 107,833 | 7/7/2020 |
1.0.0 | 20,852,000 | 1/7/2020 |
1.0.0-preview.6 | 4,125 | 12/6/2019 |
1.0.0-preview.5 | 188,944 | 11/21/2019 |
1.0.0-preview.4 | 155,158 | 10/31/2019 |
1.0.0-preview.3 | 899 | 10/17/2019 |
1.0.0-preview.2 | 387 | 10/7/2019 |
1.0.0-preview.1 | 439 | 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