-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpecan-waffle-vs.nuspec
36 lines (34 loc) · 1.6 KB
/
pecan-waffle-vs.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
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<!--
For more info on this file format visit http://docs.nuget.org/docs/reference/nuspec-reference.
-->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>pecan-waffle-vs</id>
<version>0.0.23-beta</version>
<authors>Sayed Ibrahim Hashimi</authors>
<description>
Package containing pecan-waffle for Visual Studio templates
For more info see https://github.com/ligershark/pecan-waffle.
Commit: https://github.com/ligershark/pecan-waffle/commit/$(COMMIT_ID)
</description>
<language>en-US</language>
<projectUrl>https://github.com/ligershark/pecan-waffle/</projectUrl>
<licenseUrl>https://github.com/ligershark/pecan-waffle/blob/master/LICENSE</licenseUrl>
<!-- <iconUrl>https://raw.githubusercontent.com/geoffrey-ps/geoffrey/master/geoffrey-120x120.png</iconUrl> -->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright 2016 Sayed Ibrahim Hashimi</copyright>
<dependencies>
<dependency id="pecan-waffle" version="0.0.23-beta" />
<dependency id="file-replacer" version="0.4.5-beta" />
<dependency id="nuget-powershell" version="0.2.5-beta" />
</dependencies>
</metadata>
<files>
<file src="pecan-waffle-vs.props" target="build" />
<file src="pecan-waffle-vs.targets" target="build" />
<file src="pecan-waffle-settings.props" target="content\Properties" />
<file src="template-builder.psm1" target="tools" />
<file src="nuget-install.ps1" target="tools\install.ps1" />
</files>
</package>