From b60973f21fd5d85e6b6c41acafd612f890b97daa Mon Sep 17 00:00:00 2001 From: Constantin Tews Date: Tue, 9 Jan 2024 13:37:07 +0100 Subject: [PATCH 1/2] New year's work. --- .gitignore | 3 +++ RELEASE_NOTES.md | 3 +++ src/Fli/Fli.fsproj | 4 ++-- src/Fli/paket.template | 8 ++++---- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index dfcfd56..61caafa 100644 --- a/.gitignore +++ b/.gitignore @@ -348,3 +348,6 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ + +# Rider's +.idea/ \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4ba2f77..d644783 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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. diff --git a/src/Fli/Fli.fsproj b/src/Fli/Fli.fsproj index 0c6b3d0..15f180a 100644 --- a/src/Fli/Fli.fsproj +++ b/src/Fli/Fli.fsproj @@ -6,7 +6,7 @@ netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0 false Debug;Release - 1.100.10.0 + 1.101.0.0 true @@ -15,7 +15,7 @@ Constantin Tews An F# library to run CLI commands and processes in F# (CE) style. - Copyright © 2022-2023 + Copyright © 2022-2024 diff --git a/src/Fli/paket.template b/src/Fli/paket.template index f98209d..4d39c71 100644 --- a/src/Fli/paket.template +++ b/src/Fli/paket.template @@ -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 @@ -24,7 +23,7 @@ licenseUrl requireLicenseAcceptance false copyright - Copyright 2022-2023 + Copyright 2022-2024 tags fsharp cli shell process computation-expression description @@ -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 \ No newline at end of file From 9bfc501e06a387aa14194fbe6898f3bba4116105 Mon Sep 17 00:00:00 2001 From: Constantin Tews Date: Tue, 9 Jan 2024 13:38:17 +0100 Subject: [PATCH 2/2] gitignore update comment. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 61caafa..e23a889 100644 --- a/.gitignore +++ b/.gitignore @@ -349,5 +349,5 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ -# Rider's +# Rider's working folder. .idea/ \ No newline at end of file