Skip to content

Commit

Permalink
Switch to ToolbarController, bump to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybauer committed Feb 20, 2020
1 parent 2538deb commit eb40e95
Show file tree
Hide file tree
Showing 6 changed files with 319 additions and 1,164 deletions.
29 changes: 19 additions & 10 deletions GameData/Undockinator.version
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{
"NAME":"Undockinator",
"URL":"https://raw.githubusercontent.com/henrybauer/Undockinator/master/GameData/Undockinator.version",
"DOWNLOAD":"http://forum.kerbalspaceprogram.com/index.php?/topic/149144-12pre-the-undockinator-v01-undock-your-ships/",
"VERSION": {
"MAJOR":1,"MINOR":0,"PATCH":3,"BUILD":0
},
"KSP_VERSION": {
"MAJOR":1,"MINOR":7,"PATCH":3
}
}
"NAME":"Undockinator",
"URL":"https://raw.githubusercontent.com/henrybauer/Undockinator/master/GameData/Undockinator.version",
"DOWNLOAD":"http://forum.kerbalspaceprogram.com/index.php?/topic/149144-12pre-the-undockinator-v01-undock-your-ships/",
"tags":[
"plugin",
"convenience"
],
"VERSION":{
"MAJOR":1,
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":9,
"PATCH":0
}
}
7 changes: 5 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.0.3")]
[assembly: AssemblyFileVersion("1.0.3")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.

//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]

[assembly: KSPAssemblyDependency("ClickThroughBlocker", 1, 0)]
[assembly: KSPAssemblyDependency("ToolbarController", 1, 0)]
Loading

0 comments on commit eb40e95

Please sign in to comment.