forked from ligershark/template-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template-builder.nuspec
22 lines (22 loc) · 952 Bytes
/
template-builder.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>TemplateBuilder</id>
<version>1.1.3</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/ligershark/template-builder</projectUrl>
<!--<iconUrl>http://msbuildbook.com/images/vsix-compress.png</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
A NuGet package which can be used to easily create item and project templates for Visual Studio.
</description>
<!-- <releaseNotes></releaseNotes> -->
<copyright>Copyright 2013 Sayed Ibrahim Hashimi</copyright>
<tags>TemplateBuilder Template Builder VSIX VisualStudio Visual Studio Extensibility</tags>
<!--<dependencies>
<dependency id="SampleDependency" version="1.0" />
</dependencies>-->
</metadata>
</package>