Skip to content

Commit fd91d7e

Browse files
committed
Release v1.1001.0.
1 parent 3008eb6 commit fd91d7e

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.1001.0.0 - Jun 12, 2026
2+
- Remove encoding from output. (https://github.com/CaptnCodr/Fli/pull/86)
3+
- Add `cancellationToken` on `executeAsync`. (https://github.com/CaptnCodr/Fli/pull/87)
4+
15
v1.1000.0.0 - Mar 28, 2026
26
- Meet `Output.Stream` option to write outputs to stream (e.g. logging, printing etc.). (https://github.com/CaptnCodr/Fli/pull/80)
37
- Some code improvements.

src/Fli/Fli.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFrameworks>netstandard2.0;netstandard2.1;net9.0;net10.0</TargetFrameworks>
77
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<Configurations>Debug;Release</Configurations>
9-
<Version>1.1000.0.0</Version>
9+
<Version>1.1001.0.0</Version>
1010
</PropertyGroup>
1111
<PropertyGroup>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Fli/paket.template

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ owners
66
authors
77
Constantin Tews
88
version
9-
1.1000.0.0
9+
1.1001.0.0
1010
readme
1111
README.md
1212
releaseNotes
13-
- Meet `Output.Stream` option to write outputs to stream (e.g. logging, printing etc.). (https://github.com/CaptnCodr/Fli/pull/80)
14-
- Some code improvements.
15-
- Dependency updates.
13+
- Remove encoding from output. (https://github.com/CaptnCodr/Fli/pull/86)
14+
- Add `cancellationToken` on `executeAsync`. (https://github.com/CaptnCodr/Fli/pull/87)
1615
(All release notes: https://github.com/CaptnCodr/Fli/blob/main/RELEASE_NOTES.md)
1716
projectUrl
1817
https://github.com/CaptnCodr/Fli

0 commit comments

Comments
 (0)