forked from sayedihashimi/slow-cheetah
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSlowCheetah.nuspec
21 lines (21 loc) · 1.06 KB
/
SlowCheetah.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package >
<metadata>
<id>SlowCheetah</id>
<version>2.5.1</version>
<authors>Sayed Ibrahim Hashimi</authors>
<owners>Sayed Ibrahim Hashimi</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://visualstudiogallery.msdn.microsoft.com/69023d00-a4f9-4a34-a6cd-7e854ba318b5/</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</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.
</description>
<!-- <releaseNotes></releaseNotes> -->
<copyright>Copyright 2012 Sayed Ibrahim Hashimi</copyright>
<tags>SlowCheetah slow cheetah XML Transform XDT web.config</tags>
<!--<dependencies>
<dependency id="SampleDependency" version="1.0" />
</dependencies>-->
</metadata>
</package>