Skip to content

Commit

Permalink
Bump version to 4.5.0-beta002
Browse files Browse the repository at this point in the history
- [AsyncResultOption updated to be more useful](#211) Credits @TheAngryByrd
- [Adds use for IAsyncDisposable to async varieties](#212) Credits @TheAngryByrd
  • Loading branch information
TheAngryByrd committed Mar 19, 2023
1 parent b1d9b4b commit 0dcfb29
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project>
<Import Project=".paket\Paket.Restore.targets" />
</Project>
6 changes: 6 additions & 0 deletions Directory.Solution.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<Target Name="ToolRestore" BeforeTargets="Restore;CollectPackageReferences">
<Exec Command="dotnet tool restore" StandardOutputImportance="High"
StandardErrorImportance="High" />
</Target>
</Project>
5 changes: 3 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### 4.5.0-beta001 - March 05, 2023
- [AsynCResultOption updated to be more useful](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/211) Credits @TheAngryByrd
### 4.5.0-beta002 - March 19, 2023
- [AsyncResultOption updated to be more useful](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/211) Credits @TheAngryByrd
- [Adds use for IAsyncDisposable to async varieties](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/212) Credits @TheAngryByrd

### 4.4.0 - February 21, 2023
- [Added bind operator for Option](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/210) Credits @ratsclub
Expand Down

0 comments on commit 0dcfb29

Please sign in to comment.