Skip to content

Commit 85ff031

Browse files
committed
Fix #355: add KSPAssemblyDependency to avoid a benign assemblyloader error
1 parent bc7c624 commit 85ff031

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SCANsat/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[assembly: AssemblyCopyright("Danny")]
88
[assembly: AssemblyTrademark("")]
99
[assembly: AssemblyCulture("")]
10+
11+
// ideally this would be handled by the project reference in the csproj, but I think that requires a newer version of KSPBT
12+
[assembly:KSPAssemblyDependency("SCANsat.Unity", 0, 0)]

0 commit comments

Comments
 (0)