Skip to content

Commit

Permalink
v2.2.9 with cross promotion of my mods
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Oct 21, 2018
1 parent 21cccc3 commit fd93056
Show file tree
Hide file tree
Showing 6 changed files with 512 additions and 22 deletions.
34 changes: 17 additions & 17 deletions About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>net.pardeike.rimworld.mod.achtung</identifier>
<version>2.2.8.0</version>
<targetVersions>
<li>0.19.0</li>
<li>1.0.0</li>
</targetVersions>
<dependencies>
</dependencies>
<incompatibleWith>
</incompatibleWith>
<loadBefore>
</loadBefore>
<loadAfter>
</loadAfter>
<manifestUri>https://raw.githubusercontent.com/pardeike/Achtung2/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/pardeike/Achtung2/releases/latest</downloadUri>
<identifier>net.pardeike.rimworld.mod.achtung</identifier>
<version>2.2.9.0</version>
<targetVersions>
<li>0.19.0</li>
<li>1.0.0</li>
</targetVersions>
<dependencies>
</dependencies>
<incompatibleWith>
</incompatibleWith>
<loadBefore>
</loadBefore>
<loadAfter>
</loadAfter>
<manifestUri>https://raw.githubusercontent.com/pardeike/Achtung2/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/pardeike/Achtung2/releases/latest</downloadUri>
</Manifest>
4 changes: 2 additions & 2 deletions About/ModSync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModSyncNinjaData>
<ID>be673269-db56-463b-8c36-e074881e0d77</ID>
<ModName>Achtung!</ModName>
<Version>2.2.8.0</Version>
<Version>2.2.9.0</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>pardeike</Owner>
Expand All @@ -11,4 +11,4 @@
<DownloadFrom>ModSyncMainPage</DownloadFrom>
<Branch>master</Branch>
</Host>
</ModSyncNinjaData>
</ModSyncNinjaData>
Binary file modified Assemblies/AchtungMod.dll
Binary file not shown.
6 changes: 5 additions & 1 deletion Source/Achtung.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<ItemGroup>
<Compile Include="Colonist.cs" />
<Compile Include="Controller.cs" />
<Compile Include="CrossPromotion.cs" />
<Compile Include="ModCounter.cs" />
<Compile Include="ForcedFloatMenuOption.cs" />
<Compile Include="ForcedJob.cs" />
Expand All @@ -83,7 +84,10 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>"$(ProjectDir)Install.bat" $(ConfigurationName) "$(ProjectDir)" "$(ProjectName)" "About Assemblies Languages Textures"</PostBuildEvent>
<PostBuildEvent>ModBuilder -v AssemblyVersion -file "$(TargetPath)" -save "$(ProjectName)-version"
ModBuilder -v XMLPut -file "$(SolutionDir)About\Manifest.xml" -xpath /Manifest/version -value "{{$(ProjectName)-version}}"
ModBuilder -v XMLPut -file "$(SolutionDir)About\ModSync.xml" -xpath /ModSyncNinjaData/Version -value "{{$(ProjectName)-version}}"
"$(ProjectDir)Install.bat" $(ConfigurationName) "$(ProjectDir)" "$(ProjectName)" "About Assemblies Languages Textures"</PostBuildEvent>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
Expand Down
Loading

0 comments on commit fd93056

Please sign in to comment.