DFC.Configuration 0.1.7

dotnet add package DFC.Configuration --version 0.1.7
                    
NuGet\Install-Package DFC.Configuration -Version 0.1.7
                    
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="DFC.Configuration" Version="0.1.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DFC.Configuration" Version="0.1.7" />
                    
Directory.Packages.props
<PackageReference Include="DFC.Configuration" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DFC.Configuration --version 0.1.7
                    
#r "nuget: DFC.Configuration, 0.1.7"
                    
#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.
#:package DFC.Configuration@0.1.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DFC.Configuration&version=0.1.7
                    
Install as a Cake Addin
#tool nuget:?package=DFC.Configuration&version=0.1.7
                    
Install as a Cake Tool

Provides framework for storing configuration in a persistence store based on environment

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DFC.Configuration:

Package Downloads
DFC.Configuration.AzureTableStorage

Provides storage layer for shared configuration in Azure Table Storage

DFC.Configuration.FileStorage

Provides storage layer for shared configuration in File Storage. Will read file from app_data in format of environmentname_servicename_version.json

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.7 944 12/18/2018
0.1.0 776 1/10/2019