Mal.Mdk2.PbPackager
2.0.0-alpha027
See the version list below for details.
dotnet add package Mal.Mdk2.PbPackager --version 2.0.0-alpha027
NuGet\Install-Package Mal.Mdk2.PbPackager -Version 2.0.0-alpha027
<PackageReference Include="Mal.Mdk2.PbPackager" Version="2.0.0-alpha027" />
paket add Mal.Mdk2.PbPackager --version 2.0.0-alpha027
#r "nuget: Mal.Mdk2.PbPackager, 2.0.0-alpha027"
// Install Mal.Mdk2.PbPackager as a Cake Addin #addin nuget:?package=Mal.Mdk2.PbPackager&version=2.0.0-alpha027&prerelease // Install Mal.Mdk2.PbPackager as a Cake Tool #tool nuget:?package=Mal.Mdk2.PbPackager&version=2.0.0-alpha027&prerelease
MDK Analyzers
The game Space Engineers (by Keen Software House, no affiliation) supports scripting and modding using the C# language. This project allows scripters to use full projects for their scripts, with separate code files and mixin (shared project) libraries, by reading the projects and compiling them into a single script file the game can use.
This package is part of the MDK2 project.
Usage:
Usage description pending: This is an emergency release due to the problems with MDK1 and the latest Visual Studio 2022 version. A more detailed description will be added later.
Important options:
Currently, modifying the options is a little bit cumbersome.
Right-click your project file in the solution explorer, and select "Unload Project". The project file should open in the editor. If it doesn't, right-click the project file and select "Edit Project File".
Make sure your input caret is at the very top of the file (ctrl+home
), and press ctrl+f
. Type in </PropertyG.
It should now highlight an end tag </PropertyGroup>
. This is the end of the first property group and where we will
add our options.
By default, MDK shows an informational bar at the bottom of the window, and will prompt you for input.
<MdkInteractive>no</MdkInteractive>
- This option will disable the interactive mode, and will switch off the informational bar at the bottom of the window. This is useful for CI/CD systems, or if you just don't want to be bothered by it.By default, MDK will only pack the project if you have selected the
Release
configuration, and not theDebug
configuration.<MdkBuildConfiguration>all</MdkBuildConfiguration>
- This option will allow you to specify at which configuration the packager should build the project. By default, this is set toRelease
. You can either specify your own configuration, or you can set it toall
to build all configurations.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
net8.0
- 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 |
---|---|---|
2.0.14 | 119 | 11/10/2024 |
2.0.13 | 999 | 10/5/2024 |
2.0.11 | 236 | 9/29/2024 |
2.0.10 | 117 | 9/28/2024 |
2.0.9 | 137 | 9/22/2024 |
2.0.8 | 198 | 8/31/2024 |
2.0.7 | 269 | 7/22/2024 |
2.0.6 | 945 | 7/21/2024 |
2.0.5 | 373 | 7/7/2024 |
2.0.4 | 361 | 6/22/2024 |
2.0.3 | 120 | 6/22/2024 |
2.0.2 | 228 | 6/9/2024 |
2.0.1 | 309 | 5/25/2024 |
2.0.0 | 247 | 5/13/2024 |
2.0.0-alpha073 | 194 | 4/28/2024 |
2.0.0-alpha062 | 197 | 4/14/2024 |
2.0.0-alpha054 | 178 | 3/31/2024 |
2.0.0-alpha052 | 129 | 3/30/2024 |
2.0.0-alpha051 | 123 | 3/28/2024 |
2.0.0-alpha032 | 175 | 3/10/2024 |
2.0.0-alpha031 | 142 | 3/4/2024 |
2.0.0-alpha030 | 116 | 3/3/2024 |
2.0.0-alpha028 | 94 | 3/2/2024 |
2.0.0-alpha027 | 99 | 3/2/2024 |
v.2.0.0-alpha1
- Emergency publish of a very early build due to the problems with MDK1 and the new version of Visual Studio 2022.
- This version is highly untested, and is missing the minifier.