Skip to content

Commit

Permalink
Update GlobalConfig.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Sep 27, 2024
1 parent 088161e commit 1fc4ac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ArchiSteamFarm/Storage/GlobalConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ public enum EPluginsUpdateMode : byte {
Blacklist
}

#pragma warning disable CA1027 // TODO: Remove me after Experimental alias disappears
[PublicAPI]
public enum EUpdateChannel : byte {
None,
Expand All @@ -624,4 +625,5 @@ public enum EUpdateChannel : byte {
[Obsolete($"Use {nameof(PreRelease)} instead, this alias will be removed in the future version")]
Experimental = PreRelease
}
#pragma warning restore CA1027 // TODO: Remove me after Experimental alias disappears
}

0 comments on commit 1fc4ac8

Please sign in to comment.