Skip to content

Commit

Permalink
Prepare version 2.5.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdziadkiewicz committed Jun 4, 2020
1 parent c0c5b25 commit 5af486d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.5.0 - 04.06.2020
* Add `Option.someIf` function - https://github.com/fsprojects/FSharpx.Extras/pull/391
* Add `Option.ofUnchecked` function - https://github.com/fsprojects/FSharpx.Extras/pull/392

### 2.4.0 - 14.05.2020
* Add `Enum.isDefined` function - https://github.com/fsprojects/FSharpx.Extras/pull/382
* Deprecate `taskbuilder` in favor of `taskbuilder.fs` - https://github.com/fsprojects/FSharpx.Extras/pull/381
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<VersionPrefix>2.4.0</VersionPrefix>
<VersionPrefix>2.5.0</VersionPrefix>
<Owners>Steffen Forkmann and others</Owners>
<Authors>Steffen Forkmann and others</Authors>
<PackageProjectUrl>https://github.com/fsprojects/FSharpx.Extras</PackageProjectUrl>
Expand Down

0 comments on commit 5af486d

Please sign in to comment.