Value 1.1.0.1
Value is a pico library (or code snippets shed) to help you to easily implement Value Types (also known as Value Objects in DDD) in your C# projects without making implementation errors nor polluting your domain logic with boiler-plate code.
Install-Package Value -Version 1.1.0.1
dotnet add package Value --version 1.1.0.1
<PackageReference Include="Value" Version="1.1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Value --version 1.1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
New feature(s):
* Support for .Net Standard (ex .Net Core), .NET 4.0 and .NET 4.5
* Add support for Dictionary with the new DictionaryByValue<T> decorator.
--------------
Change(s):
*
--------------
Bug Fixe(s):
*
Dependencies
This package has no dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.