From e73b7f8234e671c99a799b236936871a0ea55db7 Mon Sep 17 00:00:00 2001 From: Sean Lynch Date: Tue, 21 Apr 2026 16:22:41 -0700 Subject: [PATCH] Set AssemblyVersion to 0.1.0.0 This was a copy-paste error from DynamicBatterStorage, where it is actually 1.0.0.0 --- SystemHeat/SystemHeat/SystemHeat.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SystemHeat/SystemHeat/SystemHeat.csproj b/SystemHeat/SystemHeat/SystemHeat.csproj index 42e3bd5..9763b38 100644 --- a/SystemHeat/SystemHeat/SystemHeat.csproj +++ b/SystemHeat/SystemHeat/SystemHeat.csproj @@ -6,7 +6,7 @@ net481 $(Version) - 1.0.0.0 + 0.1.0.0 $(Version) Heat handling system for Kerbal Space Program