Azure.Data.AppConfiguration 1.0.0-preview.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Azure.Data.AppConfiguration.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Data.AppConfiguration --version 1.0.0-preview.2
NuGet\Install-Package Azure.Data.AppConfiguration -Version 1.0.0-preview.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Data.AppConfiguration" Version="1.0.0-preview.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Azure.Data.AppConfiguration --version 1.0.0-preview.2
#r "nuget: Azure.Data.AppConfiguration, 1.0.0-preview.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Azure.Data.AppConfiguration as a Cake Addin
#addin nuget:?package=Azure.Data.AppConfiguration&version=1.0.0-preview.2&prerelease

// Install Azure.Data.AppConfiguration as a Cake Tool
#tool nuget:?package=Azure.Data.AppConfiguration&version=1.0.0-preview.2&prerelease

This is the Microsoft Azure Application Configuration Service client library

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Azure.Data.AppConfiguration:

Package Downloads
Microsoft.Extensions.Configuration.AzureAppConfiguration The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A set of Configuration Builders for the .Net Framework that draw from Azure AppConfiguration stores.

Mmm.Iot.Configuration.ClassGeneration

Package Description

Olive.Azure

Olive Framework

XPike.Configuration.Azure

xPike Configuration provider for Azure Application Configuration Service.

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 17, React 18, Vue 3, BFF with YARP, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, Selenium, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud Services (Azure, AWS, Google)...
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.4.0-beta.1 139 3/7/2024
1.3.0 2,148,892 11/8/2023
1.3.0-beta.3 441 10/9/2023
1.3.0-beta.2 48,600 7/11/2023
1.3.0-beta.1 12,900 10/10/2022
1.2.1 129,063 9/12/2023
1.2.0 26,043,142 10/4/2021
1.2.0-beta.1 448 8/10/2021
1.1.0 366,054 7/7/2021
1.1.0-beta.3 5,930 6/8/2021
1.1.0-beta.2 627 4/6/2021
1.1.0-beta.1 3,413 3/9/2021
1.0.3 110,773 5/14/2021
1.0.2 558,641 9/11/2020
1.0.1 99,030 7/7/2020
1.0.0 19,253,749 1/7/2020
1.0.0-preview.6 4,091 12/6/2019
1.0.0-preview.5 186,809 11/21/2019
1.0.0-preview.4 152,497 10/31/2019
1.0.0-preview.3 862 10/17/2019
1.0.0-preview.2 359 10/7/2019
1.0.0-preview.1 415 9/10/2019

- Enabled conditional requests.
     - Added support for setting x-ms-client-request-id, x-ms-correlation-request-id, and correlation-context headers.
     - Added SetReadOnly/ClearReadOnly methods.
     - Enabled setting service version.
     - Added support for Sync-Token headers.
     - Updated authorization header format.
     - Removed Update methods.