Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14c8ce2

Browse files
committed
chore: hide commit SHA in updater window
Prevents the commit SHA from being included in the "informational version" of the assembly, which is where NetSparkle gets the current version from.
1 parent dbb8d76 commit 14c8ce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

App/App.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<Product>Coder Desktop</Product>
2525
<Copyright>© Coder Technologies Inc.</Copyright>
2626
<ApplicationIcon>coder.ico</ApplicationIcon>
27+
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
2728
</PropertyGroup>
2829

2930
<PropertyGroup Condition="$(Configuration) == 'Release'">

0 commit comments

Comments
 (0)