Skip to content

Commit 0778eb7

Browse files
committed
RELEASE_NOTES
1 parent 1fcee4e commit 0778eb7

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

RELEASE_NOTES.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
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

build.fsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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
5652
Target "Clean" (fun _ ->
5753
CleanDirs [buildDir]
@@ -82,7 +78,6 @@ Target "AssemblyInfo" (fun _ ->
8278
)
8379

8480

85-
8681
Target "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

0 commit comments

Comments
 (0)