RefactorThis.GraphDiff.Signed 2.0.1

dotnet add package RefactorThis.GraphDiff.Signed --version 2.0.1
NuGet\Install-Package RefactorThis.GraphDiff.Signed -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RefactorThis.GraphDiff.Signed" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RefactorThis.GraphDiff.Signed --version 2.0.1
#r "nuget: RefactorThis.GraphDiff.Signed, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RefactorThis.GraphDiff.Signed as a Cake Addin
#addin nuget:?package=RefactorThis.GraphDiff.Signed&version=2.0.1

// Install RefactorThis.GraphDiff.Signed as a Cake Tool
#tool nuget:?package=RefactorThis.GraphDiff.Signed&version=2.0.1

This is strong named 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 :)

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 732 9/2/2014

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