Releases: SpaceWarpDev/SpaceWarp.Template
Releases · SpaceWarpDev/SpaceWarp.Template
v1.5.2.1
What's Changed
- Support for KSP2 v0.1.5 and SpaceWarp 1.5.2
- Completely reworked library template, now including a multi-project structure, a preload patcher example, and MSBuild configuration to pack everything correctly into a NuGet package
- Updated
setup.bat
to work when double-clicking - Added a step in
setup.bat
to check for updates of the PowerShell Archive package used to automatically zip up releases, hopefully fixing issues with backslashes in zip paths, as mentioned here: KSP-CKAN/CKAN#3893 - Add Appbar.RegisterKSCAppButton example by @Falki-git in #3
1.4.3.1
1.4.0.2
1.4.0.1
1.3.0.1
- Support for SpaceWarp 1.3 and KSP 2 0.1.3
swinfo.json
is now the primary source of mod configuration- Switched from
Assembly-CSharp.dll
reference to NuGet package - Added project creation and setup scripts
- Updated build tasks to allow CI/CD building on Linux and Windows VMs
- Added a GitHub Action for verification of version_check URL and compilation checking