We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ea8c0 commit b616978Copy full SHA for b616978
CodeJam.sln
@@ -36,7 +36,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{F859936D
36
EndProject
37
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "T4.Reusable", "T4.Reusable", "{A0978533-5077-4843-8315-B856003453AF}"
38
ProjectSection(SolutionItems) = preProject
39
- T4.Reusable\DebugCodeGenerator.include.tt = T4.Reusable\DebugCodeGenerator.include.tt
+ T4.Reusable\DebugCodeGenerator.ttinclude = T4.Reusable\DebugCodeGenerator.ttinclude
40
EndProjectSection
41
42
Global
NuGet/Readme.txt
@@ -4,15 +4,17 @@ CodeJam 1.0.0-beta4 Release Notes
4
What's new in 1.0.0-beta4
5
-------------------------
6
* Platform dependent changes for .NET Framework 4.0
7
-* preformance optimization
8
-* fixes and code cleanup&annotation
+* EnumerableExtension.Slice/Page methods
+* QueryableExtension.Slice/Page methods
9
+* Performance optimization
10
+* Fixes, code cleanup and annotations
11
12
What's new in 1.0.0-beta3
13
14
* Code.DisposeIf assertion
15
* EnumerableExtensions.TakeLast method
16
* AsyncOperationHelper class
17
18
19
What's new in 1.0.0-beta2
20
@@ -26,4 +28,4 @@ What's new in 1.0.0-beta2
26
28
* Fn'1.IsNull/NotNull functions
27
29
* EnumerableExtensions.Flatten method
30
* EnumerableExtensions.OrderBy/OrderByDescending parameterless overloads
-* fixes and code cleanup
31
+* Fixes and code cleanup
0 commit comments