File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >CodeJam</id >
5
- <version >1.0.0-beta7 </version >
5
+ <version >1.0.0-beta8 </version >
6
6
<title >CodeJam .NET Library</title >
7
7
<authors >andrewvk</authors >
8
8
<licenseUrl >https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl >
Original file line number Diff line number Diff line change 1
1
CodeJam 1.0.0-beta7 Release Notes
2
2
---------------------------------
3
3
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
+
4
10
What's new in 1.0.0-beta7
5
11
------------------------
6
12
* ServiceContainer disposes created by factory instances
You can’t perform that action at this time.
0 commit comments