Vergosity.Framework by Matt Vaughn

<PackageReference Include="Vergosity.Framework" Version="3.0.0.5" />

 Vergosity.Framework 3.0.0.5

A .NET application framework to build amazing code. Create testable, extensible, and highly maintainable business logic. Includes a rule and validation engine to process businss rules, poco validation, and business object validation. For more information and sample applications, please visit www.buildmotion.com.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Vergosity.Framework</id>
    <version>3.0.0.5</version>
    <title>Vergosity .NET Business Logic &amp; Rules Framework</title>
    <authors>Matt Vaughn</authors>
    <owners>Matt Vaughn</owners>
    <licenseUrl>http://www.buildmotion.com/vergosity/license</licenseUrl>
    <projectUrl>http://www.buildmotion.com/vergosity/</projectUrl>
    <iconUrl>http://www.buildmotion.com/vergosity.ico</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A .NET application framework to build amazing code. Create testable, extensible, and highly maintainable business logic. Includes a
		rule and validation engine to process businss rules, poco validation, and business object validation. For more
		information and sample applications, please visit www.buildmotion.com.</description>
    <releaseNotes>The nuget release contains a valid license to use Vergosity. Follow the instructions in the !ReadMe!.txt file.</releaseNotes>
    <copyright>Copyright 2014</copyright>
    <tags>.NET Application Framework Business Rules Data Validation Actions Rule Engine Validation Engine</tags>
    <dependencies>
      <dependency id="EntityFramework" version="4.1.10715.0" />
      <dependency id="T4Scaffolding" version="1.0.8" />
      <dependency id="T4Scaffolding.Core" version="1.0.0" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.0" />
    </frameworkAssemblies>
  </metadata>
</package>