diff options
| author | Bobby <[email protected]> | 2024-08-16 20:47:33 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-16 20:47:33 -0400 |
| commit | 6b28433d9cfde435be8ec2bd6cf91e6324d08865 (patch) | |
| tree | 8343c27b8b95ff5639233e81cf157f92e5688466 /nuget | |
| parent | d53094ec16ba385faae2973ddee648698b32ab24 (diff) | |
| parent | 048f56f51460df75e92a2f7b472e1c56baeb68f7 (diff) | |
| download | bootstrap-main.tar.xz bootstrap-main.zip | |
Diffstat (limited to 'nuget')
| -rw-r--r-- | nuget/MyGet.ps1 | 2 | ||||
| -rw-r--r-- | nuget/bootstrap.nuspec | 10 | ||||
| -rw-r--r-- | nuget/bootstrap.png | bin | 1684 -> 6411 bytes | |||
| -rw-r--r-- | nuget/bootstrap.sass.nuspec | 8 |
4 files changed, 9 insertions, 11 deletions
diff --git a/nuget/MyGet.ps1 b/nuget/MyGet.ps1 index e1e990467..5213b0104 100644 --- a/nuget/MyGet.ps1 +++ b/nuget/MyGet.ps1 @@ -4,8 +4,6 @@ $nuget = $env:NuGet -Copy-Item $env:SourcesPath\LICENSE $env:SourcesPath\LICENSE.txt # has to be .txt extension, don't check in - # parse the version number out of package.json $bsversionParts = ((Get-Content $env:SourcesPath\package.json) -join "`n" | ConvertFrom-Json).version.split('-', 2) # split the version on the '-' $bsversion = $bsversionParts[0] 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" /> diff --git a/nuget/bootstrap.png b/nuget/bootstrap.png Binary files differindex d746a8fbb..7ff6c55b9 100644 --- a/nuget/bootstrap.png +++ b/nuget/bootstrap.png diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec index 9945236e8..a452fa02c 100644 --- a/nuget/bootstrap.sass.nuspec +++ b/nuget/bootstrap.sass.nuspec @@ -5,16 +5,17 @@ <!-- pulled from package.json --> <version>5</version> <title>Bootstrap Sass</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 Sass. 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 sass 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="scss\**\*.scss" target="content\Content\bootstrap" /> |
