AppBrix.Configuration 0.18.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AppBrix.Configuration --version 0.18.0
NuGet\Install-Package AppBrix.Configuration -Version 0.18.0
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="AppBrix.Configuration" Version="0.18.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AppBrix.Configuration --version 0.18.0
#r "nuget: AppBrix.Configuration, 0.18.0"
#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 AppBrix.Configuration as a Cake Addin
#addin nuget:?package=AppBrix.Configuration&version=0.18.0

// Install AppBrix.Configuration as a Cake Tool
#tool nuget:?package=AppBrix.Configuration&version=0.18.0

Base classes and interfaces for managing configurations.

Product 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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on AppBrix.Configuration:

Package Downloads
AppBrix

AppBrix Core containing the application and module classes and interfaces.

AppBrix.Configuration.Json

Contains serializer/deserializer for JSON based configurations.

AppBrix.Configuration.Files

Adds configuration provider which reads and writes into files.

AppBrix.Configuration.Memory

Adds configuration provider which reads and writes into memory. Usually used when creating applications inside tests.

AppBrix.Configuration.Yaml

Contains serializer/deserializer for YAML based configurations.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.44.0 283 2/14/2024
0.43.0 518 11/23/2023
0.42.0 652 10/2/2023
0.41.0 890 7/11/2023
0.40.0 884 6/15/2023
0.39.0 1,090 4/15/2023
0.38.0 1,145 3/2/2023
0.37.0 1,191 2/9/2023
0.36.0 1,317 12/17/2022
0.35.0 4,414 10/11/2022
0.34.0 4,452 8/14/2022
0.33.0 4,626 7/14/2022
0.32.0 4,615 6/18/2022
0.31.2 4,731 5/15/2022
0.31.1 4,651 5/15/2022
0.31.0 4,680 5/15/2022
0.30.0 4,756 4/25/2022
0.29.0 4,759 3/25/2022
0.28.0 4,826 2/14/2022
0.27.0 2,614 12/18/2021
0.26.0 2,860 11/13/2021
0.25.0 6,539 8/20/2021
0.24.0 6,528 7/11/2021
0.23.0 6,778 4/17/2021
0.22.0 6,830 3/21/2021
0.21.0 6,836 12/21/2020
0.20.0 6,915 11/14/2020
0.19.0 7,642 8/2/2020
0.18.0 7,345 2/10/2020
0.17.0 7,593 1/24/2020
0.16.0 7,189 11/8/2019
0.15.0 7,618 8/12/2019
0.14.0 7,291 7/6/2019
0.13.0 7,404 1/4/2019
0.12.0 8,603 7/3/2018
0.11.1 7,407 2/20/2018
0.11.0 7,517 2/20/2018
0.10.0 7,624 11/6/2017
0.9.0 7,502 10/1/2017
0.8.0 7,462 9/1/2017
0.7.0 6,903 12/8/2016
0.6.0 5,134 10/17/2016
0.5.0 5,029 6/30/2016
0.4.1 4,659 5/26/2016
0.4.0 4,655 5/18/2016
0.3.1 1,071 5/14/2016
0.3.0 1,078 5/14/2016
0.2.0 1,084 2/18/2016
0.1.0 1,272 11/21/2015

Bug fixes and performance improvements.