DataGridExtensions by Tom Englert

<PackageReference Include="DataGridExtensions" Version="2.1.0" />

 DataGridExtensions 2.1.0

This package contains useful extensions for the MS DataGrid (System.Windows.Controls.DataGrid). The current version supports the following features: - Add filtering capabilities to the DataGrid. - Correctly apply initial sorting criteria. - Easy to use\r\n- Easy to customize - Attaches to the existing DataGrid

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>DataGridExtensions</id>
    <version>2.1.0</version>
    <title>Data Grid Extensions</title>
    <authors>Tom Englert</authors>
    <owners>Tom Englert</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">License</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://github.com/tom-englert/DataGridExtensions</projectUrl>
    <description>This package contains useful extensions for the MS DataGrid (System.Windows.Controls.DataGrid).
The current version supports the following features:
- Add filtering capabilities to the DataGrid.
- Correctly apply initial sorting criteria.
- Easy to use\r\n- Easy to customize
- Attaches to the existing DataGrid</description>
    <releaseNotes>https://raw.githubusercontent.com/tom-englert/DataGridExtensions/master/ReleaseNotes.md</releaseNotes>
    <copyright>© 2012-2019 tom-englert.de</copyright>
    <tags>DGX DataGrid Filter</tags>
    <repository type="git" url="https://github.com/tom-englert/DataGridExtensions.git" commit="4b08f5304997f662196d8c886713f8dbcef5e5e2" />
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.3" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETCoreApp3.0">
        <dependency id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkReferences>
      <group targetFramework=".NETCoreApp3.0">
        <frameworkReference name="Microsoft.WindowsDesktop.App.WPF" />
      </group>
    </frameworkReferences>
  </metadata>
</package>