Skip to content

Commit e02279d

Browse files
committed
1 parent 823502c commit e02279d

File tree

3 files changed

+4
-108
lines changed

3 files changed

+4
-108
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ All notable changes to this project will be documented in this file
3232
- `setup-ckan` action: Add `ckan-install-method` option for installation method. Currently supports `'apt'` for installation on Debian/Ubuntu, or `'skip'` to skip installation for runners that already have CKAN installed.
3333
- `assemble-release` action: `outputs.artifact-path` now includes the `.zip` extension (#51)
3434

35+
### Library
36+
37+
- Removed Log.cs and the entire includes directory. Please use [KSPCommunityLib](https://git.offworldcolonies.nexus/KSPModdingLibs/KSPCommunityLib) instead.
38+
3539

3640
## 0.0.5 - 2025-11-07
3741

KSPCommon.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,4 @@
8888

8989
<!-- Import solution-wide props if it exists -->
9090
<Import Condition=" '$(SolutionDir)' != '' And Exists('$(SolutionDir)$(SolutionName).props') " Project="$(SolutionDir)$(SolutionName).props"/>
91-
92-
<ItemGroup Condition=" exists('$(MSBuildThisFileDirectory)/include') " >
93-
<Compile
94-
Include="$(MSBuildThisFileDirectory)/include/unity/*.cs"
95-
Condition=" '$(KSPBT_ReferenceUnityAssemblies)' == 'true' "/>
96-
</ItemGroup>
9791
</Project>

include/unity/Log.cs

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)