Obsidian.MSBuild 1.0.3-nightly.g4737df362d

This is a prerelease version of Obsidian.MSBuild.
There is a newer prerelease version of this package available.
See the version list below for details.
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.
<PackageVersion Include="Obsidian.MSBuild" Version="1.0.3-nightly.g4737df362d" />
                    
Directory.Packages.props
<PackageReference Include="Obsidian.MSBuild" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Obsidian.MSBuild@1.0.3-nightly.g4737df362d
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Obsidian.MSBuild&version=1.0.3-nightly.g4737df362d&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Obsidian.MSBuild&version=1.0.3-nightly.g4737df362d&prerelease
                    
Install as a Cake Tool

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.