Skip to content

Commit 2aac9ce

Browse files
committed
Beta 8 preparations
1 parent 0322c18 commit 2aac9ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NuGet/CodeJam.Main.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>CodeJam</id>
5-
<version>1.0.0-beta7</version>
5+
<version>1.0.0-beta8</version>
66
<title>CodeJam .NET Library</title>
77
<authors>andrewvk</authors>
88
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>

NuGet/Readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CodeJam 1.0.0-beta7 Release Notes
22
---------------------------------
33

4+
What's new in 1.0.0-beta8
5+
------------------------
6+
* Unary generic operators for numeric types (-, ~)
7+
* DisjointSets and DisjointSets<T> collections
8+
* Fixes and code cleanup
9+
410
What's new in 1.0.0-beta7
511
------------------------
612
* ServiceContainer disposes created by factory instances

0 commit comments

Comments
 (0)