From 48c48a93fb13fa8087effea7f21a09c8025d9bb8 Mon Sep 17 00:00:00 2001 From: Andreas Kueffel Date: Mon, 13 Jan 2025 12:40:00 +0100 Subject: [PATCH] include Version in buildcommand --- FileSyncAppWin/buildcommand.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FileSyncAppWin/buildcommand.cmd b/FileSyncAppWin/buildcommand.cmd index bed8bb5..fd0057f 100644 --- a/FileSyncAppWin/buildcommand.cmd +++ b/FileSyncAppWin/buildcommand.cmd @@ -1 +1 @@ -dotnet publish -o pub -c Release -p:PublishSingleFile=true -p:PublishTrimmed=false -r win-x86 --self-contained .\FileSyncAppWin.csproj +dotnet publish -o pub -c Release -p:PublishSingleFile=true -p:PublishTrimmed=false -p:Version=0.0.16 -r win-x86 --self-contained .\FileSyncAppWin.csproj