NRules 0.2.4
NRules is a rules engine for .NET that is based on the Rete matching algorithm. Among other features it supports forward chaining, negative and existential assertions. Rules are authored in C# using internal DSL.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NRules</id>
<version>0.2.4</version>
<title>NRules, Rules Engine for .NET</title>
<authors>Sergiy Nikolayev</authors>
<owners>Sergiy Nikolayev</owners>
<licenseUrl>https://github.com/NRules/NRules/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>http://nrules.net/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/NRules/NRules.media/master/Logo/Logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NRules is a rules engine for .NET that is based on the Rete matching algorithm. Among other features it supports forward chaining, negative and existential assertions. Rules are authored in C# using internal DSL.</description>
<copyright>Copyright 2012-2014 Sergiy Nikolayev. All rights reserved.</copyright>
<tags>business rules engine dsl inference rete</tags>
</metadata>
</package>