File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ### 1.10.3 - Added undefined in Prelude - https://github.com/fsprojects/FSharpx.Extras/pull/332
1+ #### 2.0.0 - 22.08.2016
2+ * BREAKING: Deprecated .NET 4.0 version
3+ * BREAKING: Removed all functions that were marked as obsolete. This includes JSON API
24
3- ### 1.10.2 - List dependencies properly in nuget package
5+ ### 1.10.3
6+ * Added undefined in Prelude - https://github.com/fsprojects/FSharpx.Extras/pull/332
47
5- ### 1.10.1 - Fix dependency in nuget package
8+ ### 1.10.2
9+ * List dependencies properly in nuget package
10+
11+ ### 1.10.1
12+ * Fix dependency in nuget package
613* Fix #332
714
815### 1.10.0 - Renamed to FSharpx.Extras
Original file line number Diff line number Diff line change @@ -47,11 +47,7 @@ let buildLibParams fxVersion =
4747 " TargetFSharpCoreVersion" , " 4.3.0.0"
4848 " DefineConstants" , " FX_NO_WINDOWSFORMS"
4949 ]
50-
51- // tools
52- let nunitPath = packagesDir @@ " NUnit.Runners/tools"
53-
54-
50+
5551// targets
5652Target " Clean" ( fun _ ->
5753 CleanDirs [ buildDir]
@@ -82,7 +78,6 @@ Target "AssemblyInfo" (fun _ ->
8278)
8379
8480
85-
8681Target " Build" ( fun _ ->
8782 for fxVersion in fxVersions do
8883 // Only generate tests for net40
@@ -97,7 +92,6 @@ Target "Test" (fun _ ->
9792 !! ( buildDirVer fxVersion @@ " *.Tests.dll" )
9893 |> NUnit ( fun p ->
9994 { p with
100- ToolPath = nunitPath
10195 DisableShadowCopy = true
10296 OutputFile = buildDirVer fxVersion @@ sprintf " TestResults.%s .xml" fxVersion }))
10397
You can’t perform that action at this time.
0 commit comments