Skip to content

Commit c67d5cf

Browse files
committed
Version tick: 5.2
1 parent 2c06e2b commit c67d5cf

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

TShockAPI/TShock.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class TShock : TerrariaPlugin
6363
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>
6464
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
6565
/// <summary>VersionCodename - The version codename is displayed when the server starts. Inspired by software codenames conventions.</summary>
66-
public static readonly string VersionCodename = "Thank you, everyone, for your support of TShock all these years! <3";
66+
public static readonly string VersionCodename = "Intensity";
6767

6868
/// <summary>SavePath - This is the path TShock saves its data in. This path is relative to the TerrariaServer.exe (not in ServerPlugins).</summary>
6969
public static string SavePath = "tshock";

TShockAPI/TShockAPI.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
Also, be sure to release on github with the exact assembly version tag as below
1919
so that the update manager works correctly (via the Github releases api and mimic)
2020
-->
21-
<Version>5.1.3</Version>
21+
<Version>5.2.0</Version>
2222
<AssemblyTitle>TShock for Terraria</AssemblyTitle>
2323
<Company>Pryaxis &amp; TShock Contributors</Company>
2424
<Product>TShockAPI</Product>
25-
<Copyright>Copyright © Pryaxis &amp; TShock Contributors 2011-2022</Copyright>
25+
<Copyright>Copyright © Pryaxis &amp; TShock Contributors 2011-2023</Copyright>
2626
<!-- extras for nuget -->
2727
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2828
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>

TerrariaServerAPI

docs/changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ Use past tense when adding new entries; sign your name off when you add or chang
7878
* 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. -->
7979

8080
## Upcoming changes
81-
* An additional option `pvpwithnoteam` is added at `PvPMode` to enable PVP with no team.(@CelestialAnarchy, #2617, @ATFGK)
81+
Your changes could be here!
82+
83+
## TShock 5.2
84+
* An additional option `pvpwithnoteam` is added at `PvPMode` to enable PVP with no team. (@CelestialAnarchy, #2617, @ATFGK)
8285
* Corrected and updated deserialization of the following packets (@ATFGK):
8386
* `ProjectileNew`: Read the third `AI` value.
8487
* Before this change, it was previously possible for the projectile damage limit to falsely trigger, such as when using the Terra Balde and Fire Gauntlet together.

0 commit comments

Comments
 (0)