Skip to content

Commit

Permalink
recompile to new TLD
Browse files Browse the repository at this point in the history
  • Loading branch information
ttr committed Apr 16, 2022
1 parent 3caf6f9 commit a81afcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ArrowMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Games\SteamLibrary\steamapps\common\TheLongDark\MelonLoader\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\SteamLibrary\steamapps\common\TheLongDark\tld_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
Expand Down
2 changes: 1 addition & 1 deletion src/ArrowMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static class BuildInfo
public const string Description = "A mod to make arrow crafting more realistic."; // Description for the Mod. (Set as null if none)
public const string Author = "ttr, ds5678"; // Author of the Mod. (MUST BE SET)
public const string Company = null; // Company that made the Mod. (Set as null if none)
public const string Version = "1.6.0"; // Version of the Mod. (MUST BE SET)
public const string Version = "1.7.0"; // Version of the Mod. (MUST BE SET)
public const string DownloadLink = null; // Download Link for the Mod. (Set as null if none)
}
internal class ArrowMod : MelonMod
Expand Down

0 comments on commit a81afcc

Please sign in to comment.