diff options
Diffstat (limited to 'nuget/bootstrap.nuspec')
| -rw-r--r-- | nuget/bootstrap.nuspec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index 1715b9163..8d4f5b214 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -5,16 +5,17 @@ <!-- pulled from package.json --> <version>5</version> <title>Bootstrap CSS</title> - <authors>The Bootstrap Authors, Twitter Inc.</authors> + <authors>The Bootstrap Authors</authors> <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> + <repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" /> <icon>bootstrap.png</icon> - <license type="file">LICENSE.txt</license> - <copyright>Copyright 2017-2021</copyright> + <license type="expression">MIT</license> + <copyright>Copyright 2011-2024</copyright> <requireLicenseAcceptance>false</requireLicenseAcceptance> <tags>css mobile-first responsive front-end framework web</tags> <contentFiles> @@ -22,7 +23,6 @@ </contentFiles> </metadata> <files> - <file src="LICENSE.txt" target="" /> <file src="nuget\bootstrap.png" target="" /> <file src="dist\css\*.*" target="content\Content" /> |
