Skip to content

Commit

Permalink
3.9.0: Rimworld 1.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
UnlimitedHugs committed Aug 13, 2020
1 parent 5f5b6ec commit c7c2c77
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AllowTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>Mods\AllowTool\v1.1\Assemblies\</OutputPath>
<OutputPath>Mods\AllowTool\v1.2\Assemblies\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
2 changes: 1 addition & 1 deletion Mods/AllowTool/About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</supportedVersions>
<url>https://ludeon.com/forums/index.php?topic=17218.0</url>
<packageId>UnlimitedHugs.AllowTool</packageId>
<description>Version: 3.8.4
<description>Version: 3.9.0

A set of tools to make your life on the Rim a bit easier.
Easily forbid and unforbid items, select similar things, have things hauled urgently and affect the entire map with powerful new tool extensions.
Expand Down
2 changes: 1 addition & 1 deletion Mods/AllowTool/About/ModSync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModSyncNinjaData>
<ID>e0d34ab2-0085-4745-99b7-9066f2180320</ID>
<ModName>Allow Tool</ModName>
<Version>3.8.4</Version>
<Version>3.9.0</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>UnlimitedHugs</Owner>
Expand Down
1 change: 1 addition & 0 deletions Mods/AllowTool/LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<v1.1>
<li>/</li>
<li>v1.1</li>
<li>v1.2</li>
</v1.1>
</loadFolders>
Binary file added Mods/AllowTool/v1.2/Assemblies/AllowTool.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.6.0")]
[assembly: AssemblyFileVersion("3.8.4")]
[assembly: AssemblyFileVersion("3.9.0")]

0 comments on commit c7c2c77

Please sign in to comment.