From a97d761f46f92527b850f4042fb7c18891ac3222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Domeradzki?= Date: Wed, 1 Jan 2025 15:05:17 +0100 Subject: [PATCH] Bump, remove obsolete functionalities --- ArchiSteamFarm/Steam/Bot.cs | 5 ----- Directory.Build.props | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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