SemDiff 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SemDiff --version 1.0.0
NuGet\Install-Package SemDiff -Version 1.0.0
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="SemDiff" Version="1.0.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SemDiff --version 1.0.0
#r "nuget: SemDiff, 1.0.0"
#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 SemDiff as a Cake Addin
#addin nuget:?package=SemDiff&version=1.0.0

// Install SemDiff as a Cake Tool
#tool nuget:?package=SemDiff&version=1.0.0

Tool which can diff C# code semantically, rather than simply by the program's text.

     This is a community project, free and open source. Everyone is invited to contribute, fork, share and use the code. No money shall be charged by this software, nor it will be. Ever.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 1,522 5/20/2016
1.0.0 1,379 5/5/2016
1.0.0-rc9 1,742 4/24/2016
0.5.0-beta 1,140 3/11/2016

This release contains all the initial features of SemDiff
      * Compatible with C# projects in Visual Studio (2015) that have a public GitHub repo
      * Supports authentication with GitHub via personal tokens
      * Identifies project's repo and GitHub URL
      * Downloads data from all open pull requests
      * Detects the moved method false-positive condition
      * Detects the base class changed false-negative condition
      * Packaged with NuGet
     master@e2db1069cd19eb23be7eaff4f39e8d349de5b931