mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +00:00
Misc, bump
This commit is contained in:
@@ -27,6 +27,7 @@ using SteamKit2;
|
||||
|
||||
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 readonly EResult Result;
|
||||
|
||||
@@ -38,3 +39,4 @@ internal sealed class BotAuthenticationException : Exception {
|
||||
Result = result;
|
||||
}
|
||||
}
|
||||
#pragma warning restore CA1032 // This type is internal and we don't require additional constructors
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>6.3.1.0</Version>
|
||||
<Version>6.3.1.1</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user