Skip to content

Commit

Permalink
Adding Contributors file instead of listing every author in the licen…
Browse files Browse the repository at this point in the history
…se. Also preparing project for next release 2.0.1 on Nuget with the bugfixes.
  • Loading branch information
apacha committed Apr 23, 2019
1 parent 1194a6b commit 00a40a0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Special thanks to the contributors

- [Steve Hansen](https://github.com/beefo)
- [Eric Domke](https://github.com/erdomke)
- [Jonas Nyrup](https://github.com/jnyrup)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
If not noted otherwise in the file header, the project uses the MIT license.

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

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:

Expand Down
8 changes: 4 additions & 4 deletions RangeTree/RangeTree.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ 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>2.0.0</Version>
<Version>2.0.1</Version>
<PackageId>RangeTree</PackageId>
<Authors>Matthias Buchetics, Alexander Pacha, Steve Hansen, Erik Domke</Authors>
<Authors>Matthias Buchetics, Alexander Pacha and others, see CONTRIBUTORS.md</Authors>
<Product>RangeTree - A generic interval tree implementation in C#</Product>
<PackageReleaseNotes>Major overhaul by Erik Domke to a nice and cleaner interface.
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).
For a full list changes at https://github.com/mbuchetics/RangeTree/releases</PackageReleaseNotes>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<AssemblyVersion>2.0.1</AssemblyVersion>
<FileVersion>2.0.1</FileVersion>
<Company>Matthias Buchetics, Alexander Pacha</Company>
</PropertyGroup>

Expand Down

0 comments on commit 00a40a0

Please sign in to comment.