Obsidian.MSBuild
1.0.3-nightly.g4737df362d
dotnet add package Obsidian.MSBuild --version 1.0.3-nightly.g4737df362d
NuGet\Install-Package Obsidian.MSBuild -Version 1.0.3-nightly.g4737df362d
<PackageReference Include="Obsidian.MSBuild" Version="1.0.3-nightly.g4737df362d" />
paket add Obsidian.MSBuild --version 1.0.3-nightly.g4737df362d
#r "nuget: Obsidian.MSBuild, 1.0.3-nightly.g4737df362d"
// Install Obsidian.MSBuild as a Cake Addin #addin nuget:?package=Obsidian.MSBuild&version=1.0.3-nightly.g4737df362d&prerelease // Install Obsidian.MSBuild as a Cake Tool #tool nuget:?package=Obsidian.MSBuild&version=1.0.3-nightly.g4737df362d&prerelease
Obsidian.MSBuild
An msbuild package that packs your plugins when published. This uses a format created by the tModloader team to pack and publish mods for terraria.
Installation
Nuget package: https://www.nuget.org/packages/Obsidian.MSBuild
Install-Package Obsidian.MSBuild
Instructions
If you're doing this manually and didn't use a template then you're going to create a new project. Install the package.
Open up your csproj and make sure you have this in either a new or exisiting PropertGroup.
<PropertyGroup>
<PublishDir>$(PublishUrl)</PublishDir>
<PluginApiVersion>{{Obsidian.API VERSION}}</PluginApiVersion>
<PluginAssembly>{{YOUR PLUGIN ASSEMBLY}}</PluginAssembly>
<PluginVersion>{{YOUR PLUGIN VERSION}}</PluginVersion>
<PluginSigningKey>{{YOUR SIGNING KEY}}</PluginSigningKey>
</PropertyGroup>
After that just publish or (build on Release) your plugin and it will pack the plugin for you automatically and output that to the build and or publish directory.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Obsidian.MSBuild:
Repository | Stars |
---|---|
ObsidianMC/Obsidian
A C# implementation of the Minecraft server protocol.
|
Version | Downloads | Last updated |
---|---|---|
1.0.3-nightly.g4737df362d | 430 | 3/7/2024 |
1.0.2-nightly.gbd4fb05700 | 51 | 3/7/2024 |
1.0.1-nightly.ge8fac8e388 | 62 | 3/6/2024 |
1.0.1-nightly.g0bea1ad12d | 63 | 3/6/2024 |