File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file
44
5+ ## Unreleased
6+
7+ ### Msbuild
8+
9+ - Fix broken ` KSPAssemblyDependency ` attributes when using ` ModReference ` items.
10+
11+
512## 1.0.0 - 2025-11-20
613
714### Msbuild
Original file line number Diff line number Diff line change 133133 Condition =" '$(KSPBT_ReferenceModAssemblies)' == 'true' " >
134134 <ItemGroup >
135135 <Reference Include =" @(ModReference->'$(KSPBT_GameRoot)/%(DLLPath)')" >
136- <KSPAssemblyName Condition =" '%(ModReference.KSPAssemblyName' == '' " >%(ModReference.identity)</KSPAssemblyName >
136+ <KSPAssemblyName Condition =" '%(ModReference.KSPAssemblyName) ' == '' " >%(ModReference.identity)</KSPAssemblyName >
137137 </Reference >
138138 </ItemGroup >
139139 </Target >
You can’t perform that action at this time.
0 commit comments