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.
1 parent 4eee2e2 commit ed19d7eCopy full SHA for ed19d7e
ArchiSteamFarm/Steam/Security/BotAuthenticationException.cs
@@ -27,6 +27,7 @@
27
28
namespace ArchiSteamFarm.Steam.Security;
29
30
+#pragma warning disable CA1032 // This type is internal and we don't require additional constructors
31
internal sealed class BotAuthenticationException : Exception {
32
internal readonly EResult Result;
33
@@ -38,3 +39,4 @@ internal BotAuthenticationException(EResult result) {
38
39
Result = result;
40
}
41
42
+#pragma warning restore CA1032 // This type is internal and we don't require additional constructors
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>6.3.1.0</Version>
+ <Version>6.3.1.1</Version>
4
</PropertyGroup>
5
6
0 commit comments