VersaTul.Configurations
1.0.9
Prefix Reserved
See the version list below for details.
dotnet add package VersaTul.Configurations --version 1.0.9
NuGet\Install-Package VersaTul.Configurations -Version 1.0.9
<PackageReference Include="VersaTul.Configurations" Version="1.0.9" />
paket add VersaTul.Configurations --version 1.0.9
#r "nuget: VersaTul.Configurations, 1.0.9"
// Install VersaTul.Configurations as a Cake Addin #addin nuget:?package=VersaTul.Configurations&version=1.0.9 // Install VersaTul.Configurations as a Cake Tool #tool nuget:?package=VersaTul.Configurations&version=1.0.9
The VersaTul Configuration project enables the ability to get the values of the specified keys stored in the settings dictionary. Much like the DOTNET IConfiguration interface this configuration project provides a way to cleanly pass settings into an application. The VersaTul projects that needs settings are built on top of Configuration. However this project can be extended to be used in other custom projects as well.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- VersaTul.Extensions (>= 1.0.7)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on VersaTul.Configurations:
Package | Downloads |
---|---|
VersaTul.Data.Sql
The VersaTul Data Sql project provides the ability to quickly create database access objects, usable on any suppporting SQL databases. This project is built on top of the System.Data.Common namespace and provides the functionality to quickly call stored procedures or plain text sql queries, then map the result into data objects using the provided helper methods. |
|
VersaTul.Logger.File
The VersaTul Logger File project provides the functionality needed to performing logging in a flat file. This project implements the ILogger interface from the VersaTul Logger project. |
|
VersaTul.Data.MongoDB
The VersaTul Data MongoDB project provides functionality for working with Mongo Databases. The project uses the repository design pattern to provide the functionality to Fetch, Add, Update, or Delete data. |
|
VersaTul.Mailer
The VersaTul Mailer project provides the functionality to send emails messages. This project uses the SMTP protocol to transmit e-mail to a mail receiver. |
|
VersaTul.Caching
The VersaTul Caching project is designed to provide a simplfied caching interface with the ability to change the underlining caching engine easily and quickly. The default cache engine is built on top of the Microsoft Extensions Caching Memory class, which provides an in memory caching store. This implementation can be easily replaced using the interface provided. |
GitHub repositories
This package is not used by any popular GitHub repositories.