Skip to content

Commit f50bf5e

Browse files
committed
Beta4 preparations
1 parent b616978 commit f50bf5e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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-beta3</version>
5+
<version>1.0.0-beta4</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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ CodeJam 1.0.0-beta4 Release Notes
33

44
What's new in 1.0.0-beta4
55
-------------------------
6-
* Platform dependent changes for .NET Framework 4.0
7-
* EnumerableExtension.Slice/Page methods
8-
* QueryableExtension.Slice/Page methods
6+
* EnumerableExtensions.Slice/Page methods
7+
* QueryableExtensions.Slice/Page methods
8+
* ReflectionExtensions.CreateInstance method
9+
* Platform targeting for .NET Framework 4.0
910
* Performance optimization
1011
* Fixes, code cleanup and annotations
1112

0 commit comments

Comments
 (0)