Obsidian.MSBuild 1.0.3-nightly.g4737df362d

This is a prerelease version of Obsidian.MSBuild.
dotnet add package Obsidian.MSBuild --version 1.0.3-nightly.g4737df362d
NuGet\Install-Package Obsidian.MSBuild -Version 1.0.3-nightly.g4737df362d
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="Obsidian.MSBuild" Version="1.0.3-nightly.g4737df362d" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Obsidian.MSBuild --version 1.0.3-nightly.g4737df362d
#r "nuget: Obsidian.MSBuild, 1.0.3-nightly.g4737df362d"
#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 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.

There are no supported framework assets in this package.

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3-nightly.g4737df362d 64 3/7/2024
1.0.2-nightly.gbd4fb05700 42 3/7/2024
1.0.1-nightly.ge8fac8e388 53 3/6/2024
1.0.1-nightly.g0bea1ad12d 55 3/6/2024