Skip to content

Commit b28b833

Browse files
committed
Use HTTPS url in nuspec
1 parent 02c3dc6 commit b28b833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nerdbank.GitVersioning.Tasks/Nerdbank.GitVersioning.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<developmentDependency>true</developmentDependency>
1111
<licenseUrl>$LicenseUrl$</licenseUrl>
12-
<projectUrl>http://github.com/aarnott/Nerdbank.GitVersioning</projectUrl>
12+
<projectUrl>https://github.com/aarnott/Nerdbank.GitVersioning</projectUrl>
1313
<description>Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.</description>
1414
<tags>git commit versioning version assemblyinfo</tags>
1515
</metadata>

0 commit comments

Comments
 (0)