diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 37d53fb..14fe7b8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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) diff --git a/src/Fli/Fli.fsproj b/src/Fli/Fli.fsproj index 0bff24d..da98804 100644 --- a/src/Fli/Fli.fsproj +++ b/src/Fli/Fli.fsproj @@ -6,7 +6,7 @@ netstandard2.0;netstandard2.1;net6.0;net7.0 false Debug;Release - 1.1.0.0 + 1.1.1.0 true diff --git a/src/Fli/paket.template b/src/Fli/paket.template index 8ba554a..f2e1e86 100644 --- a/src/Fli/paket.template +++ b/src/Fli/paket.template @@ -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