Skip to content

Commit

Permalink
'Release 1.4.24 [nolog]'
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Aug 30, 2018
1 parent 53c6497 commit 4f814bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Blueprints</name>
<author>Fluffy</author>
<url>https://ludeon.com/forums/index.php?topic=16120.0</url>
<targetVersion>0.19.1987</targetVersion>
<targetVersion>0.19.2009</targetVersion>
<description>Blueprints allow the quick construction of repetitive rooms/areas.

&lt;size=24&gt;Features&lt;/size&gt;
Expand Down Expand Up @@ -35,7 +35,7 @@ Butter-Knife: Japanese translation
Kirill:

&lt;size=24&gt;Version&lt;/size&gt;
This is version 1.3.22, for RimWorld 0.19.1987.
This is version 1.4.24, for RimWorld 0.19.2009.

</description>
</ModMetaData>
Binary file modified Assemblies/Blueprints.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
[![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods)

# Version
This is version 1.3.22, for RimWorld 0.19.1987.
This is version 1.4.24, for RimWorld 0.19.2009.
6 changes: 3 additions & 3 deletions Source/Blueprints/Blueprints.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\dlls\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\dlls\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -42,7 +42,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\..\dlls\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\dlls\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand All @@ -59,7 +59,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>node "$(SolutionDir)\..\..\..\postbuild" update -n Blueprints -x</PostBuildEvent>
<PostBuildEvent>mod update -n Blueprints -x</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 4f814bb

Please sign in to comment.