Skip to content

Commit

Permalink
Merge pull request #26 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
KSP 1.5.0
  • Loading branch information
BobPalmer committed Oct 21, 2018
2 parents f25c86e + eb38694 commit 8a859f5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
Binary file modified FOR_RELEASE/GameData/CommunityCategoryKit/CCK.dll
Binary file not shown.
12 changes: 6 additions & 6 deletions FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":4,
"PATCH":1
"MINOR":5,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":4,
"MINOR":5,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":4,
"MINOR":5,
"PATCH":9
},
"NAME": "Community Category Kit",
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
"VERSION": {
"BUILD": 0,
"MAJOR": 3,
"BUILD": 4,
"MAJOR": 0,
"MINOR": 0,
"PATCH": 0
}
Expand Down
8 changes: 8 additions & 0 deletions FOR_RELEASE/GameData/CommunityCategoryKit/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
4.0.0 - 2018.10.20
------------------
KSP 1.5.0 Compatibility

3.2.0 - 2018.06.22
------------------
KSP 1.4.4 Compatibility

3.1.0 - 2018.03.13
-----------------
KSP 1.4.1 Compatibility
Expand Down
7 changes: 4 additions & 3 deletions SOURCE/CCK/CCK/CCK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\..\KSP_DEV\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\KSP_DEV\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -47,10 +47,11 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\KSP_DEV\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\KSP_DEV\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\..\..\KSP_DEV\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\..\..\..\KSP_DEV\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions SOURCE/CCK/CCK/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("3.0.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0.0 for KSP 1.4.1")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyInformationalVersion("4.0.0.0 for KSP 1.5.0")]

0 comments on commit 8a859f5

Please sign in to comment.