Merge remote-tracking branch 'origin/general-devel' into fragments
This commit is contained in:
commit
b923f74782
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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("")]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue