From 4300e841961523a61c24433b2d9d4ff387e310a4 Mon Sep 17 00:00:00 2001 From: andrewvk Date: Sat, 20 Aug 2016 23:15:14 +0300 Subject: [PATCH] 1.1.0rc2 preparation --- Main/nuget/CodeJam.Main.nuspec | 2 +- Main/nuget/Readme.txt | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Main/nuget/CodeJam.Main.nuspec b/Main/nuget/CodeJam.Main.nuspec index dee08a11f..828032596 100644 --- a/Main/nuget/CodeJam.Main.nuspec +++ b/Main/nuget/CodeJam.Main.nuspec @@ -2,7 +2,7 @@ CodeJam - 1.1.0-rc1 + 1.1.0-rc2 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 c405b9bae..63a31effa 100644 --- a/Main/nuget/Readme.txt +++ b/Main/nuget/Readme.txt @@ -1,6 +1,11 @@ -CodeJam 1.1.0-rc1 Release Notes +CodeJam 1.1.0-rc2 Release Notes ------------------------------- +What's new in 1.1.0-rc2 +----------------------- +* Contains and ContainsSuffix methods in SuffixTree +* StartingWith method in SuffixTree + What's new in 1.1.0-rc1 ----------------------- * HGlobal and HGlobal helpers