Skip to content

Commit

Permalink
Merge pull request #265 from ihsoft/next
Browse files Browse the repository at this point in the history
Release 1.14
  • Loading branch information
ihsoft authored Jul 19, 2018
2 parents a30e28a + 796ffe6 commit bef0827
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 45 deletions.
Binary file removed Binaries/KSPDev_Utils.0.36.dll
Binary file not shown.
Binary file added Binaries/KSPDev_Utils.0.37.dll
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.14 (July 18th, 2018):
* [Change] Migrate to KSPDev Utils 0.37.0. A stability fix.

# 1.13 (July 7th, 2018):
* [Change] Migrate to x64 profile. The 32-bit game mode is no more supported!
* [Change] Migrate to KSPDev Utils 0.36.0.
Expand Down
6 changes: 3 additions & 3 deletions KIS.version
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"NAME": "Kerbal Inventory System",
"URL": "https://raw.githubusercontent.com/ihsoft/KIS/master/KIS.version",
"VERSION": {
"BUILD": 40451,
"BUILD": 33741,
"MAJOR": 1,
"MINOR": 13,
"PATCH": 6762
"MINOR": 14,
"PATCH": 6773
}
}
5 changes: 2 additions & 3 deletions Source/KIS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{3C0C1ACF-15FB-4852-A15A-BC3F16D3EF33}</ProjectGuid>

<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
Expand Down Expand Up @@ -53,8 +52,8 @@
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>Q:\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="KSPDev_Utils.0.36">
<HintPath>..\Binaries\KSPDev_Utils.0.36.dll</HintPath>
<Reference Include="KSPDev_Utils.0.37">
<HintPath>..\Binaries\KSPDev_Utils.0.37.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>Q:\KSP_x64_Data\Managed\System.dll</HintPath>
Expand Down
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.13.*")]
[assembly: AssemblyInformationalVersion ("1.13 for KSP 1.4+")]
[assembly: KSPAssembly ("KIS", 1, 13)]
[assembly: AssemblyVersion ("1.14.*")]
[assembly: AssemblyInformationalVersion ("1.14 for KSP 1.4+")]
[assembly: KSPAssembly ("KIS", 1, 14)]

0 comments on commit bef0827

Please sign in to comment.