Skip to content

Commit 464e38b

Browse files
committed
adds PublishSingleFile and Version properties to props file
1 parent abe68dd commit 464e38b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TexConvGui.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@
99
<PlatformTarget>AnyCPU</PlatformTarget>
1010
<TargetFramework>net8.0-windows</TargetFramework>
1111
<ApplicationIcon>$(MsBuildThisFileDirectory)Icon.ico</ApplicationIcon>
12+
<PublishSingleFile>true</PublishSingleFile>
13+
<VersionPrefix>2.2</VersionPrefix>
14+
<FileVersion>2.2.0.0</FileVersion>
15+
<AssemblyVersion>2.2.0.0</AssemblyVersion>
1216
</PropertyGroup>
1317
</Project>

0 commit comments

Comments
 (0)