Skip to content

Commit

Permalink
Updated readme / nuget spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
FransBouma committed Feb 13, 2017
1 parent 2456870 commit 25090d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,11 +9,11 @@ The core design of Algorithmia is about making algorithms and data-structures wh

Although Algorithmia is stable since May 2010, we still update it with new algorithms and data-structures. If you have algorithms or data-structures to contribute, please create a fork and send us a pull request! :)

Algorithmia v1.2 is in development on the master branch, and is the foundation for LLBLGen Pro v5. To obtain the v1.1 source, used in LLGLGen Pro v4 and lower, please see the v1.1 branch/tag.
LLBLGen Pro v5.0/5.1 use Algorithmia v1.2, which is available as [v1.2 branch](https://github.com/SolutionsDesign/Algorithmia/tree/v1.2). LLBLGen Pro v5.2 will use Algorithmia v1.3, which is available on the Master branch.

### Getting a binary version via NuGet

Algorithmia is also [available on Nuget](https://nuget.org/packages/SD.Tools.Algorithmia/). When you obtained Algorithmia via Nuget, it's recommended you check out the unit tests in this source repository and/or look at the SD.Tools.Algorithmia.chm reference manual included in the source repository, which is generated from the sourcecode.

### License
Algorithmia is © 2010-2014 [Solutions Design bv](http://www.sd.nl/) and is released under the [BSD2 license](https://github.com/SolutionsDesign/Algorithmia/blob/master/LICENSE.txt).
Algorithmia is © 2010-2017 [Solutions Design bv](http://www.sd.nl/) and is released under the [BSD2 license](https://github.com/SolutionsDesign/Algorithmia/blob/master/LICENSE.txt).
6 changes: 3 additions & 3 deletions SD.Tools.Algorithmia/SD.Tools.Algorithmia.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SD.Tools.Algorithmia</id>
<version>1.2.1</version>
<version>1.3.0-beta</version>
<title>Algorithmia</title>
<authors>Frans Bouma</authors>
<owners>Solutions Design bv</owners>
Expand All @@ -15,11 +15,11 @@ Algorithmia is one of the pillars of LLBLGen Pro and is used in production succe

The core design of Algorithmia is about making algorithms and data-structures which are known for many years available to the .NET developer in easy to use and properly documented classes and methods. No class or method implemented in Algorithmia re-implements a .NET BCL (base class library) class or method unless it was necessary to do so (e.g. the linked list in .NET is re-implemented as it doesn't have an O(1) concat operation, which is necessary for the Fibonacci heap).</description>
<summary>Advanced algorithm and data-structure library for .NET 3.5 and up. Algorithmia contains sophisticated algorithms and data-structures like graphs, priority queues, command, undo-redo and more.</summary>
<copyright>(c)2010-2016 Solutions Design bv</copyright>
<copyright>(c)2010-2017 Solutions Design bv</copyright>
<language>en-US</language>
<tags>Algorithm Data Structure class library graph heap command queue</tags>
<dependencies>
<dependency id="SD.Tools.BCLExtensions" version="1.0.0" />
<dependency id="SD.Tools.BCLExtensions" version="1.1.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 25090d8

Please sign in to comment.