Skip to content

Commit

Permalink
1.3.0-beta5 preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Mar 9, 2017
1 parent 89ee890 commit b816278
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
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-beta4</version>
<version>1.3.0-beta5</version>
<title>CodeJam .NET Library</title>
<authors>Andrew Koryavchenko, ig-sinicyn, Igor Tkachev, rameel</authors>
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
Expand Down
16 changes: 15 additions & 1 deletion Main/nuget/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CodeJam 1.3.0-beta4 Release Notes
CodeJam 1.3.0-beta5 Release Notes
---------------------------------

What's new in 1.3.0-beta5
-------------------------
* New package icon
* Fix CompareBuilder bugs and performance
* ToXxx/XxxInvariant parse methods for common primitives
* Ranges performance improved
* OwnedCollection class
* InfoOf.Constructor overloads
* EnumerableExtensions.MinOrDefault/MaxOrDefault methods
* Memory.CompareInline method
* ReflectionExtensions IsDebugAssembly and GetShortAssemblyQualifiedName methods
* EnumerableExtensions.IsFirst/IsLast
* Code cleanup and fixes

What's new in 1.3.0-beta4
-------------------------
* CompositeRangeExtensions.GetIntersection/GetIntersections methods (helpers for searching for intersection ranges)
Expand Down

0 comments on commit b816278

Please sign in to comment.