RefactorThis.GraphDiff by brentmckendrick

<PackageReference Include="RefactorThis.GraphDiff" Version="2.0.1" />

 RefactorThis.GraphDiff 2.0.1

This is the official GraphDiff package. GraphDiff - Allows for automatic update of a graph of detached entities using Entity Framework v6+. If you have ever felt the pain of updating a detached graph with one or more nested collections then this is for you :)

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>RefactorThis.GraphDiff</id>
    <version>2.0.1</version>
    <title>GraphDiff - Entity Framework graph auto-update</title>
    <authors>brentmckendrick</authors>
    <owners>brentmckendrick</owners>
    <projectUrl>https://github.com/refactorthis/GraphDiff</projectUrl>
    <iconUrl>http://s8.postimg.org/r3f1stx69/Graph_Diff.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This is the official GraphDiff package.

GraphDiff - Allows for automatic update of a graph of detached entities using Entity Framework v6+.

If you have ever felt the pain of updating a detached graph with one or more nested collections then this is for you :)</description>
    <summary>MIT (c) Brent McKendrick</summary>
    <releaseNotes>v2.0.1
- Rewrite of graph traversal code.
- Whole new testing suite to cover more scenarios
- Many small bugfixes.

v2.0 - there was an error in the nuget package, I've rolled forward to 2.0.1 to resolve this.

v1.3.6
 - Optimistic concurrency support
 - Abstract base class and inheritance bug fixes and enhacements.

v1.3.5
 - Update to work with EF 6
 - Bug fixes (see GitHub issues)
 - MIT license</releaseNotes>
    <copyright>Brent McKendrick</copyright>
    <language>en-US</language>
    <tags>EntityFramework EF CodeFirst DetachedUpdate</tags>
    <dependencies>
      <dependency id="EntityFramework" version="6.0.1" />
    </dependencies>
  </metadata>
</package>