Skip to content

Commit

Permalink
1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Jul 2, 2020
1 parent 205681a commit be3fbec
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
Contract Configurator 1.28.2
Contract Configurator 1.28.1
- Added new AgentParser (allows for assigning a random agency through expressions).
- Merged change to improve accuracy of great circle distance in contract distance calculations (thanks pap1723).
- Merged change to fix issues with certain celestial body progress requirements not working correctly for the manned/unmanned checks (thanks SirMortimer).
- Fixed issue with planet packs that renamed Kerbin displaying the name in lower case (thanks TheSpaceDad).

Contract Configurator 1.28.1
- Fixed incorrect requirement text when FacilityRequirement and maxLevel are used (thanks histalonia).

Contract Configurator 1.28.0
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 GameData/ContractConfigurator/ContractConfigurator.version
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"NAME":"Contract Configurator",
"URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/GameData/ContractConfigurator/ContractConfigurator.version",
"DOWNLOAD":"https://github.com/jrossignol/ContractConfigurator/releases",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/1.28.2/CHANGES.txt",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/1.28.1/CHANGES.txt",
"GITHUB":{
"USERNAME":"jrossignol",
"REPOSITORY":"ContractConfigurator",
Expand All @@ -11,7 +11,7 @@
"VERSION":{
"MAJOR":1,
"MINOR":28,
"PATCH":2,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
Binary file modified GameData/ContractConfigurator/KerKonConConExt.dll
Binary file not shown.
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.28.2")]
[assembly: AssemblyInformationalVersion("1.28.2")]
[assembly: AssemblyFileVersion("1.28.1")]
[assembly: AssemblyInformationalVersion("1.28.1")]
[assembly: KSPAssembly("CC_RemoteTech", 1, 0)]
[assembly: KSPAssemblyDependency("ContractConfigurator", 1, 0)]
[assembly: KSPAssemblyDependency("RemoteTech", 1, 7)]
4 changes: 2 additions & 2 deletions source/ContractConfigurator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.28.2")]
[assembly: AssemblyInformationalVersion("1.28.2")]
[assembly: AssemblyFileVersion("1.28.1")]
[assembly: AssemblyInformationalVersion("1.28.1")]
[assembly: KSPAssembly("ContractConfigurator", 1, 0)]
4 changes: 2 additions & 2 deletions source/KerKonConConExt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.28.2")]
[assembly: AssemblyInformationalVersion("1.28.2")]
[assembly: AssemblyFileVersion("1.28.1")]
[assembly: AssemblyInformationalVersion("1.28.1")]
[assembly: KSPAssembly("KerKonConConExt", 1, 0)]
[assembly: KSPAssemblyDependency("ContractConfigurator", 1, 0)]
[assembly: KSPAssemblyDependency("KerbalKonstructs", 0, 9)]

0 comments on commit be3fbec

Please sign in to comment.