Ccf.Ck.Libs.CtRules 9.0.0

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

// Install Ccf.Ck.Libs.CtRules as a Cake Tool
#tool nuget:?package=Ccf.Ck.Libs.CtRules&version=9.0.0                

This package creates a unified interface for "Cascading Transformation Rules" (CTR) execution environment.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
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
9.0.0 83 12/24/2024
8.0.6 110 11/28/2024
8.0.5 89 11/27/2024
8.0.4 88 11/26/2024
8.0.3 108 11/20/2024
8.0.2 99 11/14/2024
8.0.1 104 11/8/2024

- Version 8.0.1: Initial version
- Version 8.0.2: Automatically infer rules from JSON schema
- Version 8.0.3: Added support for SQL rules (embedded in JSON schema)
- Version 8.0.4: Read statistics from Json
- Version 8.0.5: Added new custom rules handling statistical distribution
- Version 8.0.6: Extended schema with statistical configuration
- Version 9.0.0: Updated to net9.0