Skip to content

Commit

Permalink
Release v1.111.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptnCodr committed Apr 16, 2024
1 parent 4bc9985 commit c39d263
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ cli {
| `Shell` | `Fli.Shells` |
| `Command` | `string` |
| `Input` | `string` |
| `Output` | `Outputs` (see below) |
| `Output` | `Fli.Outputs` |
| `WorkingDirectory` | `string` |
| `WindowStyle` | `Fli.WindowStyle` |
| `EnvironmentVariable` | `string * string` |
Expand All @@ -257,7 +257,7 @@ cli {
| `Exec` | `string` |
| `Arguments` | `string` / `string seq` / `string list` / `string array` |
| `Input` | `string` |
| `Output` | `Outputs` (see below) |
| `Output` | `Fli.Outputs` |
| `Verb` | `string` |
| `Username` | `string` |
| `Credentials` | `string * string * string` |
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.111.0.0 - Apr 16, 2024
- Add SH and ZSH
- Add Linux's PWSH, always quote default shell (https://github.com/CaptnCodr/Fli/pull/68)

v1.110.0.0 - Apr 12, 2024
- Add WindowStyle to CE. (https://github.com/CaptnCodr/Fli/pull/67)

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;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Configurations>Debug;Release</Configurations>
<Version>1.110.0.0</Version>
<Version>1.111.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
5 changes: 3 additions & 2 deletions src/Fli/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ owners
authors
Constantin Tews
version
1.110.0.0
1.111.0.0
readme
README.md
releaseNotes
- Add WindowStyle to CE. (https://github.com/CaptnCodr/Fli/pull/67)
- Add SH and ZSH
- Add Linux's PWSH, always quote default shell (https://github.com/CaptnCodr/Fli/pull/68)
(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 c39d263

Please sign in to comment.