Skip to content

Commit 9fff51d

Browse files
committed
enable trimming, enable EnableCompressionInSingleFile, update version to 1.3
1 parent 8ff2ad6 commit 9fff51d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/LibrotechInspection.Desktop/LibrotechInspection.Desktop.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
66

7-
<Version>1.2.1</Version>
7+
<Version>1.3</Version>
88
<Product>Librotech Inspection</Product>
99

10-
<PublishTrimmed>false</PublishTrimmed>
10+
<PublishTrimmed>true</PublishTrimmed>
1111
<TrimMode>copyused</TrimMode>
12-
<DebuggerSupport>false</DebuggerSupport>
13-
<DebugType>None</DebugType>
1412
<PublishSingleFile>true</PublishSingleFile>
13+
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
1514
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
16-
<IncludeSourceFilesProjectOutputGroup>true</IncludeSourceFilesProjectOutputGroup>
1715
</PropertyGroup>
1816

1917
<ItemGroup>

0 commit comments

Comments
 (0)