Skip to content

Commit

Permalink
Updated release notes and version number for release on NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
apacha committed Apr 29, 2021
1 parent f14ea28 commit 839b417
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions IntervalTree/IntervalTree.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard1.2;netstandard2.0;net45</TargetFrameworks>
<PackageVersion>3.0.0</PackageVersion>
<PackageVersion>3.0.1</PackageVersion>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -17,15 +17,16 @@ In computer science, an interval tree is an ordered tree data structure to hold
<RepositoryUrl>https://github.com/mbuchetics/RangeTree.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>range, tree, interval</PackageTags>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<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>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.
<PackageReleaseNotes>This version contains a bug-fix for elements that have overlapping intervals.
Thanks to @nordic81.

For a full list changes at https://github.com/mbuchetics/RangeTree/releases</PackageReleaseNotes>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
<AssemblyVersion>3.0.1</AssemblyVersion>
<FileVersion>3.0.1</FileVersion>
<Company>Matthias Buchetics, Alexander Pacha</Company>
</PropertyGroup>

Expand Down

0 comments on commit 839b417

Please sign in to comment.