PredicateParser by Glory Lo

<PackageReference Include="PredicateParser" Version="0.2.3" />

 PredicateParser 0.2.3

A simple library to parse strings into expressions and then evaluate it on a source object.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>PredicateParser</id>
    <version>0.2.3.0</version>
    <title>PredicateParser</title>
    <authors>Glory Lo</authors>
    <owners>Glory Lo</owners>
    <licenseUrl>https://github.com/glorylo/PredicateParser/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/glorylo/PredicateParser</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A simple library to parse strings into expressions and then evaluate it on a source object.</description>
    <releaseNotes>0.2.3
- maintanence release
</releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>Predicate Expressions Parser Eval String Text Simple</tags>
  </metadata>
</package>