Compare commits

..

4 Commits

Author SHA1 Message Date
JustArchi
4db8826e4d Translations update 2020-06-18 23:40:54 +02:00
Vitaliy
69358541bf Add Summer Sale 2020 to blacklist (#1853) 2020-06-18 19:38:09 +02:00
dependabot-preview[bot]
896c92b678 Bump ASF-ui from 9f21342 to ab1d058
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `9f21342` to `ab1d058`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](9f21342fa2...ab1d0580cd)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-18 01:21:51 +00:00
JustArchi
6ef52c5184 Bump 2020-06-16 10:11:23 +02:00
3 changed files with 3 additions and 3 deletions

2
ASF-ui

Submodule ASF-ui updated: 9f21342fa2...5400bcdd1f

View File

@@ -46,7 +46,7 @@ namespace ArchiSteamFarm {
private const byte HoursToIgnore = 24; // How many hours we ignore unreleased appIDs and don't bother checking them again
[PublicAPI]
public static readonly ImmutableHashSet<uint> SalesBlacklist = ImmutableHashSet.Create<uint>(267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670);
public static readonly ImmutableHashSet<uint> SalesBlacklist = ImmutableHashSet.Create<uint>(267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890);
private static readonly ConcurrentDictionary<uint, DateTime> GloballyIgnoredAppIDs = new ConcurrentDictionary<uint, DateTime>(); // Reserved for unreleased games

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>4.2.2.7</Version>
<Version>4.2.2.8</Version>
</PropertyGroup>
<PropertyGroup>