Verison tick: 4.5.8
This commit is contained in:
parent
50821e7e89
commit
e714f8ea58
2 changed files with 5 additions and 2 deletions
|
|
@ -13,6 +13,9 @@ 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
|
||||
* Hopefully TShock on .NET 5?
|
||||
|
||||
## TShock 4.5.8
|
||||
* Removed `TShockAPI/DB/DBTools.cs`. This appears to have been dead code and not used by anything. (@hakusaro, @DeathCradle)
|
||||
* Fixed the `/firework` command not sending fireworks when specified without a firework color. The firework command now correctly sends red fireworks to a target if a color is not specified. (@hakusaro, @Kojirremer)
|
||||
* Fixed bad XML of TShock code documentation. (@Arthri)
|
||||
|
|
|
|||
|
|
@ -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.7")]
|
||||
[assembly: AssemblyFileVersion("4.5.7")]
|
||||
[assembly: AssemblyVersion("4.5.8")]
|
||||
[assembly: AssemblyFileVersion("4.5.8")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue