Change nuget package name to tshock instead of tshockapi

This commit is contained in:
Luke 2022-10-05 19:36:13 +10:00
parent f97cafaeb3
commit 02b8061531

View file

@ -28,6 +28,7 @@
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> <PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<Authors>Pryaxis &amp; TShock Contributors</Authors> <Authors>Pryaxis &amp; TShock Contributors</Authors>
<Description>TShock is a toolbox for Terraria servers and communities.</Description> <Description>TShock is a toolbox for Terraria servers and communities.</Description>
<PackageId>TShock</PackageId> <!-- package name for nuget, instead of TShockAPI -->
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>