Skip to content

Commit

Permalink
1.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Jul 2, 2020
1 parent 97aa7b4 commit 205681a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Binary file modified GameData/ContractConfigurator/CC_RemoteTech.dll
Binary file not shown.
Binary file modified GameData/ContractConfigurator/ContractConfigurator.dll
Binary file not shown.
8 changes: 4 additions & 4 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.0/CHANGES.txt",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/1.28.2/CHANGES.txt",
"GITHUB":{
"USERNAME":"jrossignol",
"REPOSITORY":"ContractConfigurator",
Expand All @@ -11,13 +11,13 @@
"VERSION":{
"MAJOR":1,
"MINOR":28,
"PATCH":0,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":8,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -26,7 +26,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":99,
"MINOR":8,
"PATCH":99
}
}
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.0")]
[assembly: AssemblyInformationalVersion("1.28.0")]
[assembly: AssemblyFileVersion("1.28.2")]
[assembly: AssemblyInformationalVersion("1.28.2")]
[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.0")]
[assembly: AssemblyInformationalVersion("1.28.0")]
[assembly: AssemblyFileVersion("1.28.2")]
[assembly: AssemblyInformationalVersion("1.28.2")]
[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.0")]
[assembly: AssemblyInformationalVersion("1.28.0")]
[assembly: AssemblyFileVersion("1.28.2")]
[assembly: AssemblyInformationalVersion("1.28.2")]
[assembly: KSPAssembly("KerKonConConExt", 1, 0)]
[assembly: KSPAssemblyDependency("ContractConfigurator", 1, 0)]
[assembly: KSPAssemblyDependency("KerbalKonstructs", 0, 9)]

0 comments on commit 205681a

Please sign in to comment.