TerraUtil.BuildSystem 0.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package TerraUtil.BuildSystem --version 0.0.8                
NuGet\Install-Package TerraUtil.BuildSystem -Version 0.0.8                
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="TerraUtil.BuildSystem" Version="0.0.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TerraUtil.BuildSystem --version 0.0.8                
#r "nuget: TerraUtil.BuildSystem, 0.0.8"                
#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 TerraUtil.BuildSystem as a Cake Addin
#addin nuget:?package=TerraUtil.BuildSystem&version=0.0.8

// Install TerraUtil.BuildSystem as a Cake Tool
#tool nuget:?package=TerraUtil.BuildSystem&version=0.0.8                

TerraUtil.BuildSystem

The better build system for tModLoader, the mod loader for Terraria.

Based on this pull request by Chik3r, with modifications made by me.

Features

  • build.txt properties moved to the .csproj.
  • All references (<Reference>, <ProjectReference>, <PackageReference>, and <ModReference>) are all done inside the .csproj and are automatically added to the mod file.

Licensing

This code is licensed under the MIT license.

Some code from tModLoader is used, which is licensed under the MIT license.

The used code is:

  • Everything under the Core folder
  • Tasks/BaseTask.cs
  • Tasks/PackageModFile.cs
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.0 0 11/15/2024
0.0.8 119 9/7/2024
0.0.7 99 9/7/2024
0.0.6 114 9/7/2024
0.0.5 92 9/7/2024
0.0.4 104 9/7/2024
0.0.3 104 9/7/2024
0.0.2 92 9/7/2024
0.0.1 98 9/6/2024

Preparing for a release.