We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ed35f3 + 74c884d commit 3aa54ceCopy full SHA for 3aa54ce
TerrariaServerAPI/TerrariaServerAPI.csproj
@@ -8,7 +8,7 @@
8
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9
<GenerateDocumentationFile>True</GenerateDocumentationFile>
10
<RunPostBuildEvent>Always</RunPostBuildEvent>
11
- <Version>5.1.2</Version>
+ <Version>5.1.3-0</Version>
12
<AssemblyTitle>TSAPI</AssemblyTitle>
13
<Product>TSAPI</Product>
14
<Company>Pryaxis & TShock Contributors</Company>
@@ -23,6 +23,6 @@
23
<ItemGroup>
24
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
25
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="6.0.1" />
26
- <PackageReference Include="OTAPI.Upcoming" Version="3.1.19" />
+ <PackageReference Include="OTAPI.Upcoming" Version="3.1.20" />
27
</ItemGroup>
28
</Project>
0 commit comments