File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
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-beta3 </version >
5
+ <version >1.0.0-beta4 </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 @@ -3,9 +3,10 @@ CodeJam 1.0.0-beta4 Release Notes
3
3
4
4
What's new in 1.0.0-beta4
5
5
-------------------------
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
9
10
* Performance optimization
10
11
* Fixes, code cleanup and annotations
11
12
You can’t perform that action at this time.
0 commit comments