From 158040268cb465265020756ae144218e8c524e94 Mon Sep 17 00:00:00 2001 From: Petr Chromec Date: Thu, 4 Jan 2024 09:57:54 +0100 Subject: [PATCH] Add more metadata to console app --- CHANGELOG.md | 2 ++ TucConsole.fsproj | 2 +- src/Program.fs | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02bb84f..aa15344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased + +## 1.7.0 - 2023-01-04 - Use net8.0 - Update dependencies diff --git a/TucConsole.fsproj b/TucConsole.fsproj index 84d0faf..2247b60 100644 --- a/TucConsole.fsproj +++ b/TucConsole.fsproj @@ -6,7 +6,7 @@ net8.0 Tuc.Console Console application for managing .tuc files. - 1.6.0 + 1.7.0 https://github.com/TypedUseCase/tuc-console https://github.com/TypedUseCase/tuc-console.git true diff --git a/src/Program.fs b/src/Program.fs index 5759899..89e4525 100644 --- a/src/Program.fs +++ b/src/Program.fs @@ -9,9 +9,14 @@ open MF.ErrorHandling [] let main argv = consoleApplication { + name AssemblyVersionInformation.AssemblyProduct title AssemblyVersionInformation.AssemblyProduct info ApplicationInfo.MainTitle version AssemblyVersionInformation.AssemblyVersion + description AssemblyVersionInformation.AssemblyDescription + + gitBranch AssemblyVersionInformation.AssemblyMetadata_gitbranch + gitCommit AssemblyVersionInformation.AssemblyMetadata_gitcommit command "domain:check" { Description = "Checks given domains."