From 2cf87fa9ba1e6a4cc70ea5134d22268834e91e33 Mon Sep 17 00:00:00 2001 From: Artjom Graf Date: Sat, 22 Dec 2018 18:56:39 +0300 Subject: [PATCH] Rename file to match type name --- Camelotia.Presentation.Uwp/Camelotia.Presentation.Uwp.csproj | 2 +- ...thCodeReceiver.cs => UniversalWindowsYandexAuthenticator.cs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Camelotia.Presentation.Uwp/Services/{UniversalWindowsAuthCodeReceiver.cs => UniversalWindowsYandexAuthenticator.cs} (100%) diff --git a/Camelotia.Presentation.Uwp/Camelotia.Presentation.Uwp.csproj b/Camelotia.Presentation.Uwp/Camelotia.Presentation.Uwp.csproj index e8e5bcc..91c673e 100644 --- a/Camelotia.Presentation.Uwp/Camelotia.Presentation.Uwp.csproj +++ b/Camelotia.Presentation.Uwp/Camelotia.Presentation.Uwp.csproj @@ -121,7 +121,7 @@ - + AuthView.xaml diff --git a/Camelotia.Presentation.Uwp/Services/UniversalWindowsAuthCodeReceiver.cs b/Camelotia.Presentation.Uwp/Services/UniversalWindowsYandexAuthenticator.cs similarity index 100% rename from Camelotia.Presentation.Uwp/Services/UniversalWindowsAuthCodeReceiver.cs rename to Camelotia.Presentation.Uwp/Services/UniversalWindowsYandexAuthenticator.cs