diff --git a/ArchiSteamFarm/Steam/Bot.cs b/ArchiSteamFarm/Steam/Bot.cs index 05b54ab62..125a052a7 100644 --- a/ArchiSteamFarm/Steam/Bot.cs +++ b/ArchiSteamFarm/Steam/Bot.cs @@ -256,11 +256,6 @@ public sealed class Bot : IAsyncDisposable, IDisposable { [PublicAPI] public string? Nickname { get; private set; } - [JsonIgnore] - [Obsolete($"Use {nameof(OwnedPackages)} instead, this property will be removed in the future version")] - [PublicAPI] - public FrozenDictionary OwnedPackageIDs => OwnedPackages.Values.ToFrozenDictionary(static entry => entry.PackageID, static entry => (entry.PaymentMethod, entry.TimeCreated)); - [JsonIgnore] [PublicAPI] public FrozenDictionary OwnedPackages { get; private set; } = FrozenDictionary.Empty; diff --git a/Directory.Build.props b/Directory.Build.props index 97761cd15..5bdb6f415 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 6.1.1.4 + 6.1.2.0