Skip to content

Commit 334b1bc

Browse files
committed
Release v1.111.11.
1 parent 72361ef commit 334b1bc

3 files changed

Lines changed: 10 additions & 7 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.111.11.0 - May 27, 2025
2+
- Improve ArgumentList in `Exec.Arguments`, this will split arguments more precise especially for python commands. (https://github.com/CaptnCodr/Fli/pull/76)
3+
- Improve documentations.
4+
15
v1.111.10.0 - May 31, 2024
26
- Empty file output will not write to file. (https://github.com/CaptnCodr/Fli/pull/72)
37

src/Fli/Fli.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
77
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<Configurations>Debug;Release</Configurations>
9-
<Version>1.111.10.0</Version>
9+
<Version>1.111.11.0</Version>
1010
</PropertyGroup>
1111
<PropertyGroup>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -15,7 +15,7 @@
1515
<PropertyGroup>
1616
<Authors>Constantin Tews</Authors>
1717
<Description>An F# library to run CLI commands and processes in F# (CE) style.</Description>
18-
<Copyright>Copyright © 2022-2024</Copyright>
18+
<Copyright>Copyright © 2022-2025</Copyright>
1919
</PropertyGroup>
2020
<ItemGroup>
2121
<Compile Include="AssemblyInfo.fs" />

src/Fli/paket.template

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ owners
66
authors
77
Constantin Tews
88
version
9-
1.111.10.0
9+
1.111.11.0
1010
readme
1111
README.md
1212
releaseNotes
13-
- Empty file output will not write to file. (https://github.com/CaptnCodr/Fli/pull/72)
13+
- Improve ArgumentList in `Exec.Arguments`, this will split arguments more precise especially for python commands. (https://github.com/CaptnCodr/Fli/pull/76)
14+
- Improve documentations.
1415
(All release notes: https://github.com/CaptnCodr/Fli/blob/main/RELEASE_NOTES.md)
1516
projectUrl
1617
https://github.com/CaptnCodr/Fli
@@ -23,16 +24,14 @@ licenseUrl
2324
requireLicenseAcceptance
2425
false
2526
copyright
26-
Copyright 2022-2024
27+
Copyright 2022-2025
2728
tags
2829
fsharp cli shell process computation-expression
2930
description
3031
F# library to run CLI commands and processes in F# (CE) style.
3132
summary
3233
F# library to run CLI commands and processes in F# (CE) style.
3334
files
34-
/bin/Release/net6.0/Fli.* ==> lib/net6.0
35-
/bin/Release/net7.0/Fli.* ==> lib/net7.0
3635
/bin/Release/net8.0/Fli.* ==> lib/net8.0
3736
/bin/Release/netstandard2.0/Fli.* ==> lib/netstandard2.0
3837
/bin/Release/netstandard2.1/Fli.* ==> lib/netstandard2.1

0 commit comments

Comments
 (0)