Skip to content

Commit

Permalink
1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Apr 29, 2016
1 parent 0caa804 commit adaa96b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Contract Configurator 1.11.1
- Update to KSP 1.1.1 (release to make CKAN happy).
- Compile to latest *dev* RemoteTech.

Contract Configurator 1.11.0
- Performance fixes and improved caching of biome data.
- Duration values can now be used in arithmetic and comparisons in expressions.
Expand Down
Binary file modified GameData/ContractConfigurator/CC_RemoteTech.dll
Binary file not shown.
Binary file modified GameData/ContractConfigurator/ContractConfigurator.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions source/CC_RemoteTech/CC_RemoteTech.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</Reference>
<Reference Include="RemoteTech, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files (x86)\Kerbal Space Program\GameData\RemoteTech\Plugins\RemoteTech.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Kerbal Space Program\RemoteTech\Plugins\RemoteTech.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -88,4 +88,4 @@ copy /y "$(TargetPath)" "C:\Program Files (x86)\Kerbal Space Program\GameData\Co
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
4 changes: 2 additions & 2 deletions source/CC_RemoteTech/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.11.0")]
[assembly: AssemblyInformationalVersion("1.11.0")]
[assembly: AssemblyFileVersion("1.11.1")]
[assembly: AssemblyInformationalVersion("1.11.1")]
[assembly: KSPAssembly("CC_RemoteTech", 1, 0)]
[assembly: KSPAssemblyDependency("ContractConfigurator", 1, 0)]
[assembly: KSPAssemblyDependency("RemoteTech", 1, 6)]
4 changes: 2 additions & 2 deletions source/ContractConfigurator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.11.0")]
[assembly: AssemblyInformationalVersion("1.11.0")]
[assembly: AssemblyFileVersion("1.11.1")]
[assembly: AssemblyInformationalVersion("1.11.1")]
[assembly: KSPAssembly("ContractConfigurator", 1, 0)]

0 comments on commit adaa96b

Please sign in to comment.