Misc, bump

This commit is contained in:
Łukasz Domeradzki
2025-12-08 23:32:17 +01:00
parent 4eee2e2ac7
commit ed19d7e3bf
2 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ using SteamKit2;
namespace ArchiSteamFarm.Steam.Security; namespace ArchiSteamFarm.Steam.Security;
#pragma warning disable CA1032 // This type is internal and we don't require additional constructors
internal sealed class BotAuthenticationException : Exception { internal sealed class BotAuthenticationException : Exception {
internal readonly EResult Result; internal readonly EResult Result;
@@ -38,3 +39,4 @@ internal sealed class BotAuthenticationException : Exception {
Result = result; Result = result;
} }
} }
#pragma warning restore CA1032 // This type is internal and we don't require additional constructors

View File

@@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>6.3.1.0</Version> <Version>6.3.1.1</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>