ConfigurationInitializer 1.0.9
dotnet add package ConfigurationInitializer --version 1.0.9
NuGet\Install-Package ConfigurationInitializer -Version 1.0.9
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="ConfigurationInitializer" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConfigurationInitializer --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ConfigurationInitializer, 1.0.9"
#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 ConfigurationInitializer as a Cake Addin #addin nuget:?package=ConfigurationInitializer&version=1.0.9 // Install ConfigurationInitializer as a Cake Tool #tool nuget:?package=ConfigurationInitializer&version=1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
configuration initializer, manage decryption and type convertion of settings public properties
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 9.0.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ConfigurationInitializer:
Package | Downloads |
---|---|
ConfigurationInitializer.ServiceFabric
A framework for reading ServiceFabric configuration in a convenient and safe way |
|
ConfigurationInitializer.Azure
Azure role configuration initializer, manage decryption and type convertion of settings public properties |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.4.0 - Support .NET Framework 4.5.1.
1.0.2.0 - Added cleaner exception handling.