Release procedure

This commit is contained in:
White 2017-01-03 21:51:50 +10:30
parent 16df7dc1e8
commit 06f813c203
2 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,8 @@
This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large. This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large.
## Upcoming Changes ## Upcoming Changes
## TShock 4.3.22
* Compatibility with Terraria 1.3.4.4 * Compatibility with Terraria 1.3.4.4
* API: Version tick 2.0 * API: Version tick 2.0
* API: Reduced RAM usage by ~80MB (Large server) (@deathcradle) * API: Reduced RAM usage by ~80MB (Large server) (@deathcradle)

View file

@ -53,5 +53,5 @@ using System.Runtime.InteropServices;
// Also, be sure to release on github with the exact assembly version tag as below // 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) // so that the update manager works correctly (via the Github releases api and mimic)
[assembly: AssemblyVersion("4.3.21")] [assembly: AssemblyVersion("4.3.22")]
[assembly: AssemblyFileVersion("4.3.21")] [assembly: AssemblyFileVersion("4.3.22")]