Skip to content

Commit eabf001

Browse files
committed
beta 3 preparations
1 parent efce6e0 commit eabf001

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.1.0-beta2</version>
5+
<version>1.1.0-beta3</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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
CodeJam 1.0.0-beta2 Release Notes
1+
CodeJam 1.0.0-beta3 Release Notes
22
---------------------------------
33

4+
What's new in 1.1.0-beta3
5+
------------------------
6+
* New CompareBuilder.GetEqualityComparer overload
7+
* Option<T> improvements and refactoring
8+
* ReflectionExtensions.ToNullableUnderlying and ToEnumUnderlying methods
9+
* Fixes and code cleanup
10+
411
What's new in 1.1.0-beta2
512
------------------------
613
* TypeAccessor class

0 commit comments

Comments
 (0)