|
4 | 4 | <ModLoaderShort>rml</ModLoaderShort> |
5 | 5 |
|
6 | 6 | <Product>HeadlessTweaks</Product> |
7 | | - <Version>2.1.10</Version> |
| 7 | + <Version>2.1.11</Version> |
8 | 8 |
|
9 | 9 | <Company>New_Project_Final_Final_WIP</Company> |
10 | 10 | <Copyright>Copyright © $(Company) 2025</Copyright> |
|
67 | 67 |
|
68 | 68 | <ItemGroup> |
69 | 69 | <!-- Referencing Webhook will also reference Core and Rest --> |
70 | | - <PackageReference Include="Discord.Net.Webhook" Version="3.17.0"/> |
| 70 | + <PackageReference Include="Discord.Net.Webhook" Version="3.18.0"/> |
71 | 71 | </ItemGroup> |
72 | 72 |
|
73 | 73 | <ItemDefinitionGroup> |
|
81 | 81 | <Reference Include="HarmonyLib"> |
82 | 82 | <HintPath>$(ModLibrariesPath)0Harmony.dll</HintPath> |
83 | 83 | <HintPath Condition="Exists('$(HeadlessPath)0Harmony.dll')">$(HeadlessPath)0Harmony.dll</HintPath> |
84 | | - <HintPath Condition="Exists('$(ModLibrariesPath)0Harmony-Net8.dll')">$(ModLibrariesPath)0Harmony-Net8.dll</HintPath> |
85 | 84 | </Reference> |
86 | 85 | <Reference Include="Elements.Core"> |
87 | 86 | <HintPath>$(HeadlessData)Elements.Core.dll</HintPath> |
|
104 | 103 | <Reference Include="Elements.Quantity"> |
105 | 104 | <HintPath>$(HeadlessData)Elements.Quantity.dll</HintPath> |
106 | 105 | </Reference> |
| 106 | + <Reference Include="Renderite.Shared"> |
| 107 | + <HintPath>$(HeadlessData)Renderite.Shared.dll</HintPath> |
| 108 | + </Reference> |
107 | 109 | <Reference Include="$(AppName)"> |
108 | 110 | <HintPath>$(HeadlessPath)\$(AppName).exe</HintPath> |
109 | 111 | <HintPath Condition="Exists('$(HeadlessData)\$(AppName).exe')">$(HeadlessData)\$(AppName).exe</HintPath> |
|
113 | 115 | <Reference Include="$(AppName)ModLoader"> |
114 | 116 | <HintPath>$(HeadlessPath)$(AppName)ModLoader.dll</HintPath> |
115 | 117 | <HintPath Condition="Exists('$(HeadlessPath)Libraries\$(AppName)ModLoader.dll')">$(HeadlessPath)Libraries\$(AppName)ModLoader.dll</HintPath> |
| 118 | + <HintPath Condition="Exists('$(AppPath)Libraries\$(AppName)ModLoader.dll')">$(AppPath)Libraries\$(AppName)ModLoader.dll</HintPath> |
116 | 119 | </Reference> |
117 | 120 | <Reference Include="Newtonsoft.Json"> |
118 | 121 | <HintPath>$(HeadlessPath)\Newtonsoft.Json.dll</HintPath> |
|
0 commit comments