Skip to content

Commit

Permalink
chore: add Nuget package file for v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Oct 29, 2018
1 parent f1cd204 commit ab32285
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions package.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">

<metadata>
<id>foundation-sites</id>
<version>6.5.0</version>

<title>ZURB Foundation</title>
<authors>ZURB</authors>
<description>The most advanced responsive front-end framework in the world.</description>
<tags>css scss sass js responsive mobile-first framework</tags>

<projectUrl>http://foundation.zurb.com/sites</projectUrl>
<iconUrl>https://foundation.zurb.com/assets/img/icons/foundation-favicon.ico</iconUrl>
<releaseNotes>https://github.com/zurb/foundation-sites/releases/tag/v6.5.0</releaseNotes>
<licenseUrl>https://github.com/zurb/foundation-sites/blob/develop/LICENSE</licenseUrl>
<copyright>Copyright 2017-2018</copyright>
<repository type="git" url="https://github.com/zurb/foundation-sites"/>

<dependencies>
<dependency id="jQuery" version="2.2.0"/>
<dependency id="what-input" version="*"/>
</dependencies>

</metadata>

<files>
<file src="README.md" />
<file src="LICENSE" />

<file src="dist\css\**\*.css" target="content\Content" />
<file src="dist\css\**\*.css.map" target="content\Content" />
<file src="dist\js\**\*.js" target="content\Scripts" />
<file src="dist\js\**\*.js.map" target="content\Scripts" />
<file src="scss\**\*.scss" target="content\Content\foundation-sites" />
<file src="_vendor\**\*.scss" target="content\Content\_vendor" />

<file src="dist\css\**\*.css" target="contentFiles\Content" />
<file src="dist\css\**\*.css.map" target="contentFiles\Content" />
<file src="dist\js\**\*.js" target="contentFiles\Scripts" />
<file src="dist\js\**\*.js.map" target="contentFiles\Scripts" />
<file src="scss\**\*.scss" target="contentFiles\Content\foundation-sites" />
<file src="_vendor\**\*.scss" target="contentFiles\Content\_vendor" />

</files>

</package>

0 comments on commit ab32285

Please sign in to comment.