Skip to content

Commit

Permalink
Beta 8 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Apr 11, 2016
1 parent 0322c18 commit 2aac9ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NuGet/CodeJam.Main.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CodeJam</id>
<version>1.0.0-beta7</version>
<version>1.0.0-beta8</version>
<title>CodeJam .NET Library</title>
<authors>andrewvk</authors>
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
Expand Down
6 changes: 6 additions & 0 deletions NuGet/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CodeJam 1.0.0-beta7 Release Notes
---------------------------------

What's new in 1.0.0-beta8
------------------------
* Unary generic operators for numeric types (-, ~)
* DisjointSets and DisjointSets<T> collections
* Fixes and code cleanup

What's new in 1.0.0-beta7
------------------------
* ServiceContainer disposes created by factory instances
Expand Down

0 comments on commit 2aac9ce

Please sign in to comment.