Skip to content

Commit

Permalink
bump version to 1.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 5, 2024
1 parent 2280855 commit fcf5c82
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 47 deletions.
14 changes: 7 additions & 7 deletions Resources/GameData/kOS/kOS.version
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"NAME": "kOS",
"URL": "https://raw.githubusercontent.com/KSP-KOS/KOS/master/Resources/GameData/kOS/kOS.version",
"DOWNLOAD": "TODO - when release...",
"DOWNLOAD": "https://github.com/KSP-KOS/KOS/releases",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/KSP-KOS/KOS/master/CHANGELOG.md",
"GITHUB": {
"USERNAME":"KSP-KOS",
"REPOSITORY":"KOS",
"ALLOW_PRE_RELEASE":false
"USERNAME": "KSP-KOS",
"REPOSITORY": "KOS",
"ALLOW_PRE_RELEASE": false
},
"VERSION": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"PATCH": 0,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 1
"PATCH": 5
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 0
"PATCH": 3
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
Expand Down
14 changes: 2 additions & 12 deletions src/kOS.Safe.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("651e637f-78f4-4f85-a22b-33fe26e5aeca")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.5.0.0")]
15 changes: 3 additions & 12 deletions src/kOS.Safe/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("c1a3b326-28f5-4b98-bf0f-8bd25363fbd7")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: KSPAssembly("kOS.Safe", 1, 5)]
19 changes: 3 additions & 16 deletions src/kOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,11 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("324da3fe-391b-421d-93b7-29499dcf9ef3")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: KSPAssembly("kOS", 1, 3)]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: KSPAssembly("kOS", 1, 5)]

0 comments on commit fcf5c82

Please sign in to comment.