diff --git a/CHANGELOG.md b/CHANGELOG.md index aade87c2..aff181f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Fixed DumpItems() from trying to dump older versions of certain items (negative item IDs). (@Zaicon) * Added the `/dump-reference-data` command, which when run, runs Utils.Dump() and outputs Terraria reference data to the server folder. (@hakusaro) * Fixed builds to not require a specific version of OTAPI and to not fail when in Release mode (@bartico6) +* Update Assembly Company to Pryaxis (@Ryozuki) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index c5fc1426..f4030480 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -26,9 +26,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("TShock for Terraria")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Nyx Studios & TShock Contributors")] +[assembly: AssemblyCompany("Pryaxis & TShock Contributors")] [assembly: AssemblyProduct("TShockAPI")] -[assembly: AssemblyCopyright("Copyright © Nyx Studios 2011-2017")] +[assembly: AssemblyCopyright("Copyright © Pryaxis & TShock Contributors 2011-2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]