Skip to content

Commit 4e453c1

Browse files
committed
RC3 preparation
1 parent cdcfb8a commit 4e453c1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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.0.0-rc2</version>
5+
<version>1.0.0-rc3</version>
66
<title>CodeJam .NET Library</title>
77
<authors>andrewvk</authors>
88
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>

NuGet/Readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
CodeJam 1.0.0 Release Notes
1+
CodeJam 1.0.0-rc3 Release Notes
22
---------------------------------
33

4-
What's new in 1.0.0
4+
What's new in 1.0.0-rc3
55
----------------------
66
* Fixed MinBy/MaxBy behavior with NaN values
7+
* Expression visitor added
8+
* ExpressionHelper splitted into two parts - Expr and ExpressionExtensions
9+
* Fixes and code cleanup
710

811
What's new in 1.0.0-rc2
912
----------------------

0 commit comments

Comments
 (0)