Skip to content

Commit 36afe68

Browse files
Merge pull request #18 from andreaskueffel/development
include Version in buildcommand
2 parents 0cfadb6 + 48c48a9 commit 36afe68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FileSyncAppWin/buildcommand.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dotnet publish -o pub -c Release -p:PublishSingleFile=true -p:PublishTrimmed=false -r win-x86 --self-contained .\FileSyncAppWin.csproj
1+
dotnet publish -o pub -c Release -p:PublishSingleFile=true -p:PublishTrimmed=false -p:Version=0.0.16 -r win-x86 --self-contained .\FileSyncAppWin.csproj

0 commit comments

Comments
 (0)