Skip to content

Commit 9aa6b01

Browse files
committed
update harmony reference
1 parent 81458ab commit 9aa6b01

7 files changed

Lines changed: 24 additions & 4 deletions

File tree

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.git* export-ignore
2-
Source/ export-ignore
2+
Source/ export-ignore
3+
v1.1/Assemblies/0Harmony.dll export-ignore

About/About.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,17 @@
1313
Allows loading & saving sets of active mods for Rimworld.
1414
1515
Japanese translation by Proxyer]]></description>
16+
<modDependenciesByVersion>
17+
<v1.1>
18+
<li>
19+
<packageId>brrainz.harmony</packageId>
20+
<displayName>Harmony</displayName>
21+
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
22+
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
23+
</li>
24+
</v1.1>
25+
</modDependenciesByVersion>
26+
<loadAfter>
27+
<li>brrainz.harmony</li>
28+
</loadAfter>
1629
</ModMetaData>

Source/ModSwitch/ModSwitch.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
35+
<PropertyGroup>
36+
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
37+
</PropertyGroup>
3538
<ItemGroup>
3639
<Reference Include="Assembly-CSharp">
3740
<HintPath>$(RimworldManagedDir11)\Assembly-CSharp.dll</HintPath>
@@ -103,7 +106,7 @@
103106
</ItemGroup>
104107
<ItemGroup>
105108
<PackageReference Include="Lib.Harmony">
106-
<Version>2.0.0.6</Version>
109+
<Version>2.0.0.8</Version>
107110
</PackageReference>
108111
<PackageReference Include="MSBuildTasks">
109112
<Version>1.5.0.235</Version>
@@ -126,4 +129,7 @@
126129
</Target>
127130
<Target Name="AfterBuild">
128131
</Target>
132+
<PropertyGroup>
133+
<PostBuildEvent>DEL "$(OutDir)\0Harmony.dll"</PostBuildEvent>
134+
</PropertyGroup>
129135
</Project>

Source/ModSwitch/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
[assembly: System.Reflection.AssemblyCopyright("Copyright © DoctorVanGogh 2017")]
1313
[assembly: System.Runtime.InteropServices.ComVisible(false)]
1414
[assembly: System.Runtime.InteropServices.Guid("ab2e8e89-3d1d-4e36-a0ae-489b6ebc84a6")]
15-
[assembly: System.Reflection.AssemblyVersion("2.0.0.273")]
15+
[assembly: System.Reflection.AssemblyVersion("2.0.0.277")]
1616

1717

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0.273
1+
2.0.0.277

v1.1/Assemblies/0Harmony.dll

-705 KB
Binary file not shown.

v1.1/Assemblies/ModSwitch.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)