diff --git a/SemDiff.Core/SemDiff.nuspec b/SemDiff.Core/SemDiff.nuspec index 58325a2..a3330d5 100644 --- a/SemDiff.Core/SemDiff.nuspec +++ b/SemDiff.Core/SemDiff.nuspec @@ -2,7 +2,7 @@ SemDiff - + $version$ SemDiff - C# Semantic Diff https://github.com/orgs/semdiffdotnet/people @@ -16,7 +16,15 @@ 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. Tool which can diff C# code semantically, rather than simply by the program's text - Initial Packaged Release - This is a beta release and may have bugs or cause crashes + 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 + roslyn, analyzers, semantics, merge, github, csharp true