KSPCommunityLib 0.1.1

dotnet add package KSPCommunityLib --version 0.1.1
                    
NuGet\Install-Package KSPCommunityLib -Version 0.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KSPCommunityLib" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KSPCommunityLib" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="KSPCommunityLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add KSPCommunityLib --version 0.1.1
                    
#r "nuget: KSPCommunityLib, 0.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package KSPCommunityLib@0.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=KSPCommunityLib&version=0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=KSPCommunityLib&version=0.1.1
                    
Install as a Cake Tool

KSP Community Lib

Documentation Status CI Status NuGet Version

KSPCommunityLib is a collection of utilities designed for use in KSP mods. It is a source-only distribution, meaning it does not require an additional .dll in the end user's GameData and can be inlined more effectively.

Full Documentation

Installation

Run dotnet add package KSPCommunityLib on your project, or add

<ItemGroup>
  <PackageReference Include="KSPCommunityLib"/> 
</ItemGroup>

to the .csproj file. Pinning the version is highly encouraged

Usage

Use any of the namespaces defined in the API. All the definitions in this library are marked as internal which means they will only be accessible within your DLL, and will not interfere with other mods using KSPCommunityLib, even if they use different versions.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.8

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1 329 11/17/2025
0.1.0 327 11/17/2025