We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5c927 commit 1c29b1fCopy full SHA for 1c29b1f
NuGet/CodeJam.Main.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3
<metadata>
4
<id>CodeJam</id>
5
- <version>1.0.0</version>
+ <version>1.1.0-beta1</version>
6
<title>CodeJam .NET Library</title>
7
<authors>andrewvk</authors>
8
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
NuGet/Readme.txt
@@ -1,6 +1,13 @@
1
CodeJam 1.0.0 Release Notes
---------------------------------
+What's new in 1.1.0-beta1
+----------------------
+* Enum helpers and operators
+* Performance optimization
+* Refactoring
9
+* Fixes and code cleanup
10
+
11
What's new in 1.0.0
12
----------------------
13
* Small fixes
0 commit comments