MrAdvice.MVVM by Arx One

<PackageReference Include="MrAdvice.MVVM" Version="0.9.6" />

 MrAdvice.MVVM 0.9.6

MrAdvice.MVVM is a lightweight MVVM library. It implements NotifyPropertyChanged, DependencyProperty (dependency and attached), A command binder and some threading management.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>MrAdvice.MVVM</id>
    <version>0.9.6.0</version>
    <title>Mr. Advice MVVM</title>
    <authors>Arx One</authors>
    <owners>Arx One</owners>
    <licenseUrl>http://opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>https://github.com/ArxOne/MrAdvice.MVVM</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/ArxOne/MrAdvice.MVVM/master/Icon/MrAdvice.MVVM.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>MrAdvice.MVVM is a lightweight MVVM library. It implements NotifyPropertyChanged, DependencyProperty (dependency and attached), A command binder and some threading management.</description>
    <summary>MVVM library</summary>
    <releaseNotes />
    <copyright>Copyright 2015</copyright>
    <tags>mvvm wpf dependencyproperty notifypropertychanged navigator threading</tags>
    <dependencies>
      <dependency id="MrAdvice.Fody" />
      <dependency id="CommonServiceLocator" />
    </dependencies>
  </metadata>
</package>