From 9065207b1b3b5a333e45457017714d6cf1db6217 Mon Sep 17 00:00:00 2001 From: andrewvk Date: Sat, 20 Aug 2016 23:30:10 +0300 Subject: [PATCH] 1.2.0-beta1 preparation --- Main/nuget/CodeJam.Main.nuspec | 2 +- Main/nuget/Readme.txt | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Main/nuget/CodeJam.Main.nuspec b/Main/nuget/CodeJam.Main.nuspec index 828032596..c26648a89 100644 --- a/Main/nuget/CodeJam.Main.nuspec +++ b/Main/nuget/CodeJam.Main.nuspec @@ -2,7 +2,7 @@ CodeJam - 1.1.0-rc2 + 1.2.0-beta1 CodeJam .NET Library andrewvk https://github.com/rsdn/CodeJam/blob/master/LICENSE diff --git a/Main/nuget/Readme.txt b/Main/nuget/Readme.txt index 63a31effa..3ee9458bd 100644 --- a/Main/nuget/Readme.txt +++ b/Main/nuget/Readme.txt @@ -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