diff --git a/_tgstation_8_server_8_api_8_assembly_info_8cs_source.html b/_tgstation_8_server_8_api_8_assembly_info_8cs_source.html
index 72221140636..068f48a844f 100644
--- a/_tgstation_8_server_8_api_8_assembly_info_8cs_source.html
+++ b/_tgstation_8_server_8_api_8_assembly_info_8cs_source.html
@@ -94,7 +94,7 @@
15[assembly: System.Reflection.AssemblyCopyrightAttribute(
"Copyright (c) Jordan Brown 2018")]
16[assembly: System.Reflection.AssemblyDescriptionAttribute(
"API definitions for tgstation-server.")]
17[assembly: System.Reflection.AssemblyFileVersionAttribute(
"11.1.2.0")]
- 18[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"11.1.2+c0e5c5fb0e760fabd4af87481eb1ca4cd922aef5")]
+ 18[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"11.1.2+8a27fdc5b877721837ecc315c8fb0c636e7cd7cc")]
19[assembly: System.Reflection.AssemblyProductAttribute(
"Tgstation.Server.Api")]
20[assembly: System.Reflection.AssemblyTitleAttribute(
"Tgstation.Server.Api")]
21[assembly: System.Reflection.AssemblyVersionAttribute(
"11.1.2.0")]
diff --git a/_tgstation_8_server_8_common_8_assembly_info_8cs_source.html b/_tgstation_8_server_8_common_8_assembly_info_8cs_source.html
index dd2caf2faf5..2cf7b2d3e5c 100644
--- a/_tgstation_8_server_8_common_8_assembly_info_8cs_source.html
+++ b/_tgstation_8_server_8_common_8_assembly_info_8cs_source.html
@@ -93,11 +93,11 @@
14[assembly: System.Reflection.AssemblyConfigurationAttribute(
"Release")]
15[assembly: System.Reflection.AssemblyCopyrightAttribute(
"Copyright (c) Jordan Brown 2018")]
16[assembly: System.Reflection.AssemblyDescriptionAttribute(
"Common functions for tgstation-server.")]
- 17[assembly: System.Reflection.AssemblyFileVersionAttribute(
"6.0.1.0")]
- 18[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"6.0.1+c0e5c5fb0e760fabd4af87481eb1ca4cd922aef5")]
+ 17[assembly: System.Reflection.AssemblyFileVersionAttribute(
"7.0.0.0")]
+ 18[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"7.0.0+8a27fdc5b877721837ecc315c8fb0c636e7cd7cc")]
19[assembly: System.Reflection.AssemblyProductAttribute(
"Tgstation.Server.Common")]
20[assembly: System.Reflection.AssemblyTitleAttribute(
"Tgstation.Server.Common")]
- 21[assembly: System.Reflection.AssemblyVersionAttribute(
"6.0.1.0")]
+ 21[assembly: System.Reflection.AssemblyVersionAttribute(
"7.0.0.0")]
22[assembly: System.Reflection.AssemblyMetadataAttribute(
"RepositoryUrl",
"https://github.com/tgstation/tgstation-server")]
diff --git a/changelog.yml b/changelog.yml
index 690b3c57bc1..ab28a21b4f3 100644
--- a/changelog.yml
+++ b/changelog.yml
@@ -3687,6 +3687,14 @@ Components:
PullRequest: 987
InteropApi: []
NugetCommon:
+ - Version: 7.0.0
+ Changes:
+ - Descriptions:
+ - Added `ValueTask` `WhenAll` helpers.
+ - Changed return type of `CachedResponseStream.Create` from `Task` to `ValueTask`
+ Author: Cyberboss
+ PullRequest: 1679
+ Unreleased: true
- Version: 6.0.1
Changes:
- Descriptions:
@@ -3716,4 +3724,11 @@ Components:
- Made `DiscordConnectionStringBuilder.BasedMeme` obsolete.
Author: Cyberboss
PullRequest: 1629
- NugetClient: []
+ NugetClient:
+ - Version: 13.0.0
+ Changes:
+ - Descriptions:
+ - Replaced most usages of `Task` with `ValueTask`.
+ Author: Cyberboss
+ PullRequest: 1679
+ Unreleased: true