Skip to content
Success

Changes

Summary

  1. Fix :NEEDS clause sometimes not getting removed (commit: 07547be) (details)
  2. remove ModuleManager.csproj from .gitignore (commit: 97a1968) (details)
  3. Make post build into a shell script, allowing cross-platform (commit: 532581d) (details)
  4. v3.0.4 - KSP 1.4 require a recompile (commit: a73b85e) (details)
  5. v3.0.5 because I am blind (commit: b8476b8) (details)
Commit 07547be2571c6197575ec989e024c174dd09dfbc by joeydwong
Fix :NEEDS clause sometimes not getting removed
Fixes #94
(commit: 07547be)
The file was modified ModuleManagerTests/NeedsCheckerTest.cs (diff)
The file was modified ModuleManager/NeedsChecker.cs (diff)
Commit 97a19680aa32608b1a0ec440adc5c7258461e79c by joeydwong
remove ModuleManager.csproj from .gitignore
It was under version control anyway
(commit: 97a1968)
The file was modified .gitignore (diff)
Commit 532581d39680f597e2dd19d46a6af8e4a0c78dc9 by joeydwong
Make post build into a shell script, allowing cross-platform
compatibility
Just requires sh to be installed on Windows.  Relies on $PDB2MDB to find
the pdb2mdb executable, and $KSPDIR to find where to copy to.  If either
of these are absent, it will be ignored (but the build will still work)
(commit: 532581d)
The file was modified ModuleManager/ModuleManager.csproj (diff)
The file was addedModuleManager/copy_build.sh
Commit a73b85e8149b0b57817af64fe3798bd56d84dca4 by sarbian
v3.0.4 - KSP 1.4 require a recompile
(commit: a73b85e)
The file was modified ModuleManager/Properties/AssemblyInfo.cs (diff)
The file was modified ModuleManager/Properties/AssemblyInfo.cs (diff)