forked from sayedihashimi/vsix-compress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvsix-compress.nuspec
23 lines (22 loc) · 1.17 KB
/
vsix-compress.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>VsixCompress</id>
<version>1.0.0.4</version>
<authors>Sayed Ibrahim Hashimi</authors>
<owners>Sayed Ibrahim Hashimi</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/sayedihashimi/vsix-compress/</projectUrl>
<iconUrl>http://msbuildbook.com/images/vsix-compress.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>You can use this NuGet package to install the SlowCheetah MSBuild targets/tasks into your solution. This can be useful for command line build scenarios as well as cases where not all your team members have installed the SlowCheetah add in.
For detailed info on how to use this for Build Servers see http://sedodream.com/2012/12/24/SlowCheetahBuildServerSupportUpdated.aspx.
</description>
<!-- <releaseNotes></releaseNotes> -->
<copyright>Copyright 2012-2013 Sayed Ibrahim Hashimi</copyright>
<tags>SlowCheetah slow cheetah XML Transform XDT web.config</tags>
<!--<dependencies>
<dependency id="SampleDependency" version="1.0" />
</dependencies>-->
</metadata>
</package>