Skip to content

Commit 5af486d

Browse files
committed
Prepare version 2.5.0 for release
1 parent c0c5b25 commit 5af486d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.5.0 - 04.06.2020
2+
* Add `Option.someIf` function - https://github.com/fsprojects/FSharpx.Extras/pull/391
3+
* Add `Option.ofUnchecked` function - https://github.com/fsprojects/FSharpx.Extras/pull/392
4+
15
### 2.4.0 - 14.05.2020
26
* Add `Enum.isDefined` function - https://github.com/fsprojects/FSharpx.Extras/pull/382
37
* Deprecate `taskbuilder` in favor of `taskbuilder.fs` - https://github.com/fsprojects/FSharpx.Extras/pull/381

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>2.4.0</VersionPrefix>
4+
<VersionPrefix>2.5.0</VersionPrefix>
55
<Owners>Steffen Forkmann and others</Owners>
66
<Authors>Steffen Forkmann and others</Authors>
77
<PackageProjectUrl>https://github.com/fsprojects/FSharpx.Extras</PackageProjectUrl>

0 commit comments

Comments
 (0)