Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.29 KB

File metadata and controls

58 lines (40 loc) · 1.29 KB

Installing Mal.MdkScriptMixin.Graphics

Quick Links: Visual Studio | JetBrains Rider | Command Line


Visual Studio

  1. Right-click on your project in Solution Explorer
  2. Select Manage NuGet Packages
  3. Click on Settings (gear icon)
  4. Add a new package source:
    • Name: Malforge
    • Source: https://nuget.pkg.github.com/malforge/index.json
  5. Click OK to save
  6. Search for Mal.MdkScriptMixin.Graphics
  7. Click Install

JetBrains Rider

  1. Go to File → Settings → NuGet → Sources
  2. Click + to add a new source
    • Name: Malforge
    • URL: https://nuget.pkg.github.com/malforge/index.json
  3. Click OK to save
  4. Open the NuGet tool window
  5. Search for Mal.MdkScriptMixin.Graphics
  6. Click Install

Command Line / Manual

Add Package Source (one time only)

dotnet nuget add source https://nuget.pkg.github.com/malforge/index.json --name Malforge

Install the Package

dotnet add package Mal.MdkScriptMixin.Graphics

Or Edit .csproj Directly

Add this to your .csproj file:

<PackageReference Include="Mal.MdkScriptMixin.Graphics" Version="2.0.3" />

Installation instructions auto-generated. Last updated: 2026-05-22