diff --git a/IntervalTree/IntervalTree.csproj b/IntervalTree/IntervalTree.csproj
index 8eeaac0..c1b24b8 100644
--- a/IntervalTree/IntervalTree.csproj
+++ b/IntervalTree/IntervalTree.csproj
@@ -2,7 +2,7 @@
netstandard1.2;netstandard2.0;net45
- 3.0.0
+ 3.0.1
@@ -17,15 +17,16 @@ In computer science, an interval tree is an ordered tree data structure to hold
https://github.com/mbuchetics/RangeTree.git
git
range, tree, interval
- 3.0.0
+ 3.0.1
RangeTree
Matthias Buchetics, Alexander Pacha and others, see CONTRIBUTORS.md
IntervalTree - A generic interval tree implementation in C#
- 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.
+ 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
- 3.0.0
- 3.0.0
+ 3.0.1
+ 3.0.1
Matthias Buchetics, Alexander Pacha