Skip to content

Commit

Permalink
Added: Missing Trimming Root for Definitions Package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Oct 10, 2022
1 parent 96cd6fd commit 0a605da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion External/Reloaded.Memory.SigScan.ReloadedII/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ModId": "Reloaded.Memory.SigScan.ReloadedII",
"ModName": "Library: Reloaded.Memory.Sigscan for Reloaded II",
"ModAuthor": "Sewer56",
"ModVersion": "1.2.7",
"ModVersion": "1.2.8",
"ModDescription": "Shared implementation of Reloaded.Memory.Sigscan",
"ModDll": "Reloaded.Memory.SigScan.ReloadedII.dll",
"ModIcon": "Preview.png",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<ItemGroup>
<ReloadedLinkRoots Include="Reloaded.Memory.SigScan.ReloadedII" />
<ReloadedLinkRoots Include="Reloaded.Memory.Sigscan.Definitions" />
<!-- Add assemblies to be trimmed. You might need to add their dependencies too! -->
<ReloadedLinkAssemblies Include="Reloaded.Memory.Sigscan" />
<ReloadedLinkAssemblies Include="Reloaded.Memory" />
Expand Down

0 comments on commit 0a605da

Please sign in to comment.