Skip to content

Commit

Permalink
Merge pull request #98 from edbmods/version-update-0.16.1.3
Browse files Browse the repository at this point in the history
Version update for 0.16.1.3
  • Loading branch information
edbmods committed Dec 24, 2016
2 parents 48042da + 21ad3e8 commit c363a75
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion EdBPrepareCarefully.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>EdB.PrepareCarefully</RootNamespace>
<AssemblyName>EdBPrepareCarefully</AssemblyName>
<ReleaseVersion>0.16.1.2</ReleaseVersion>
<ReleaseVersion>0.16.1.3</ReleaseVersion>
<UseMSBuildEngine>False</UseMSBuildEngine>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions EdBPrepareCarefully.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Global
$0.TextStylePolicy = $2
$2.FileWidth = 120
$2.TabsToSpaces = False
$2.inheritsSet = VisualStudio
$2.inheritsSet = null
$2.inheritsScope = text/plain
$2.scope = text/plain
$2.scope = application/xml
$0.CSharpFormattingPolicy = $3
$3.IndentSwitchBody = True
$3.ElseNewLinePlacement = NewLine
Expand Down Expand Up @@ -194,6 +194,6 @@ Global
$29.IncludeStaticEntities = True
$0.VersionControlPolicy = $31
$31.inheritsSet = Mono
version = 0.16.1.2
version = 0.16.1.3
EndGlobalSection
EndGlobal
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("0.16.1.2")]
[assembly: AssemblyVersion("0.16.1.3")]

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

Version 0.16.1.3
_____________________________________________________________________________

- Fixed the way that the option list for bionics/implants is built.

_____________________________________________________________________________

Version 0.16.1.2
Expand Down

0 comments on commit c363a75

Please sign in to comment.