Skip to content

Commit 6961ede

Browse files
committed
1.3.0-beta4 preparation
1 parent 94e09db commit 6961ede

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

Blocks/nuget/Readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
CodeJam.Blocks 1.0.0-beta1 Release Notes
2-
---------------------------------
1+
CodeJam.Blocks 1.3.0-beta4 Release Notes
2+
----------------------------------------
33

4-
What's new in 1.0.0-beta1
4+
What's new in 1.3.0-beta4
55
-------------------------
66
* Initial release - separation from CodeJam main package

Main/nuget/CodeJam.Main.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>CodeJam</id>
5-
<version>1.3.0-beta3</version>
5+
<version>1.3.0-beta4</version>
66
<title>CodeJam .NET Library</title>
77
<authors>Andrew Koryavchenko, ig-sinicyn, Igor Tkachev</authors>
88
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>

Main/nuget/Readme.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
CodeJam 1.3.0-beta3 Release Notes
1+
CodeJam 1.3.0-beta4 Release Notes
22
---------------------------------
33

4+
What's new in 1.3.0-beta4
5+
-------------------------
6+
* CompositeRangeExtensions.GetIntersection/GetIntersections methods (helpers for searching for intersection ranges)
7+
* Ranges: NaN values support
8+
* Code.InRange assertion
9+
* Breaking change! Part of functionality moved to separate assembly and package CodeJam.Blocks.
10+
* StringExtensions.ToDecimal method added
11+
* Code cleanup
12+
413
What's new in 1.3.0-beta3
514
-------------------------
615
* Helpers for metadata attributes

0 commit comments

Comments
 (0)