From 170e1bc4fb5508fca37175f00ff0a6074dcc68a0 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 25 May 2016 10:57:20 +0100 Subject: [PATCH] Fixed the release build issue where we could not access the settings #239 --- PlexRequests.UI/Modules/AdminNotificationsModule.cs | 2 +- PlexRequests.UI/PlexRequests.UI.csproj | 8 ++++---- .../SlackNotifications.cshtml | 0 appveyor.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) rename PlexRequests.UI/Views/{AdminNotifications => Admin}/SlackNotifications.cshtml (100%) diff --git a/PlexRequests.UI/Modules/AdminNotificationsModule.cs b/PlexRequests.UI/Modules/AdminNotificationsModule.cs index 26565bc95..709759d2e 100644 --- a/PlexRequests.UI/Modules/AdminNotificationsModule.cs +++ b/PlexRequests.UI/Modules/AdminNotificationsModule.cs @@ -100,7 +100,7 @@ namespace PlexRequests.UI.Modules private Negotiator SlackNotifications() { var settings = SlackSettings.GetSettings(); - return View["SlackNotifications", settings]; + return View["Admin/SlackNotifications", settings]; } private Response SaveSlackNotifications() diff --git a/PlexRequests.UI/PlexRequests.UI.csproj b/PlexRequests.UI/PlexRequests.UI.csproj index 5fb789528..563edeb50 100644 --- a/PlexRequests.UI/PlexRequests.UI.csproj +++ b/PlexRequests.UI/PlexRequests.UI.csproj @@ -451,9 +451,6 @@ Always - - Always - Always @@ -499,7 +496,10 @@ Always - + + Always + + Always diff --git a/PlexRequests.UI/Views/AdminNotifications/SlackNotifications.cshtml b/PlexRequests.UI/Views/Admin/SlackNotifications.cshtml similarity index 100% rename from PlexRequests.UI/Views/AdminNotifications/SlackNotifications.cshtml rename to PlexRequests.UI/Views/Admin/SlackNotifications.cshtml diff --git a/appveyor.yml b/appveyor.yml index 9da8cb89c..509cc2c82 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,9 +3,9 @@ configuration: Release assembly_info: patch: true file: '**\AssemblyInfo.*' - assembly_version: '1.7.2' + assembly_version: '1.7.3' assembly_file_version: '{version}' - assembly_informational_version: '1.7.2' + assembly_informational_version: '1.7.3' before_build: - cmd: appveyor-retry nuget restore build: