Skip to content

Commit

Permalink
Release v1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptnCodr committed Jul 25, 2023
1 parent d225487 commit e6d6d98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.1.1.0 - Jul 25, 2023
- No need to quote the bash command anymore (https://github.com/CaptnCodr/Fli/pull/53) to have a consistent using between `Shells`.

v1.1.0.0 - May 29, 2023
- Slightly change signature of `Output` CustomOperation. (https://github.com/CaptnCodr/Fli/pull/51)
- Add `CancelAfter` CustomOperation for `executeAsync` to cancel after a specific amount of time (milliseconds). (https://github.com/CaptnCodr/Fli/pull/50)
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.1.0.0</Version>
<Version>1.1.1.0</Version>
</PropertyGroup>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
5 changes: 2 additions & 3 deletions src/Fli/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ owners
authors
Constantin Tews
version
1.1.0.0
1.1.1.0
readme
README.md
releaseNotes
- Slightly change signature of `Output` CustomOperation. (https://github.com/CaptnCodr/Fli/pull/51)
- Add `CancelAfter` CustomOperation for `executeAsync` to cancel after a specific amount of time (milliseconds). (https://github.com/CaptnCodr/Fli/pull/50)
- No need to quote the bash command anymore (https://github.com/CaptnCodr/Fli/pull/53) to have a consistent using between `Shells`.
(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 e6d6d98

Please sign in to comment.