Skip to content

Commit 865a85c

Browse files
Add 'type' to license so nuget pack doesn't fail. (#99)
1 parent 5b6db0c commit 865a85c

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/packages/ConfigurationBuilders.Azure.nupkg/Microsoft.Configuration.ConfigurationBuilders.Azure.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<projectUrl>https://github.com/aspnet/MicrosoftConfigurationBuilders</projectUrl>
1414
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
1515
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
16-
<license>MIT</license>
16+
<license type="expression">MIT</license>
1717
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1818
<tags>Microsoft Configuration Builders Azure</tags>
1919

src/packages/ConfigurationBuilders.AzureAppConfiguration.nupkg/Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<projectUrl>https://github.com/aspnet/MicrosoftConfigurationBuilders</projectUrl>
1414
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
1515
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
16-
<license>MIT</license>
16+
<license type="expression">MIT</license>
1717
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1818
<tags>Microsoft Configuration Builders AzureAppConfiguration</tags>
1919

src/packages/ConfigurationBuilders.Base.nupkg/Microsoft.Configuration.ConfigurationBuilders.Base.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<projectUrl>https://github.com/aspnet/MicrosoftConfigurationBuilders</projectUrl>
1414
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
1515
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
16-
<license>MIT</license>
16+
<license type="expression">MIT</license>
1717
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1818
<tags>Microsoft Configuration Builders</tags>
1919
</metadata>

src/packages/ConfigurationBuilders.Environment.nupkg/Microsoft.Configuration.ConfigurationBuilders.Environment.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<projectUrl>https://github.com/aspnet/MicrosoftConfigurationBuilders</projectUrl>
1414
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
1515
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
16-
<license>MIT</license>
16+
<license type="expression">MIT</license>
1717
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1818
<tags>Microsoft Configuration Builders - Environment</tags>
1919

src/packages/ConfigurationBuilders.Json.nupkg/Microsoft.Configuration.ConfigurationBuilders.Json.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<projectUrl>https://github.com/aspnet/MicrosoftConfigurationBuilders</projectUrl>
1414
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
1515
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
16-
<license>MIT</license>
16+
<license type="expression">MIT</license>
1717
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1818
<tags>Microsoft Configuration Builders Json</tags>
1919

src/packages/ConfigurationBuilders.KeyPerFile.nupkg/Microsoft.Configuration.ConfigurationBuilders.KeyPerFile.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<projectUrl>https://github.com/aspnet/MicrosoftConfigurationBuilders</projectUrl>
1414
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
1515
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
16-
<license>MIT</license>
16+
<license type="expression">MIT</license>
1717
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1818
<tags>Microsoft Configuration Builders - KeyPerFile</tags>
1919

src/packages/ConfigurationBuilders.UserSecrets.nupkg/Microsoft.Configuration.ConfigurationBuilders.UserSecrets.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<projectUrl>https://github.com/aspnet/MicrosoftConfigurationBuilders</projectUrl>
1414
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
1515
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
16-
<license>MIT</license>
16+
<license type="expression">MIT</license>
1717
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1818
<tags>Microsoft Configuration Builders</tags>
1919

0 commit comments

Comments
 (0)