C3i.Azure.AppConfiguration 1.0.2

dotnet add package C3i.Azure.AppConfiguration --version 1.0.2                
NuGet\Install-Package C3i.Azure.AppConfiguration -Version 1.0.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="C3i.Azure.AppConfiguration" Version="1.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add C3i.Azure.AppConfiguration --version 1.0.2                
#r "nuget: C3i.Azure.AppConfiguration, 1.0.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 C3i.Azure.AppConfiguration as a Cake Addin
#addin nuget:?package=C3i.Azure.AppConfiguration&version=1.0.2

// Install C3i.Azure.AppConfiguration as a Cake Tool
#tool nuget:?package=C3i.Azure.AppConfiguration&version=1.0.2                

C3i.Azure.AppConfiguration

C3i.Azure.AppConfiguration é uma biblioteca .NET que facilita a conexão e utilização do serviço Azure App Configuration em aplicações .NET 8.

Visão Geral

O Azure App Configuration fornece uma maneira centralizada de gerenciar configurações e valores de recursos para suas aplicações. Esta biblioteca abstrai a complexidade de conectar-se ao Azure App Configuration e permite que você integre facilmente este serviço em suas aplicações .NET 8.

Recursos

  • Conexão simplificada ao Azure App Configuration.
  • Suporte para múltiplos ambientes e projetos.
  • Integração fácil com o WebApplicationBuilder.

Instalação

Para instalar a biblioteca, adicione a referência ao pacote NuGet no seu projeto:

dotnet add package C3i.Azure.AppConfiguration

Contribuição

Contribuições são bem-vindas! Sinta-se à vontade para abrir uma issue ou enviar um pull request no GitHub.

Licença

Este projeto está licenciado sob os termos da licença MIT. Veja o arquivo LICENSE para mais detalhes.


Feito com ❤️ por Diogo


## Resumo

- **Visão Geral:** Introdução ao propósito da biblioteca.
- **Recursos:** Lista dos principais recursos da biblioteca.
- **Instalação:** Instruções para instalar a biblioteca via NuGet.
- **Contribuição:** Informações sobre como contribuir com o projeto.
- **Licença:** Informações sobre a licença do projeto.

Este README fornece uma visão clara e detalhada do projeto `C3i.Azure.AppConfiguration` e deve ajudar os usuários a entenderem como usar a biblioteca em suas aplicações .NET 8.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 392 7/26/2024
1.0.1 70 7/26/2024
1.0.0 55 7/26/2024

O Nome do Projeto agora é recuperado automaticamente, sem a necessidade de informar quando for iniciar as variáveis de ambiente.