From 6f1a64867cee307075244807b926a540c38efe2a Mon Sep 17 00:00:00 2001 From: "Simon J.K. Pedersen" Date: Sun, 7 Apr 2019 21:49:40 +0200 Subject: [PATCH] #303,#305 --- LetsEncrypt-SiteExtension/Controllers/HomeController.cs | 4 ++-- LetsEncrypt.SiteExtension.Core/LetsEncrypt.Azure.Core.nuspec | 2 +- LetsEncrypt.WebAppOnly.nuspec | 2 +- LetsEncrypt.nuspec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LetsEncrypt-SiteExtension/Controllers/HomeController.cs b/LetsEncrypt-SiteExtension/Controllers/HomeController.cs index 2bfe513..38be016 100644 --- a/LetsEncrypt-SiteExtension/Controllers/HomeController.cs +++ b/LetsEncrypt-SiteExtension/Controllers/HomeController.cs @@ -188,9 +188,9 @@ public async Task Hostname(string id) return View(model); } - public ActionResult Install() + public async Task Install() { - SetViewBagHostnames(); + await SetViewBagHostnames(); var emailSettings = SettingsStore.Instance.Load().FirstOrDefault(s => s.Name == "email"); string email = string.Empty; if (emailSettings != null) diff --git a/LetsEncrypt.SiteExtension.Core/LetsEncrypt.Azure.Core.nuspec b/LetsEncrypt.SiteExtension.Core/LetsEncrypt.Azure.Core.nuspec index dd349ad..e5ef7e5 100644 --- a/LetsEncrypt.SiteExtension.Core/LetsEncrypt.Azure.Core.nuspec +++ b/LetsEncrypt.SiteExtension.Core/LetsEncrypt.Azure.Core.nuspec @@ -3,7 +3,7 @@ letsencrypt.azure.core Azure Let's Encrypt - 0.9.5 + 0.9.6 SJKP http://opensource.org/licenses/Apache-2.0 https://github.com/sjkp/letsencrypt-siteextension diff --git a/LetsEncrypt.WebAppOnly.nuspec b/LetsEncrypt.WebAppOnly.nuspec index 2f4d509..c045bc3 100644 --- a/LetsEncrypt.WebAppOnly.nuspec +++ b/LetsEncrypt.WebAppOnly.nuspec @@ -3,7 +3,7 @@ letsencrypt.webapponly Azure Let's Encrypt (No Web Jobs) - 0.9.5 + 0.9.6 SJKP http://opensource.org/licenses/Apache-2.0 https://github.com/sjkp/letsencrypt-siteextension diff --git a/LetsEncrypt.nuspec b/LetsEncrypt.nuspec index c631d45..e2390ce 100644 --- a/LetsEncrypt.nuspec +++ b/LetsEncrypt.nuspec @@ -3,7 +3,7 @@ letsencrypt Azure Let's Encrypt - 0.9.5 + 0.9.6 SJKP http://opensource.org/licenses/Apache-2.0 https://github.com/sjkp/letsencrypt-siteextension