Skip to content

Commit

Permalink
1.2.0-rc1 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Nov 25, 2016
1 parent 2f9d731 commit 73b234b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Main/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.2.0-beta4</version>
<version>1.2.0-rc1</version>
<title>CodeJam .NET Library</title>
<authors>andrewvk</authors>
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
Expand Down
8 changes: 7 additions & 1 deletion Main/nuget/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CodeJam 1.2.0-beta4 Release Notes
CodeJam 1.2.0-rc1 Release Notes
-------------------------------

What's new in 1.2.0-rc1
-----------------------
* Use Range struct instead of ValueTuple in public API
* Refactoring, fixes and code cleanup


What's new in 1.2.0-beta4
-------------------------
* Suffix tree moved from Experimental to Main part
Expand Down

0 comments on commit 73b234b

Please sign in to comment.