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 e951e56 commit 4300e84Copy full SHA for 4300e84
Main/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.1.0-rc1</version>
+ <version>1.1.0-rc2</version>
6
<title>CodeJam .NET Library</title>
7
<authors>andrewvk</authors>
8
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
Main/nuget/Readme.txt
@@ -1,6 +1,11 @@
1
-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
+
9
What's new in 1.1.0-rc1
10
-----------------------
11
* HGlobal and HGlobal<T> helpers
0 commit comments