diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 623b4dc..8f47d59 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,3 +18,6 @@ on:
jobs:
build:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@1.1.1
+ with:
+ artifacts:
+ GameData Extras LICENSE* README* CHANGELOG*
diff --git a/GameData/SystemHeat/Versioning/SystemHeat.version b/GameData/SystemHeat/Versioning/SystemHeat.version
index 3a0e6a8..b81b84c 100644
--- a/GameData/SystemHeat/Versioning/SystemHeat.version
+++ b/GameData/SystemHeat/Versioning/SystemHeat.version
@@ -1,28 +1,9 @@
{
- "NAME":"SystemHeat",
- "URL":"https://raw.githubusercontent.com/post-kerbin-mining-corporation/SystemHeat/master/GameData/SystemHeat/Versioning/SystemHeat.version",
- "DOWNLOAD":"https://github.com/post-kerbin-mining-corporation/SystemHeat",
- "VERSION":
- {
- "MAJOR":0,
- "MINOR":8,
- "PATCH":2,
- "BUILD":0
- },
- "KSP_VERSION":
- {
- "MAJOR":1,
- "MINOR":12,
- "PATCH":5
- },
- "KSP_VERSION_MIN":{
- "MAJOR":1,
- "MINOR":11,
- "PATCH":0
- },
- "KSP_VERSION_MAX":{
- "MAJOR":1,
- "MINOR":12,
- "PATCH":99
- }
+ "NAME": "SystemHeat",
+ "URL": "https://github.com/KSPModStewards/SystemHeat/releases/latest/download/SystemHeat.version",
+ "DOWNLOAD": "https://github.com/KSPModStewards/SystemHeat/releases",
+ "KSP_VERSION": "1.12.5",
+ "KSP_VERSION_MIN": "1.11.0",
+ "KSP_VERSION_MAX": "1.12.99",
+ "VERSION": "0.8.2"
}
diff --git a/Source/SystemHeat.csproj b/Source/SystemHeat.csproj
index 3c5ca77..806a7c5 100644
--- a/Source/SystemHeat.csproj
+++ b/Source/SystemHeat.csproj
@@ -4,8 +4,6 @@
SystemHeat
net481
- $(Version)
-
Heat handling system for Kerbal Space Program
Area Denial Games
SystemHeat
@@ -30,6 +28,15 @@
+
+
+ $(KSPBT_ModRoot)/Versioning/SystemHeat.version
+ 1.12.5
+ 1.11.0
+ 1.12.99
+
+
+
diff --git a/Source/SystemHeat.version b/Source/SystemHeat.version
new file mode 100644
index 0000000..7fee597
--- /dev/null
+++ b/Source/SystemHeat.version
@@ -0,0 +1,20 @@
+{
+ "NAME": "SystemHeat",
+ "URL": "https://github.com/KSPModStewards/SystemHeat/releases/latest/download/SystemHeat.version",
+ "DOWNLOAD": "https://github.com/KSPModStewards/SystemHeat/releases",
+ "KSP_VERSION": {
+ "MAJOR": 1,
+ "MINOR": 12,
+ "PATCH": 5
+ },
+ "KSP_VERSION_MIN": {
+ "MAJOR": 1,
+ "MINOR": 11,
+ "PATCH": 0
+ },
+ "KSP_VERSION_MAX": {
+ "MAJOR": 1,
+ "MINOR": 12,
+ "PATCH": 99
+ }
+}