diff options
| author | Jonathan <[email protected]> | 2022-09-27 21:45:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-27 22:45:28 +0300 |
| commit | f84d82ada02084cc6567b7ff60f25650084b8bea (patch) | |
| tree | 23420b8f3c29d50ff249de883c3bbaeb2e93d3a4 /nuget/bootstrap.nuspec | |
| parent | 80482af57b2ac1203e9436398e0153476907f9b4 (diff) | |
| download | bootstrap-f84d82ada02084cc6567b7ff60f25650084b8bea.tar.xz bootstrap-f84d82ada02084cc6567b7ff60f25650084b8bea.zip | |
NuGet: Use license expression (#36421)
Diffstat (limited to 'nuget/bootstrap.nuspec')
| -rw-r--r-- | nuget/bootstrap.nuspec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index ab23e2458..d2127d4a0 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -9,11 +9,11 @@ <owners>bootstrap</owners> <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description> <releaseNotes>https://blog.getbootstrap.com/</releaseNotes> - <summary>Bootstrap framework in CSS. Includes JavaScript</summary> + <summary>Bootstrap framework in CSS. Includes JavaScript.</summary> <language>en-us</language> <projectUrl>https://getbootstrap.com/</projectUrl> <icon>bootstrap.png</icon> - <license type="file">LICENSE.txt</license> + <license type="expression">MIT</license> <copyright>Copyright 2017-2022</copyright> <requireLicenseAcceptance>false</requireLicenseAcceptance> <tags>css mobile-first responsive front-end framework web</tags> @@ -22,7 +22,6 @@ </contentFiles> </metadata> <files> - <file src="LICENSE.txt" target="" /> <file src="nuget\bootstrap.png" target="" /> <file src="dist\css\*.*" target="content\Content" /> |
