RockLib.Secrets
2.0.0
Prefix Reserved
See the version list below for details.
dotnet add package RockLib.Secrets --version 2.0.0
NuGet\Install-Package RockLib.Secrets -Version 2.0.0
<PackageReference Include="RockLib.Secrets" Version="2.0.0" />
paket add RockLib.Secrets --version 2.0.0
#r "nuget: RockLib.Secrets, 2.0.0"
// Install RockLib.Secrets as a Cake Addin #addin nuget:?package=RockLib.Secrets&version=2.0.0 // Install RockLib.Secrets as a Cake Tool #tool nuget:?package=RockLib.Secrets&version=2.0.0
A configuration provider for Microsoft.Extensions.Configuration that is backed by runtime secrets.
This package was built from the source code at https://github.com/RockLib/RockLib.Secrets/tree/b863a876b594c1803069b6979d94bd292a89fcfd
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 is compatible. 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. |
-
.NETFramework 4.5.1
- RockLib.Configuration (>= 2.4.1)
- RockLib.Configuration.ObjectFactory (>= 1.6.1)
-
.NETFramework 4.6.2
- RockLib.Configuration (>= 2.4.1)
- RockLib.Configuration.ObjectFactory (>= 1.6.1)
-
.NETStandard 2.0
- RockLib.Configuration (>= 2.4.1)
- RockLib.Configuration.ObjectFactory (>= 1.6.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RockLib.Secrets:
Package | Downloads |
---|---|
RockLib.Secrets.Aws
An Aws implementation of the ISecretsProvider. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 76 | 2/5/2025 |
6.0.0-alpha.1 | 41 | 2/5/2025 |
5.0.0 | 83 | 1/27/2025 |
4.0.1 | 206 | 7/19/2024 |
4.0.0 | 471 | 3/12/2024 |
4.0.0-alpha.1 | 70 | 3/12/2024 |
3.0.1 | 2,369 | 7/18/2022 |
3.0.0 | 1,264 | 4/12/2022 |
2.0.6 | 61,598 | 8/13/2021 |
2.0.5 | 2,341 | 5/6/2021 |
2.0.4 | 516 | 4/22/2021 |
2.0.3 | 614 | 2/12/2021 |
2.0.2 | 13,928 | 8/14/2020 |
2.0.1 | 897 | 7/30/2020 |
2.0.0 | 781 | 6/18/2020 |
1.0.2 | 5,592 | 2/13/2020 |
1.0.1 | 868 | 4/3/2019 |
1.0.0 | 889 | 12/11/2018 |
1.0.0-alpha02 | 902 | 9/21/2018 |
RockLib.Secrets version 2.0.0
- Made configuration extension methods, sources, & providers more idiomatic.
- Added periodic reloading of secrets.
- Added exception handler for when `ISecret.GetValue()` throws an exception.
- Removed the `ISecretsProvider` interface.
- Renamed `ISecret.Key` to `ConfigurationKey`.
- Updated configuration. Instead of the `RockLib_Secrets` / `RockLib.Secrets` composite section defining an `ISecretsProvider`, the section defines one or more instances of `ISecret`.