Version tick: 4.5.16
This commit is contained in:
parent
0f13de4ee3
commit
227cef3bd6
3 changed files with 8 additions and 4 deletions
|
|
@ -13,6 +13,10 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
|||
* If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change.
|
||||
|
||||
## Upcoming changes
|
||||
* You could be here!
|
||||
|
||||
## TShock 4.5.16
|
||||
* Added preliminary support for Terraria 1.4.3.6. (@SignatureBeef, @hakusaro)
|
||||
|
||||
## TShock 4.5.15
|
||||
* Added preliminary support for Terraria 1.4.3.5. (@SignatureBeef, @hakusaro)
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Re-Logic, Pryaxis & TShock Contributors")]
|
||||
[assembly: AssemblyProduct("TShockAPI")]
|
||||
[assembly: AssemblyCopyright("Copyright © Re-Logic, Pryaxis & TShock Contributors 2011-2021")]
|
||||
[assembly: AssemblyCopyright("Copyright © Re-Logic, Pryaxis & TShock Contributors 2011-2022")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
@ -53,5 +53,5 @@ using System.Runtime.InteropServices;
|
|||
// Also, be sure to release on github with the exact assembly version tag as below
|
||||
// so that the update manager works correctly (via the Github releases api and mimic)
|
||||
|
||||
[assembly: AssemblyVersion("4.5.15")]
|
||||
[assembly: AssemblyFileVersion("4.5.15")]
|
||||
[assembly: AssemblyVersion("4.5.16")]
|
||||
[assembly: AssemblyFileVersion("4.5.16")]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b3e3dd1b4e9a2a178dd3ff5f697a8d1f8586590f
|
||||
Subproject commit 4c2075fbdd7e9b17dd96d6495fe9f491a2af0bbb
|
||||
Loading…
Add table
Add a link
Reference in a new issue