Atrico.Lib.DomainModel 2.9.0

dotnet add package Atrico.Lib.DomainModel --version 2.9.0
NuGet\Install-Package Atrico.Lib.DomainModel -Version 2.9.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="Atrico.Lib.DomainModel" Version="2.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Atrico.Lib.DomainModel --version 2.9.0
#r "nuget: Atrico.Lib.DomainModel, 2.9.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 Atrico.Lib.DomainModel as a Cake Addin
#addin nuget:?package=Atrico.Lib.DomainModel&version=2.9.0

// Install Atrico.Lib.DomainModel as a Cake Tool
#tool nuget:?package=Atrico.Lib.DomainModel&version=2.9.0

Foundations for a domain model

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 netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Atrico.Lib.DomainModel:

Package Downloads
Atrico.Lib.Events

Events Aggregator implementation

Atrico.Lib.DomainModel.Profiling

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.9.0 836 12/16/2019
2.8.0 921 3/15/2019
2.7.0 893 1/14/2019
2.6.2 1,165 4/8/2018
2.6.1 1,272 4/8/2018
2.6.0 1,097 10/29/2017
2.5.6415.30960 911 7/25/2017
2.5.6318.37156 954 4/19/2017
2.5.6305.18634 958 4/6/2017
2.5.6294.31652 990 3/26/2017
2.5.6255.41295 1,009 2/15/2017
2.5.6192.22731 1,032 12/14/2016
2.5.6192.22419 1,004 12/14/2016
2.5.6185.27327 1,789 12/7/2016
2.4.6148.19382 1,043 10/31/2016
2.4.6135.21134 972 10/18/2016
2.4.6130.22676 960 10/13/2016
2.4.6126.29415 998 10/9/2016
2.4.6103.23644 1,013 9/16/2016
2.4.6093.30284 992 9/6/2016
2.4.6088.31626 964 9/1/2016
2.4.6088.27486 967 9/1/2016
2.4.6088.23603 986 9/1/2016
2.4.6081.31400 991 8/25/2016
2.4.6081.25467 982 8/25/2016
2.4.6081.25249 955 8/25/2016
2.4.6045.19793 981 7/20/2016
2.4.6044.25967 973 7/19/2016
2.4.6039.30539 1,158 7/14/2016
2.4.6017.26234 1,042 6/22/2016
2.4.6016.25630 1,034 6/21/2016
2.4.5944.29579 1,042 4/10/2016
2.4.5924.39215 1,322 3/21/2016
2.4.5924.38738 1,281 3/21/2016
2.4.5924.36973 1,221 3/21/2016
2.4.5919.25531 1,072 3/16/2016
2.3.5909.34022 1,067 3/6/2016
2.1.1 1,272 6/19/2015
2.1.0 1,111 6/19/2015
2.0.0 2,333 5/6/2015
1.0.0 2,018 7/26/2014

2.9.0
netcore 3.0 added, net 4.8 added
2.8.0
netcore 2.2 added, 4.7.1 removed (deprecated)
2.7.0
net4.7.2 added
2.6.2
net4.7.1 added
2.6.1
Packages updated
2.6.0
netcore update
2.5
ValueObject derived from ReadOnlyEquatableObject
2.4
ValueObjectWrapper added
2.3
Updated copyright year, versioning now Maj.Min.auto
2.2.0.0
Multiple .net versions
2.1.2.0
Update common lib
2.1.1.0
Removed in incorrect reference to itself
2.1.0.0
referenced common lib for equatable object
2.0.0.0
Tests optimized
ValueObject optimized for performance
1.2.0.0
Upgrade to .net 4.5.2
Tidied up equals
Constrained Key to be ValueType
Removed default ctor - now requires explicit key
1.1.0.0:
Upgrade to nunit 2.6.4
1.0.0.0:
Initial release