Skip to content

Commit

Permalink
Release v1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptnCodr committed Oct 6, 2023
1 parent 9eb6aa0 commit c82dba1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.11.0.0 - Oct 06, 2023
- Add `throw` and `throwIfErrored` functions to interrupt pipeline on error (https://github.com/CaptnCodr/Fli/pull/56).

v1.10.1.0 - Sep 01, 2023
- `Command.executeAsync` stdout and stderr content now gets returned properly (https://github.com/CaptnCodr/Fli/pull/58).

Expand Down
2 changes: 1 addition & 1 deletion src/Fli/Fli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0</TargetFrameworks>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Configurations>Debug;Release</Configurations>
<Version>1.10.1.0</Version>
<Version>1.11.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
4 changes: 2 additions & 2 deletions src/Fli/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ owners
authors
Constantin Tews
version
1.10.1.0
1.11.0.0
readme
README.md
releaseNotes
- `Command.executeAsync` stdout and stderr content now gets returned properly (https://github.com/CaptnCodr/Fli/pull/58).
- Add `throw` and `throwIfErrored` functions to interrupt pipeline on error (https://github.com/CaptnCodr/Fli/pull/56).
(All release notes: https://github.com/CaptnCodr/Fli/blob/main/RELEASE_NOTES.md)
projectUrl
https://github.com/CaptnCodr/Fli
Expand Down

0 comments on commit c82dba1

Please sign in to comment.