diff --git a/ArchiSteamFarm/Helpers/Json/JsonUtilities.cs b/ArchiSteamFarm/Helpers/Json/JsonUtilities.cs index 2fe9a6b38..de77e4416 100644 --- a/ArchiSteamFarm/Helpers/Json/JsonUtilities.cs +++ b/ArchiSteamFarm/Helpers/Json/JsonUtilities.cs @@ -46,10 +46,12 @@ public static class JsonUtilities { // TODO: Remove me in the future [Obsolete($"Use {nameof(DefaultJsonSerializerOptions)} instead of this typo, thanks")] + [PublicAPI] public static JsonSerializerOptions DefaultJsonSerialierOptions => DefaultJsonSerializerOptions; // TODO: Remove me in the future [Obsolete($"Use {nameof(IndentedJsonSerializerOptions)} instead of this typo, thanks")] + [PublicAPI] public static JsonSerializerOptions IndentedJsonSerialierOptions => IndentedJsonSerializerOptions; [PublicAPI]