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