Skip to content

Commit

Permalink
Update version to 1.0.6
Browse files Browse the repository at this point in the history
Added ResourcesUnstable directory to the project
  • Loading branch information
edbmods committed Aug 5, 2018
1 parent 420c0ca commit 3112e79
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 10 deletions.
9 changes: 5 additions & 4 deletions EdBPrepareCarefully.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,10 @@
<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 />
<PropertyGroup>
<PostBuildEvent>cd $(ProjectDir)
deploy.bat</PostBuildEvent>
</PropertyGroup>
</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.5")]
[assembly: AssemblyVersion("1.0.6")]

// 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
2 changes: 1 addition & 1 deletion Resources/About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

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.5]
[Version 1.0.6]
</description>
</ModMetaData>
9 changes: 9 additions & 0 deletions Resources/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
_____________________________________________________________________________

Version 1.0.6
_____________________________________________________________________________

- Rearranged the backstory filters.
- Fixed a problem with custom relationships not being initialized.
- Added an initialization error dialog.

_____________________________________________________________________________

Version 1.0.5
Expand Down
9 changes: 6 additions & 3 deletions Resources/Languages/English/Keyed/EdBPrepareCarefully.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- CHANGE NOTES -->
<!-- v1.0.6 -->
<!-- NEW: EdB.PC.Dialog.Backstory.Filter.SkillBonusFull -->
<!-- NEW: EdB.PC.Error.Initialization -->
<!-- UPDATED: EdB.PC.Dialog.Backstory.Filter.SkillBonus -->
<!-- REMOVED: EdB.PC.Dialog.Backstory.Filter.SkillPenalty -->

<!-- v1.0.5 -->
<!-- NEW: EdB.PC.AddParentChild.Header.CreateTemporaryPawn -->
<!-- NEW: EdB.PC.AddParentChild.Header.SelectWorldPawn -->
Expand All @@ -11,7 +17,6 @@
<!-- NEW: EdB.PC.Dialog.Faction.RandomFaction -->
<!-- NEW: EdB.PC.Dialog.Faction.SelectRandomFaction -->
<!-- NEW: EdB.PC.Dialog.Faction.SelectSpecificFaction -->
<!-- NEW: EdB.PC.Error.Initialization -->
<!-- NEW: EdB.PC.Panel.Appearance.WorldPawnAlert -->
<!-- NEW: EdB.PC.Panel.ColonyPawnList.Title -->
<!-- NEW: EdB.PC.Panel.Health.PartWithInjury -->
Expand Down Expand Up @@ -96,9 +101,7 @@
<EdB.PC.Dialog.Backstory.Filter.NoDisabledWorkTypes>No Disabled Work Types</EdB.PC.Dialog.Backstory.Filter.NoDisabledWorkTypes>
<EdB.PC.Dialog.Backstory.Filter.NoSkillPenalties>No Skill Penalties</EdB.PC.Dialog.Backstory.Filter.NoSkillPenalties>
<EdB.PC.Dialog.Backstory.Filter.SkillBonus>Bonus: {0} +{1}</EdB.PC.Dialog.Backstory.Filter.SkillBonus>
<EdB.PC.Dialog.Backstory.Filter.SkillPenalty>Penalty: {0} -{1}</EdB.PC.Dialog.Backstory.Filter.SkillPenalty>
<EdB.PC.Dialog.Backstory.Filter.SkillBonusFull>Skill Bonus: {0}, +{1} or better</EdB.PC.Dialog.Backstory.Filter.SkillBonusFull>
<EdB.PC.Dialog.Backstory.Filter.SkillPenaltyFull>Skill Penalty: {0} -{1} or worse</EdB.PC.Dialog.Backstory.Filter.SkillPenaltyFull>

<EdB.PC.Dialog.BodyPart.Header>Select a location</EdB.PC.Dialog.BodyPart.Header>
<EdB.PC.Dialog.BodyPart.Error.Required>You must select a location</EdB.PC.Dialog.BodyPart.Error.Required>
Expand Down
2 changes: 1 addition & 1 deletion ResourcesUnstable/About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ If you get a set of starting colonists that you like, save them as a preset so t

THIS IS A TEST VERSION OF THE MOD FOR THE UNSTABLE PUBLIC TESTING VERSION OF RIMWORLD.

[Version 1.0.5]
[Version 1.0.6]
</description>
</ModMetaData>

0 comments on commit 3112e79

Please sign in to comment.