Skip to content

Commit

Permalink
Bump, remove obsolete functionalities
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Jan 1, 2025
1 parent 7bf2dab commit a97d761
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions ArchiSteamFarm/Steam/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,6 @@ private set {
[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<uint, (EPaymentMethod PaymentMethod, DateTime TimeCreated)> OwnedPackageIDs => OwnedPackages.Values.ToFrozenDictionary(static entry => entry.PackageID, static entry => (entry.PaymentMethod, entry.TimeCreated));

[JsonIgnore]
[PublicAPI]
public FrozenDictionary<uint, LicenseData> OwnedPackages { get; private set; } = FrozenDictionary<uint, LicenseData>.Empty;
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>6.1.1.4</Version>
<Version>6.1.2.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a97d761

Please sign in to comment.