KSPCommunityLib 0.1.1
dotnet add package KSPCommunityLib --version 0.1.1
NuGet\Install-Package KSPCommunityLib -Version 0.1.1
<PackageReference Include="KSPCommunityLib" Version="0.1.1" />
<PackageVersion Include="KSPCommunityLib" Version="0.1.1" />
<PackageReference Include="KSPCommunityLib" />
paket add KSPCommunityLib --version 0.1.1
#r "nuget: KSPCommunityLib, 0.1.1"
#:package KSPCommunityLib@0.1.1
#addin nuget:?package=KSPCommunityLib&version=0.1.1
#tool nuget:?package=KSPCommunityLib&version=0.1.1
KSP Community Lib
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.
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.
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.