Skip to content

Commit

Permalink
1.3.0-beta4 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Jan 23, 2017
1 parent 94e09db commit 6961ede
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Blocks/nuget/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CodeJam.Blocks 1.0.0-beta1 Release Notes
---------------------------------
CodeJam.Blocks 1.3.0-beta4 Release Notes
----------------------------------------

What's new in 1.0.0-beta1
What's new in 1.3.0-beta4
-------------------------
* Initial release - separation from CodeJam main package
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.3.0-beta3</version>
<version>1.3.0-beta4</version>
<title>CodeJam .NET Library</title>
<authors>Andrew Koryavchenko, ig-sinicyn, Igor Tkachev</authors>
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
Expand Down
11 changes: 10 additions & 1 deletion Main/nuget/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CodeJam 1.3.0-beta3 Release Notes
CodeJam 1.3.0-beta4 Release Notes
---------------------------------

What's new in 1.3.0-beta4
-------------------------
* CompositeRangeExtensions.GetIntersection/GetIntersections methods (helpers for searching for intersection ranges)
* Ranges: NaN values support
* Code.InRange assertion
* Breaking change! Part of functionality moved to separate assembly and package CodeJam.Blocks.
* StringExtensions.ToDecimal method added
* Code cleanup

What's new in 1.3.0-beta3
-------------------------
* Helpers for metadata attributes
Expand Down

0 comments on commit 6961ede

Please sign in to comment.