Atrico.Lib.BusinessLogic 4.6.0

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

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

Various Business logic foundations

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.BusinessLogic:

Package Downloads
Atrico.Lib.BusinessLogic.FromConfig

Build business logic from XML config

Atrico.Lib.IoC

IoC utilities

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.6.0 894 12/16/2019
4.5.0 1,466 3/15/2019
4.4.0 1,505 1/14/2019
4.3.2 1,835 4/8/2018
4.3.1 1,770 4/8/2018
4.3.0 1,422 10/29/2017
4.2.6415.30960 992 7/25/2017
4.2.6318.37156 1,004 4/19/2017
4.2.6305.18634 985 4/6/2017
4.2.6294.31652 979 3/26/2017
4.2.6255.41295 1,017 2/15/2017
4.2.6255.40327 2,822 2/15/2017
3.1.6192.22731 1,054 12/14/2016
3.1.6192.22419 1,037 12/14/2016
3.1.6185.27327 1,006 12/7/2016
3.1.6185.27261 1,015 12/7/2016
3.1.6148.19381 2,134 10/31/2016
3.0.6135.21134 1,221 10/18/2016
3.0.6130.22676 1,227 10/13/2016
3.0.6126.29415 1,237 10/9/2016
3.0.6103.23643 1,821 9/16/2016
2.4.6093.30284 1,051 9/6/2016
2.3.6088.31626 1,013 9/1/2016
2.3.6088.27485 991 9/1/2016
2.3.6088.23603 1,022 9/1/2016
2.3.6081.31400 1,042 8/25/2016
2.3.6081.25467 1,021 8/25/2016
2.3.6081.25248 1,008 8/25/2016
2.3.6045.19793 1,047 7/20/2016
2.3.6044.25967 1,020 7/19/2016
2.3.6039.30539 1,197 7/14/2016
2.3.6017.26234 1,076 6/22/2016
2.3.6016.25630 1,068 6/21/2016
2.3.5944.29579 1,327 4/10/2016
2.3.5924.39215 1,294 3/21/2016
2.3.5924.38738 1,380 3/21/2016
2.3.5924.36973 1,453 3/21/2016
2.3.5919.25531 1,313 3/16/2016
2.3.5909.34021 1,321 3/6/2016
2.1.0 1,865 4/30/2015
2.0.0.1 1,701 11/22/2014
2.0.0 1,734 11/22/2014
1.0.0 1,926 7/26/2014

4.6.0
netcore 3.0 added, net 4.8 added
4.5.0
netcore 2.2 added, 4.7.1 removed (deprecated)
4.4.0
net4.7.2 added
4.3.2
net4.7.1 added
4.3.1
Packages updated
4.3.0
netcore update
4.2
Specifications reflection functions added (create specifications from Type)
4.1
Change type rule/specification added
4.0
Rules/Specifications made generic (again)
3.1
RulesBase renamed to RulesT
3.0
Rules/Specifications made non generic (take object)
2.4
Convert rule/specification added
2.3
Updated copyright year, versioning now Maj.Min.auto
2.2.0.0
Multiple .net versions
2.1.0.0
Refactored chain of responsibility
2.0.0.1:
Tweak to version info, IRule made covariant
2.0.0.0:
Rework to tidy up
Return value removed from rules
1.0.0.0:
Initial release