Skip to content

Commit

Permalink
1.2.0-beta1 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Aug 20, 2016
1 parent 8ac361f commit 9065207
Show file tree
Hide file tree
Showing 2 changed files with 10 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.1.0-rc2</version>
<version>1.2.0-beta1</version>
<title>CodeJam .NET Library</title>
<authors>andrewvk</authors>
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
Expand Down
10 changes: 9 additions & 1 deletion Main/nuget/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CodeJam 1.1.0-rc2 Release Notes
CodeJam 1.2.0-beta1 Release Notes
-------------------------------

What's new in 1.2.0-beta1
-----------------------
* HGlobal improvements
* Code.ValidCount and Code.BugIf assertions
* Added a way to create a TempFile wrapper with a default temp name without a real creation of a file.
* Add execution synchronized LazyDictionary implementation
* Fixes and code cleanup

What's new in 1.1.0-rc2
-----------------------
* Contains and ContainsSuffix methods in SuffixTree
Expand Down

0 comments on commit 9065207

Please sign in to comment.