Skip to content

Commit c09b0b1

Browse files
Reverted trim support
- Issues with trimming didn't show up during previous testing, they showed up now
1 parent 72cfeb6 commit c09b0b1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ShinRyuModManager-CE/ShinRyuModManager-CE.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
2828
<VersionSuffix>$(BuildSuffix)</VersionSuffix>
29-
<PublishTrimmed Condition="'$(SelfContained)' == 'true'">true</PublishTrimmed>
29+
<!--<PublishTrimmed Condition="'$(SelfContained)' == 'true'">true</PublishTrimmed>-->
3030
</PropertyGroup>
3131

3232
<ItemGroup>

ShinRyuModManager-CE/UserInterface/Assets/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
> ### **%{color:orange} Version 1.1.12 %** ###
22
* Minor Cleanup
3-
* EXPERIMENTAL: Trimming support on non \*-slim builds
43
* Updated libraries
54

65
---

0 commit comments

Comments
 (0)