From d95216d19c3109bb81d087e2d62683c9db7b8bac Mon Sep 17 00:00:00 2001 From: devhl Date: Mon, 11 Mar 2024 21:47:21 -0400 Subject: [PATCH] version bump --- src/CocApi.Cache/CocApi.Cache.csproj | 2 +- src/CocApi.Cache/Services/Options/CacheOptions.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CocApi.Cache/CocApi.Cache.csproj b/src/CocApi.Cache/CocApi.Cache.csproj index 4ac1b028..821ad020 100644 --- a/src/CocApi.Cache/CocApi.Cache.csproj +++ b/src/CocApi.Cache/CocApi.Cache.csproj @@ -6,7 +6,7 @@ devhl Caches response from the Clash of Clans API. - 2.11.6-debug + 2.11.6-debug.1 2.0.0.0 2.0.0.0 true diff --git a/src/CocApi.Cache/Services/Options/CacheOptions.cs b/src/CocApi.Cache/Services/Options/CacheOptions.cs index 1ec25892..74b57246 100644 --- a/src/CocApi.Cache/Services/Options/CacheOptions.cs +++ b/src/CocApi.Cache/Services/Options/CacheOptions.cs @@ -28,7 +28,7 @@ public class CacheOptions /// Download the clan, current war, war log, and CWL group. /// public ClanServiceOptions Clans { get; } = new ClanServiceOptions { ConcurrentUpdates = 200, DelayBeforeExecution = TimeSpan.FromSeconds(5), DelayBetweenExecutions = TimeSpan.FromSeconds(5), Enabled = true }; - + /// /// This will keep any already downloaded CWL war up to date. ///