Skip to content

Commit

Permalink
Updating release notes for version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apacha committed Oct 5, 2020
1 parent 86a0eee commit da6ab63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IntervalTree/IntervalTree.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ In computer science, an interval tree is an ordered tree data structure to hold
<PackageId>RangeTree</PackageId>
<Authors>Matthias Buchetics, Alexander Pacha and others, see CONTRIBUTORS.md</Authors>
<Product>IntervalTree - A generic interval tree implementation in C#</Product>
<PackageReleaseNotes>Renamed from RangeTree to IntervalTree, because this is what it actually is.
<PackageReleaseNotes>BREAKING CHANGES: Removing RangeTree code after is has been renamed to IntervalTree in version 2.1.0.
Make sure that you upgrade to version 2.1.0 first and that you have no more errors before upgrading to this version. This version contains no new features, but fixes the misleading name "RangeTree" when in fact it is an Interval tree.
For a full list changes at https://github.com/mbuchetics/RangeTree/releases</PackageReleaseNotes>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
Expand Down

0 comments on commit da6ab63

Please sign in to comment.