From a1875530ad8bb60fb2a6c4547c90e1c7ac8d7f62 Mon Sep 17 00:00:00 2001 From: Michael McKechney Date: Thu, 2 Jan 2020 10:31:23 -0500 Subject: [PATCH] Fixed syntax error Bumped version to 1.2 --- RingVideos/RingClient.cs | 2 +- RingVideos/RingVideos.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RingVideos/RingClient.cs b/RingVideos/RingClient.cs index eb10afe..24a9d4f 100644 --- a/RingVideos/RingClient.cs +++ b/RingVideos/RingClient.cs @@ -135,7 +135,7 @@ internal async Task Initialize(string username, string password) if (!response.IsSuccessStatusCode) { - log.LogDebug($"Failed to authenticate); + log.LogDebug($"Failed to authenticate"); if (response.StatusCode == HttpStatusCode.Unauthorized) { throw new SecurityException("The Ring API returned the following error: " + response.ReasonPhrase); diff --git a/RingVideos/RingVideos.csproj b/RingVideos/RingVideos.csproj index 252f923..cd8b4c6 100644 --- a/RingVideos/RingVideos.csproj +++ b/RingVideos/RingVideos.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.1 - 1.1.0 + 1.2.0 MIchael McKechney blueskydev.us Bulk downloader for Ring.com videos.