Skip to content

Commit

Permalink
updated QuickStart v2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Malah committed Feb 18, 2017
1 parent f6fc26b commit f3609c3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 3 deletions.
Binary file modified QuickStart/GameData/QuickMods/QuickStart/Plugins/QuickStart.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"VERSION": {
"MAJOR" : 2,
"MINOR" : 1,
"PATCH" : 2,
"PATCH" : 3,
"BUILD" : 0
},
"KSP_VERSION": {
Expand Down
5 changes: 5 additions & 0 deletions QuickStart/GameData/QuickMods/QuickStart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ Delete the QuickMods/QuickStart folder in your KSP/GameData folder.

#### Changelog

v2.13 - 2017.02.18
* New: Added a black screen when QuickStart wait,
* Fix: Corrected the start to last vessel to keep all contracts (thanks Liquid5n0w & Jebs_SY),
* Fix: Corrected text position with small resolution.

v2.12 - 2017.01.14
* Fix: Corrected the error with LanguageAPI and unloaded plugins.

Expand Down
2 changes: 1 addition & 1 deletion QuickStart/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 ("2.1.2.*")]
[assembly: AssemblyVersion ("2.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
1 change: 1 addition & 0 deletions QuickStart/QuickStart.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<Compile Include="QS_Flight.cs" />
<Compile Include="LanguageAPI.cs" />
<Compile Include="QS_Lang.cs" />
<Compile Include="QS_Utils.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion QuickStart/QuickStart.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"VERSION": {
"MAJOR" : 2,
"MINOR" : 1,
"PATCH" : 2,
"PATCH" : 3,
"BUILD" : 0
},
"KSP_VERSION": {
Expand Down
5 changes: 5 additions & 0 deletions QuickStart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ Delete the QuickMods/QuickStart folder in your KSP/GameData folder.

#### Changelog

v2.13 - 2017.02.18
* New: Added a black screen when QuickStart wait,
* Fix: Corrected the start to last vessel to keep all contracts (thanks Liquid5n0w & Jebs_SY),
* Fix: Corrected text position with small resolution.

v2.12 - 2017.01.14
* Fix: Corrected the error with LanguageAPI and unloaded plugins.

Expand Down

0 comments on commit f3609c3

Please sign in to comment.