File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file
88
99- Fixed git submodule example to work even for tagged releases (#49 )
1010
11+ ### Build
12+
13+ - BACKPORT: Fix ` KSP_VERSION_MAX ` getting mangled when using an existing version file (#64 )
14+
1115
1216## 0.0.4 - 2025-06-15
1317
Original file line number Diff line number Diff line change 188188 <JsonPoke Content =" $(_JSON)" Query =" $.KSP_VERSION_MIN" RawValue =" '%(KSPVersionFile.KSP_Version_Min)'" Condition =" '%(KSPVersionFile.KSP_Version_Min)' != ''" >
189189 <Output TaskParameter =" Content" PropertyName =" _JSON" />
190190 </JsonPoke >
191- <JsonPoke Content =" $(_JSON)" Query =" $.KSP_VERSION_MAX" Value =" '%(KSPVersionFile.KSP_Version_Max)'" Condition =" '%(KSPVersionFile.KSP_Version_Max)' != ''" >
191+ <JsonPoke Content =" $(_JSON)" Query =" $.KSP_VERSION_MAX" RawValue =" '%(KSPVersionFile.KSP_Version_Max)'" Condition =" '%(KSPVersionFile.KSP_Version_Max)' != ''" >
192192 <Output TaskParameter =" Content" PropertyName =" _JSON" />
193193 </JsonPoke >
194194 <WriteLinesToFile File =" %(KSPVersionFile.Destination)" Lines =" $(_JSON)" Overwrite =" true" />
You can’t perform that action at this time.
0 commit comments