@@ -10,10 +10,10 @@ Configuration providers for NETCore 2.2, 3.0, 3.1 and NET 5.0.
1010
1111| Package | Latest Stable |
1212| --- | --- |
13- | [ Appy.Configuration.1Password] ( https://www.nuget.org/packages/Appy.Configuration.1Password ) | [ ![ Nuget Package] ( https://img.shields.io/badge/nuget-0.7 .0-blue.svg )] ( https://www.nuget.org/packages/Appy.Configuration.1Password ) |
14- | [ appy-op] ( https://www.nuget.org/packages/appy-op ) | [ ![ Nuget Package] ( https://img.shields.io/badge/nuget-0.7 .0-blue.svg )] ( https://www.nuget.org/packages/appy-op )
15- | [ appy-op (Docker Image)] ( https://hub.docker.com/r/appyway/appy-op/tags?page=1&ordering=last_updated ) | [ ![ Docker Image] ( https://img.shields.io/badge/docker-0.7 .0-blue.svg )] ( https://hub.docker.com/r/appyway/appy-op/tags?page=1&ordering=last_updated ) |
16- | [ Appy.Configuration.WinRegistry] ( https://www.nuget.org/packages/Appy.Configuration.WinRegistry ) | [ ![ Nuget Package] ( https://img.shields.io/badge/nuget-0.7 .0-blue.svg )] ( https://www.nuget.org/packages/Appy.Configuration.WinRegistry ) |
13+ | [ Appy.Configuration.1Password] ( https://www.nuget.org/packages/Appy.Configuration.1Password ) | [ ![ Nuget Package] ( https://img.shields.io/badge/nuget-0.8 .0-blue.svg )] ( https://www.nuget.org/packages/Appy.Configuration.1Password ) |
14+ | [ appy-op] ( https://www.nuget.org/packages/appy-op ) | [ ![ Nuget Package] ( https://img.shields.io/badge/nuget-0.8 .0-blue.svg )] ( https://www.nuget.org/packages/appy-op )
15+ | [ appy-op (Docker Image)] ( https://hub.docker.com/r/appyway/appy-op/tags?page=1&ordering=last_updated ) | [ ![ Docker Image] ( https://img.shields.io/badge/docker-0.8 .0-blue.svg )] ( https://hub.docker.com/r/appyway/appy-op/tags?page=1&ordering=last_updated ) |
16+ | [ Appy.Configuration.WinRegistry] ( https://www.nuget.org/packages/Appy.Configuration.WinRegistry ) | [ ![ Nuget Package] ( https://img.shields.io/badge/nuget-0.8 .0-blue.svg )] ( https://www.nuget.org/packages/Appy.Configuration.WinRegistry ) |
1717
1818## Table of Contents
1919
@@ -50,7 +50,7 @@ PM> Install-Package Appy.Configuration.1Password
5050When you install the package, it should be added to your _ csproj_ file. Alternatively, you can add it directly by adding:
5151
5252``` xml
53- <PackageReference Include =" Appy.Configuration.1Password" Version =" 0.7 .0" />
53+ <PackageReference Include =" Appy.Configuration.1Password" Version =" 0.8 .0" />
5454```
5555
5656Let's imagine we have a configuration file like the following appsettings.json file:
@@ -344,7 +344,7 @@ PM> Install-Package Appy.Configuration.WinRegistry
344344When you install the package, it should be added to your _ csproj_ file. Alternatively, you can add it directly by adding:
345345
346346``` xml
347- <PackageReference Include =" Appy.Configuration.WinRegistry" Version =" 0.7 .0" />
347+ <PackageReference Include =" Appy.Configuration.WinRegistry" Version =" 0.8 .0" />
348348```
349349
350350Now let's imagine we have a configuration file like the following appSettings.json:
0 commit comments