Skip to content

Commit 88e4065

Browse files
committed
- Updated to Harmony 2.2.1
- Added KSPAssembly attribute
1 parent da756d9 commit 88e4065

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

GameData/000_Harmony/0Harmony.dll

154 KB
Binary file not shown.

GameData/000_Harmony/Harmony.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"NAME": "Harmony",
33
"URL": "https://raw.githubusercontent.com/KSPModdingLibs/HarmonyKSP/main/GameData/000_Harmony/Harmony.version",
44
"DOWNLOAD": "https://github.com/KSPModdingLibs/HarmonyKSP/releases",
5-
"VERSION": {"MAJOR": 2, "MINOR": 0, "PATCH": 4, "BUILD": 0},
5+
"VERSION": {"MAJOR": 2, "MINOR": 2, "PATCH": 1, "BUILD": 0},
66
"KSP_VERSION": {"MAJOR": 1, "MINOR": 8, "PATCH": 0},
77
"KSP_VERSION_MIN": {"MAJOR": 1, "MINOR": 8, "PATCH": 0},
88
"KSP_VERSION_MAX": {"MAJOR": 1, "MINOR": 12, "PATCH": 99}
0 Bytes
Binary file not shown.

HarmonyInstallChecker/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: KSPAssembly("HarmonyKSP", 1, 0)]
36+
[assembly: AssemblyVersion("2.2.1.0")]
37+
[assembly: AssemblyFileVersion("2.2.1.0")]

0 commit comments

Comments
 (0)