Mal.Mdk2.References 2.1.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Mal.Mdk2.References --version 2.1.6
NuGet\Install-Package Mal.Mdk2.References -Version 2.1.6
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="Mal.Mdk2.References" Version="2.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mal.Mdk2.References --version 2.1.6
#r "nuget: Mal.Mdk2.References, 2.1.6"
#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.
// Install Mal.Mdk2.References as a Cake Addin
#addin nuget:?package=Mal.Mdk2.References&version=2.1.6

// Install Mal.Mdk2.References as a Cake Tool
#tool nuget:?package=Mal.Mdk2.References&version=2.1.6

MDK References


The game Space Engineers (by Keen Software House, no affiliation) supports scripting and modding using the C# language. This package aims to automatically detect the location of the Space Engineers installation, and referencing the assembly DLLs required to write scripts and mods.

This package is part of the MDK2 project.


Usage:

Simply reference the nuget package in your mod project. It should automatically do its thing.

Copying DLLs locally

By default, the assemblies are referenced directly from their location in the Space Engineers game installation folder. If you want to run unit tests, you will need to have those assemblies copied locally. To do so, add the following to the initial PropertyGroup in your project file:

 <SpaceEngineersBinCopyLocal>true</SpaceEngineersBinCopyLocal>

Keep in mind: These assemblies belong to Keen Software House. You are not allowed to pack and redistribute these dlls, this is the entire reason why this package exist to automate their reference for you.


Disclaimer:

These tools are an independent creation and is not endorsed, sponsored, nor affiliated with Keen Software House. "Space Engineers" is a trademark of Keen Software House. All trademarks and copyrights used are properties of their respective owners. The use of "Space Engineers" in these tools is for reference purposes only and does not imply any association or endorsement.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
2.2.2 345 5/27/2024
2.2.1 106 5/25/2024
2.1.9 513 11/19/2023
2.1.9-alpha1 92 11/19/2023
2.1.8 103 11/19/2023
2.1.8-alpha1 94 11/18/2023
2.1.7 104 11/18/2023
2.1.6 158 11/18/2023
2.1.5 131 11/17/2023
2.1.4 153 11/17/2023

v.2.1.6
- Fixed bad heading in the readme.md

v.2.1.5
- Fixed SpaceEngineersBinCopyLocal not working

v.2.1.4
- Legal crap, version parity

v.1.0.0
- Initial release