-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCssBuilder.nuspec
29 lines (29 loc) · 1.35 KB
/
CssBuilder.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<package >
<metadata>
<id>CssBuilder</id>
<version>0.2.1-preview.1</version>
<title>CssBuilder</title>
<summary>MSBuild extension. Automatically build *.less/*.sass/*.scss/*.styl to *.css</summary>
<authors>JustForFun.click</authors>
<owners>JustForFun.click</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MSBuild extension. Automatically build *.less/*.sass/*.scss/*.styl to *.css during project build.</description>
<tags>Less Sass Scss Stylus</tags>
<projectUrl>https://github.com/justforfun-click/CssBuilder</projectUrl>
<repository type="git" url="https://github.com/justforfun-click/CssBuilder.git"></repository>
<license type="expression">MIT</license>
<icon>css.png</icon>
</metadata>
<files>
<file src="LICENSE.md" target="LICENSE.md"/>
<file src="README.md" target="README.md"/>
<file src="CHANGELOG.md" target="CHANGELOG.md"/>
<file src="css.png" target="css.png"/>
<file src="build\CssBuilder.targets" target="build"/>
<file src="src\bin\Release\net6.0\publish\*.dll" target="build"/>
<file src="src\bin\Release\net6.0\publish\*.json" target="build"/>
<file src="src\bin\Release\net6.0\publish\runtimes\**" target="build/runtimes"/>
<file src="node\node_modules\**" target="build/node_modules"/>
</files>
</package>