From 4d2a9cd12fef67fca1ac773066f69b994b0bc440 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 14 Jul 2016 10:55:43 +0300 Subject: nuget: bump version and convert tabs to spaces. [ci skip] --- nuget/MyGet.ps1 | 6 +++--- nuget/bootstrap.less.nuspec | 14 +++++++------- nuget/bootstrap.nuspec | 16 ++++++++-------- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'nuget') diff --git a/nuget/MyGet.ps1 b/nuget/MyGet.ps1 index ad17dea91f..417d33dfaa 100644 --- a/nuget/MyGet.ps1 +++ b/nuget/MyGet.ps1 @@ -1,8 +1,8 @@ $nuget = $env:NuGet -#parse the version number out of package.json +# parse the version number out of package.json $bsversion = ((Get-Content $env:SourcesPath\package.json) -join "`n" | ConvertFrom-Json).version -#create packages +# create packages & $nuget pack "nuget\bootstrap.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion -& $nuget pack "nuget\bootstrap.less.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion \ No newline at end of file +& $nuget pack "nuget\bootstrap.less.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion diff --git a/nuget/bootstrap.less.nuspec b/nuget/bootstrap.less.nuspec index d67ae623e2..155340654e 100644 --- a/nuget/bootstrap.less.nuspec +++ b/nuget/bootstrap.less.nuspec @@ -2,23 +2,23 @@ bootstrap.less - 3.3 + 3.3.6 Bootstrap Less Twitter, Inc. bootstrap - The most popular front-end framework for developing responsive, mobile first projects on the web. + The most popular front-end framework for developing responsive, mobile first projects on the web. http://blog.getbootstrap.com - Bootstrap framework in Less. Includes fonts and JavaScript - en-us - http://getbootstrap.com + Bootstrap framework in Less. Includes fonts and JavaScript + en-us + http://getbootstrap.com http://getbootstrap.com/apple-touch-icon.png - https://github.com/twbs/bootstrap/blob/master/LICENSE + https://github.com/twbs/bootstrap/blob/master/LICENSE Copyright 2016 false - css js less mobile-first responsive front-end framework web + css js less mobile-first responsive front-end framework web diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index bf8a7ff258..ccea698796 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -2,23 +2,23 @@ bootstrap - 3.3 + 3.3.6 Bootstrap CSS Twitter, Inc. bootstrap - The most popular front-end framework for developing responsive, mobile first projects on the web. - http://blog.getbootstrap.com - Bootstrap framework in CSS. Includes fonts and JavaScript - en-us - http://getbootstrap.com + The most popular front-end framework for developing responsive, mobile first projects on the web. + http://blog.getbootstrap.com + Bootstrap framework in CSS. Includes fonts and JavaScript + en-us + http://getbootstrap.com http://getbootstrap.com/apple-touch-icon.png - https://github.com/twbs/bootstrap/blob/master/LICENSE + https://github.com/twbs/bootstrap/blob/master/LICENSE Copyright 2016 false - css js less mobile-first responsive front-end framework web + css js less mobile-first responsive front-end framework web -- cgit v1.2.3