Skip to content

Commit

Permalink
Merge pull request #256 from edbmods/update-version-to-1.0.11
Browse files Browse the repository at this point in the history
Updated to version 1.0.11
  • Loading branch information
edbmods authored Mar 25, 2019
2 parents 0db175d + 27790a3 commit fe3f255
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions EdBPrepareCarefully.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,5 @@
<None Include="Resources\Defs\Scenarios\ScenParts_Fixed.xml" />
<None Include="Resources\Defs\ThingDefs\EdBPrepareCarefully.xml" />
</ItemGroup>
<ItemGroup>
<None Include="ResourcesUnstable\About\About.xml">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup />
</Project>
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.0.10")]
[assembly: AssemblyVersion("1.0.11")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
16 changes: 9 additions & 7 deletions Resources/About/About.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>EdB Prepare Carefully</name>
<author>EdB</author>
<url></url>
<targetVersion>1.0.2059</targetVersion>
<description>Customize your colonists, choose your gear and prepare carefully for your crash landing!
<name>EdB Prepare Carefully</name>
<author>EdB</author>
<url></url>
<supportedVersions>
<li>1.0</li>
</supportedVersions>
<description>Customize your colonists, choose your gear and prepare carefully for your crash landing!

If you get a set of starting colonists that you like, save them as a preset so that you can start your game the same way next time.

[Version 1.0.10]
</description>
[Version 1.0.11]
</description>
</ModMetaData>
8 changes: 8 additions & 0 deletions Resources/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
_____________________________________________________________________________

Version 1.0.11
_____________________________________________________________________________

- Fixed problem with temporary pawns in the Relationships tab.
- Tweaks to the way that Prepare Carefully is injected into the game code.

_____________________________________________________________________________

Version 1.0.10
Expand Down

0 comments on commit fe3f255

Please sign in to comment.