Skip to content

Commit 6f1a648

Browse files
committed
1 parent 9660b42 commit 6f1a648

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LetsEncrypt-SiteExtension/Controllers/HomeController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ public async Task<ActionResult> Hostname(string id)
188188
return View(model);
189189
}
190190

191-
public ActionResult Install()
191+
public async Task<ActionResult> Install()
192192
{
193-
SetViewBagHostnames();
193+
await SetViewBagHostnames();
194194
var emailSettings = SettingsStore.Instance.Load().FirstOrDefault(s => s.Name == "email");
195195
string email = string.Empty;
196196
if (emailSettings != null)

LetsEncrypt.SiteExtension.Core/LetsEncrypt.Azure.Core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>letsencrypt.azure.core</id>
55
<title>Azure Let's Encrypt</title>
6-
<version>0.9.5</version>
6+
<version>0.9.6</version>
77
<authors>SJKP</authors>
88
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
99
<projectUrl>https://github.com/sjkp/letsencrypt-siteextension</projectUrl>

LetsEncrypt.WebAppOnly.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>letsencrypt.webapponly</id>
55
<title>Azure Let's Encrypt (No Web Jobs)</title>
6-
<version>0.9.5</version>
6+
<version>0.9.6</version>
77
<authors>SJKP</authors>
88
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
99
<projectUrl>https://github.com/sjkp/letsencrypt-siteextension</projectUrl>

LetsEncrypt.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>letsencrypt</id>
55
<title>Azure Let's Encrypt</title>
6-
<version>0.9.5</version>
6+
<version>0.9.6</version>
77
<authors>SJKP</authors>
88
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
99
<projectUrl>https://github.com/sjkp/letsencrypt-siteextension</projectUrl>

0 commit comments

Comments
 (0)