Skip to content

Commit

Permalink
Version 1.1 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyRay committed May 19, 2016
1 parent 95426b4 commit 78b1c2a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions SemDiff.Core/SemDiff.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@
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.
</description>
<summary>Tool which can diff C# code semantically, rather than simply by the program's text</summary>
<releaseNotes>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
<releaseNotes>
1.1 | Bug Fix
* Non cs files are now properly ignored
1.0 | 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
</releaseNotes>
<tags>roslyn, analyzers, semantics, merge, github, csharp</tags>
<developmentDependency>true</developmentDependency>
Expand Down

0 comments on commit 78b1c2a

Please sign in to comment.