File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >CodeJam</id >
5
- <version >1.0.0-rc2 </version >
5
+ <version >1.0.0-rc3 </version >
6
6
<title >CodeJam .NET Library</title >
7
7
<authors >andrewvk</authors >
8
8
<licenseUrl >https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl >
Original file line number Diff line number Diff line change 1
- CodeJam 1.0.0 Release Notes
1
+ CodeJam 1.0.0-rc3 Release Notes
2
2
---------------------------------
3
3
4
- What's new in 1.0.0
4
+ What's new in 1.0.0-rc3
5
5
----------------------
6
6
* 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
7
10
8
11
What's new in 1.0.0-rc2
9
12
----------------------
You can’t perform that action at this time.
0 commit comments