NMF-Expressions by Georg Hinkel

<PackageReference Include="NMF-Expressions" Version="2.0.161" />

.NET API 1,221,632 bytes

 NMF-Expressions 2.0.161

This package allows an incrementalization of arbitrary expressions based on change notifications via INotifyPropertyChanged and INotifyCollectionChanged interfaces.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>NMF-Expressions</id>
    <version>2.0.161</version>
    <title>NMF Expressions</title>
    <authors>Georg Hinkel</authors>
    <owners>Georg Hinkel</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">BSD-3-Clause</license>
    <licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
    <icon>images\icon.jpg</icon>
    <projectUrl>http://github.com/NMFCode/NMF</projectUrl>
    <description>This package allows an incrementalization of arbitrary expressions based on change notifications via INotifyPropertyChanged and INotifyCollectionChanged interfaces.</description>
    <summary>This package allows an incrementalization of arbitrary expressions based on change notifications via INotifyPropertyChanged and INotifyCollectionChanged interfaces.</summary>
    <copyright>Copyright © Georg Hinkel 2013</copyright>
    <language>en</language>
    <tags>Incremental; LINQ;</tags>
    <repository type="git" url="https://github.com/NMFCode/NMF" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
      <group targetFramework=".NETFramework4.6.1" />
      <group targetFramework=".NETFramework4.5" />
    </dependencies>
  </metadata>
</package>