Skip to content

Commit

Permalink
Merge pull request CaptnCodr#62 from CaptnCodr/feature/new-year
Browse files Browse the repository at this point in the history
New year's work
  • Loading branch information
CaptnCodr authored Jan 9, 2024
2 parents 058f763 + 9bfc501 commit d0de1c3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
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

0 comments on commit d0de1c3

Please sign in to comment.