mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-31 01:34:29 +00:00
Bump, remove obsolete functionalities
This commit is contained in:
@@ -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<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;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>6.1.1.4</Version>
|
||||
<Version>6.1.2.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user