File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
LetsEncrypt-SiteExtension/Controllers
LetsEncrypt.SiteExtension.Core Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments