From ed8fd355d5cb5b2798137e239d40ac18cd4dba40 Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 29 Aug 2023 17:11:38 -0400 Subject: Package updates --- Module.Taskfile.yaml | 7 +++---- src/PkiAuthenticator.csproj | 10 +++++----- src/Program.cs | 3 +++ 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml index 85db3c8..10a5410 100644 --- a/Module.Taskfile.yaml +++ b/Module.Taskfile.yaml @@ -16,16 +16,15 @@ tasks: - git remote update - git reset --hard - git pull origin {{.BRANCH_NAME}} --verify-signatures + #re-write semver after hard reset + - dotnet-gitversion.exe /updateprojectfiles #called by build pipeline to build module build: dir: '{{.USER_WORKING_DIR}}' cmds: - echo "building module {{.MODULE_NAME}}" - - #re-write semver after hard reset - - dotnet-gitversion.exe /updateprojectfiles - + #build debug mode first - task: build_debug - task: build_release diff --git a/src/PkiAuthenticator.csproj b/src/PkiAuthenticator.csproj index 22a4e92..b46036d 100644 --- a/src/PkiAuthenticator.csproj +++ b/src/PkiAuthenticator.csproj @@ -20,15 +20,15 @@ Copyright © 2023 Vaughn Nugent https://www.vaughnnugent.com/resources/software/modules/vauth - https://github.com/VnUgE/ + https://github.com/VnUgE/PkiAuthenticator - + - - - + + + diff --git a/src/Program.cs b/src/Program.cs index 8ff694c..8895f8e 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -37,6 +37,9 @@ namespace PkiAuthenticator const string HELP_MESSAGE = @$" vauth Copyright © Vaughn Nugent https://www.vaughnnugent.com/resources/software + This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to + redistribute it under certain conditions. See the license.txt file for more details. + Usage: vauth A cross-platform hardware (YubiKey) or software backed authenticator for generating short lived -- cgit