Atrico.Lib.BusinessLogic.FromConfig 1.6.0

dotnet add package Atrico.Lib.BusinessLogic.FromConfig --version 1.6.0
                    
NuGet\Install-Package Atrico.Lib.BusinessLogic.FromConfig -Version 1.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.FromConfig" Version="1.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Atrico.Lib.BusinessLogic.FromConfig" Version="1.6.0" />
                    
Directory.Packages.props
<PackageReference Include="Atrico.Lib.BusinessLogic.FromConfig" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Atrico.Lib.BusinessLogic.FromConfig --version 1.6.0
                    
#r "nuget: Atrico.Lib.BusinessLogic.FromConfig, 1.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.
#:package Atrico.Lib.BusinessLogic.FromConfig@1.6.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Atrico.Lib.BusinessLogic.FromConfig&version=1.6.0
                    
Install as a Cake Addin
#tool nuget:?package=Atrico.Lib.BusinessLogic.FromConfig&version=1.6.0
                    
Install as a Cake Tool

Build business logic from XML config

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.0 759 12/16/2019
1.5.0 709 3/15/2019
1.4.0 780 1/14/2019
1.3.2 1,358 4/8/2018
1.3.1 1,321 4/8/2018
1.3.0 1,064 10/29/2017
1.2.6415.30961 1,089 7/25/2017
1.2.6318.37157 1,138 4/19/2017
1.2.6305.18634 1,116 4/6/2017
1.2.6294.31653 1,110 3/26/2017
1.2.6255.41295 1,144 2/15/2017
1.1.6192.22732 1,172 12/14/2016
1.1.6192.22419 1,175 12/14/2016
1.1.6185.27327 1,174 12/7/2016
1.1.6185.27261 1,146 12/7/2016
1.1.6148.19382 1,224 10/31/2016
1.1.6135.21135 1,201 10/18/2016
1.1.6130.22677 1,221 10/13/2016
1.1.6126.29416 1,121 10/9/2016
1.1.6103.30172 1,342 9/16/2016
1.0.6103.23645 1,176 9/16/2016
1.0.0 1,120 8/4/2017

1.6.0
netcore 3.0 added, net 4.8 added
1.5.0
netcore 2.2 added, 4.7.1 removed (deprecated)
1.4.0
net4.7.2 added
1.3.2
net4.7.1 added
1.3.1
Packages updated
1.3.0
netcore update
1.2
Rules/Specifications made generic (again)
1.1:
Null allowed for external resolver (use internal only)
1.0:
Initial release