Skip to content

Commit be3fbec

Browse files
committed
1.28.1
1 parent 205681a commit be3fbec

File tree

8 files changed

+9
-11
lines changed

8 files changed

+9
-11
lines changed

CHANGES.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
Contract Configurator 1.28.2
1+
Contract Configurator 1.28.1
22
- Added new AgentParser (allows for assigning a random agency through expressions).
33
- Merged change to improve accuracy of great circle distance in contract distance calculations (thanks pap1723).
44
- Merged change to fix issues with certain celestial body progress requirements not working correctly for the manned/unmanned checks (thanks SirMortimer).
55
- Fixed issue with planet packs that renamed Kerbin displaying the name in lower case (thanks TheSpaceDad).
6-
7-
Contract Configurator 1.28.1
86
- Fixed incorrect requirement text when FacilityRequirement and maxLevel are used (thanks histalonia).
97

108
Contract Configurator 1.28.0
0 Bytes
Binary file not shown.
-76 KB
Binary file not shown.

GameData/ContractConfigurator/ContractConfigurator.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"NAME":"Contract Configurator",
33
"URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/GameData/ContractConfigurator/ContractConfigurator.version",
44
"DOWNLOAD":"https://github.com/jrossignol/ContractConfigurator/releases",
5-
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/1.28.2/CHANGES.txt",
5+
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/1.28.1/CHANGES.txt",
66
"GITHUB":{
77
"USERNAME":"jrossignol",
88
"REPOSITORY":"ContractConfigurator",
@@ -11,7 +11,7 @@
1111
"VERSION":{
1212
"MAJOR":1,
1313
"MINOR":28,
14-
"PATCH":2,
14+
"PATCH":1,
1515
"BUILD":0
1616
},
1717
"KSP_VERSION":{
-1 KB
Binary file not shown.

source/CC_RemoteTech/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0")]
36-
[assembly: AssemblyFileVersion("1.28.2")]
37-
[assembly: AssemblyInformationalVersion("1.28.2")]
36+
[assembly: AssemblyFileVersion("1.28.1")]
37+
[assembly: AssemblyInformationalVersion("1.28.1")]
3838
[assembly: KSPAssembly("CC_RemoteTech", 1, 0)]
3939
[assembly: KSPAssemblyDependency("ContractConfigurator", 1, 0)]
4040
[assembly: KSPAssemblyDependency("RemoteTech", 1, 7)]

source/ContractConfigurator/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
4141
[assembly: AssemblyVersion("1.0")]
42-
[assembly: AssemblyFileVersion("1.28.2")]
43-
[assembly: AssemblyInformationalVersion("1.28.2")]
42+
[assembly: AssemblyFileVersion("1.28.1")]
43+
[assembly: AssemblyInformationalVersion("1.28.1")]
4444
[assembly: KSPAssembly("ContractConfigurator", 1, 0)]

source/KerKonConConExt/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0")]
35-
[assembly: AssemblyFileVersion("1.28.2")]
36-
[assembly: AssemblyInformationalVersion("1.28.2")]
35+
[assembly: AssemblyFileVersion("1.28.1")]
36+
[assembly: AssemblyInformationalVersion("1.28.1")]
3737
[assembly: KSPAssembly("KerKonConConExt", 1, 0)]
3838
[assembly: KSPAssemblyDependency("ContractConfigurator", 1, 0)]
3939
[assembly: KSPAssemblyDependency("KerbalKonstructs", 0, 9)]

0 commit comments

Comments
 (0)