Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New year's work #62

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,6 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/

# Rider's working folder.
.idea/
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.101.0.0 - Jan 09, 2024
- New year's work.

v1.100.10.0 - Nov 24, 2023
- Tiny logo fix.

Expand Down
4 changes: 2 additions & 2 deletions 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.100.10.0</Version>
<Version>1.101.0.0</Version>
</PropertyGroup>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -15,7 +15,7 @@
<PropertyGroup>
<Authors>Constantin Tews</Authors>
<Description>An F# library to run CLI commands and processes in F# (CE) style.</Description>
<Copyright>Copyright © 2022-2023</Copyright>
<Copyright>Copyright © 2022-2024</Copyright>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down
8 changes: 4 additions & 4 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.100.10.0
1.101.0.0
readme
README.md
releaseNotes
- Add .NET8 support (https://github.com/CaptnCodr/Fli/pull/60).
- Add new logo (https://github.com/CaptnCodr/Fli/pull/61).
- New year's work.
(All release notes: https://github.com/CaptnCodr/Fli/blob/main/RELEASE_NOTES.md)
projectUrl
https://github.com/CaptnCodr/Fli
Expand All @@ -24,7 +23,7 @@ licenseUrl
requireLicenseAcceptance
false
copyright
Copyright 2022-2023
Copyright 2022-2024
tags
fsharp cli shell process computation-expression
description
Expand All @@ -39,5 +38,6 @@ files
/bin/Release/netstandard2.1/Fli.* ==> lib/netstandard2.1
../install.ps1 ==> tools
../../README.md ==> .
../../RELEASE_NOTES.md ==> .
dependencies
FSharp.Core >= LOCKEDVERSION