Skip to content

Commit

Permalink
Beta 9 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Apr 13, 2016
1 parent 54fed32 commit 8559ede
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.0.0-beta8</version>
<version>1.0.0-beta9</version>
<title>CodeJam .NET Library</title>
<authors>andrewvk</authors>
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
Expand Down
6 changes: 4 additions & 2 deletions NuGet/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
CodeJam 1.0.0-beta7 Release Notes
CodeJam 1.0.0-beta9 Release Notes
---------------------------------

What's new in 1.0.0-beta9
------------------------
* ReflectionExtensions.IsAnonymous methods
* string.ToInt and ToDouble methods
* OptionalElementValue overload
* Min/MaxItem now returns default (TSource) when no elements in collection in all overloads
* Min/MaxItem renamed to Min/MaxBy
* Min/MaxBy now throws exception when no not null elements in collection in all overloads
* Min/MaxByOrDefault, returns default(TSource) if no not null elements in source added
* Refactoring
* Fixes and code cleanup

Expand Down

0 comments on commit 8559ede

Please sign in to comment.