Skip to content

Commit ed19d7e

Browse files
committed
Misc, bump
1 parent 4eee2e2 commit ed19d7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ArchiSteamFarm/Steam/Security/BotAuthenticationException.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
namespace ArchiSteamFarm.Steam.Security;
2929

30+
#pragma warning disable CA1032 // This type is internal and we don't require additional constructors
3031
internal sealed class BotAuthenticationException : Exception {
3132
internal readonly EResult Result;
3233

@@ -38,3 +39,4 @@ internal BotAuthenticationException(EResult result) {
3839
Result = result;
3940
}
4041
}
42+
#pragma warning restore CA1032 // This type is internal and we don't require additional constructors

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>6.3.1.0</Version>
3+
<Version>6.3.1.1</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>

0 commit comments

Comments
 (0)