Skip to content

Commit 6f89f87

Browse files
committed
update nuspec
1 parent aa4ed2e commit 6f89f87

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

LetsEncrypt-SiteExtension.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{ED36B174
1717
ProjectSection(SolutionItems) = preProject
1818
build.cmd = build.cmd
1919
build.core.cmd = build.core.cmd
20+
LetsEncrypt.SiteExtension.Core\LetsEncrypt.Azure.Core.nuspec = LetsEncrypt.SiteExtension.Core\LetsEncrypt.Azure.Core.nuspec
2021
LetsEncrypt.nuspec = LetsEncrypt.nuspec
21-
LetsEncrypt.SiteExtension.Core\LetsEncrypt.SiteExtension.Core.nuspec = LetsEncrypt.SiteExtension.Core\LetsEncrypt.SiteExtension.Core.nuspec
2222
LetsEncrypt.WebAppOnly.nuspec = LetsEncrypt.WebAppOnly.nuspec
2323
EndProjectSection
2424
EndProject

LetsEncrypt.SiteExtension.Core/LetsEncrypt.Azure.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<None Include="app.config">
215215
<SubType>Designer</SubType>
216216
</None>
217-
<None Include="LetsEncrypt.SiteExtension.Core.nuspec">
217+
<None Include="LetsEncrypt.Azure.Core.nuspec">
218218
<SubType>Designer</SubType>
219219
</None>
220220
<None Include="packages.config">

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.1</version>
6+
<version>0.9.2</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.1</version>
6+
<version>0.9.2</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)