Skip to content

Commit b816278

Browse files
committed
1.3.0-beta5 preparations
1 parent 89ee890 commit b816278

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

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-beta4</version>
5+
<version>1.3.0-beta5</version>
66
<title>CodeJam .NET Library</title>
77
<authors>Andrew Koryavchenko, ig-sinicyn, Igor Tkachev, rameel</authors>
88
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>

Main/nuget/Readme.txt

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

4+
What's new in 1.3.0-beta5
5+
-------------------------
6+
* New package icon
7+
* Fix CompareBuilder bugs and performance
8+
* ToXxx/XxxInvariant parse methods for common primitives
9+
* Ranges performance improved
10+
* OwnedCollection class
11+
* InfoOf.Constructor overloads
12+
* EnumerableExtensions.MinOrDefault/MaxOrDefault methods
13+
* Memory.CompareInline method
14+
* ReflectionExtensions IsDebugAssembly and GetShortAssemblyQualifiedName methods
15+
* EnumerableExtensions.IsFirst/IsLast
16+
* Code cleanup and fixes
17+
418
What's new in 1.3.0-beta4
519
-------------------------
620
* CompositeRangeExtensions.GetIntersection/GetIntersections methods (helpers for searching for intersection ranges)

0 commit comments

Comments
 (0)