Skip to content

Commit

Permalink
Merge pull request #88 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ChrisAdderley authored Nov 6, 2019
2 parents ef38f25 + c1b3113 commit 9744363
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ package:
- changelog.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.0.2
version: 4.1.0
location: s3
B9PartSwitch:
version: 2.10.0
version: 2.12.1
location: s3
CommunityResourcePack:
version: 1.0.0
version: 1.3.0
location: s3
DynamicBatteryStorage:
tag: 2.0.6
tag: 2.1.0
location: github
repository: ChrisAdderley/DynamicBatteryStorage
deploy:
Expand Down
Binary file modified GameData/CryoTanks/Plugins/SimpleBoiloff.dll
Binary file not shown.
12 changes: 6 additions & 6 deletions GameData/CryoTanks/Versioning/CryoTanks.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
"VERSION":
{
"MAJOR":1,
"MINOR":3,
"MINOR":4,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":7,
"PATCH":3
"MINOR":8,
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":7,
"PATCH":3
"MINOR":8,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":7,
"MINOR":8,
"PATCH":99
}
}
7 changes: 6 additions & 1 deletion Source/SimpleBoiloff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SimpleBoiloff</RootNamespace>
<AssemblyName>SimpleBoiloff</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand All @@ -23,6 +23,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -32,6 +33,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
Expand All @@ -49,6 +51,9 @@
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
Expand Down
Binary file modified Source/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dd7cae41553daccc21b3373f10bbd75bac3d9918
898b9e8f178768bd9e3d19681134a87a3cf7a991
Binary file modified Source/obj/Debug/SimpleBoiloff.csprojAssemblyReference.cache
Binary file not shown.
Binary file modified Source/obj/Debug/SimpleBoiloff.dll
Binary file not shown.
Binary file modified Source/obj/Debug/SimpleBoiloff.pdb
Binary file not shown.
Empty file.
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.4.0
------
- KSP 1.8.x
- Updated B9PartSwitch to 2.12.1
- Updated DynamicBatteryStorage to 2.1.0
- Updated ModuleManger to 4.1.0
- Updated CRP to 1.3.0
- Updated .NET version to 4.5
- Updated some MM patch specifiers

v1.3.0
------
- Updated B9PartSwitch to 2.10.0
Expand Down
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================
Cryo Tanks v1.3.0
Cryo Tanks v1.4.0
=================

A mod pack for Kerbal Space Program, specifically supporting my other mods Kerbal Atomics (https://github.com/ChrisAdderley/KerbalAtomics) and Cryogenic Engines (https://github.com/ChrisAdderley/CryoEngines), dealing with cryogenic fuels, their storage and their properties.
Expand All @@ -20,10 +20,10 @@ DEPENDENCIES
============

Required:
- B9PartSwitch (2.10.0)
- Community Resource Pack (1.0.0)
- ModuleManager (4.0.2)
- DynamicBatteryStorage (2.0.6)
- B9PartSwitch (2.12.1)
- Community Resource Pack (1.3.0)
- ModuleManager (4.1.0)
- DynamicBatteryStorage (2.1.0)

Optional
- Community Tech Tree (v2.2+)
Expand Down

0 comments on commit 9744363

Please sign in to comment.