Skip to content

Commit 00a40a0

Browse files
committed
Adding Contributors file instead of listing every author in the license. Also preparing project for next release 2.0.1 on Nuget with the bugfixes.
1 parent 1194a6b commit 00a40a0

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

CONTRIBUTORS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Special thanks to the contributors
2+
3+
- [Steve Hansen](https://github.com/beefo)
4+
- [Eric Domke](https://github.com/erdomke)
5+
- [Jonas Nyrup](https://github.com/jnyrup)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
If not noted otherwise in the file header, the project uses the MIT license.
22

3-
Copyright (c) 2019, Matthias Buchetics, Alexander Pacha, Steve Hansen, and Eric Domke
3+
Copyright (c) 2019, Matthias Buchetics and Alexander Pacha.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

RangeTree/RangeTree.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ In computer science, an interval tree is an ordered tree data structure to hold
1616
<RepositoryUrl>https://github.com/mbuchetics/RangeTree.git</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<PackageTags>range, tree, interval</PackageTags>
19-
<Version>2.0.0</Version>
19+
<Version>2.0.1</Version>
2020
<PackageId>RangeTree</PackageId>
21-
<Authors>Matthias Buchetics, Alexander Pacha, Steve Hansen, Erik Domke</Authors>
21+
<Authors>Matthias Buchetics, Alexander Pacha and others, see CONTRIBUTORS.md</Authors>
2222
<Product>RangeTree - A generic interval tree implementation in C#</Product>
2323
<PackageReleaseNotes>Major overhaul by Erik Domke to a nice and cleaner interface.
2424
Support for async version has been dropped and Rebuild / AutoRebuild functionality is now only internal (there was no reason for making it accessible from the outside anyway).
2525
For a full list changes at https://github.com/mbuchetics/RangeTree/releases</PackageReleaseNotes>
26-
<AssemblyVersion>2.0.0</AssemblyVersion>
27-
<FileVersion>2.0.0</FileVersion>
26+
<AssemblyVersion>2.0.1</AssemblyVersion>
27+
<FileVersion>2.0.1</FileVersion>
2828
<Company>Matthias Buchetics, Alexander Pacha</Company>
2929
</PropertyGroup>
3030

0 commit comments

Comments
 (0)