-
Notifications
You must be signed in to change notification settings - Fork 0
/
geoffrey.nuspec
34 lines (32 loc) · 1.38 KB
/
geoffrey.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
<?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>geoffrey</id>
<version>0.0.11-beta</version>
<authors>Sayed Ibrahim Hashimi</authors>
<description>
Package containing Geoffrey, a PowerShell task runner for web apps.
For more info see https://github.com/geoffrey-ps/geoffrey.
Commit: https://github.com/geoffrey-ps/geoffrey/commit/$(COMMIT_ID)
</description>
<language>en-US</language>
<projectUrl>https://github.com/geoffrey-ps/geoffrey/</projectUrl>
<licenseUrl>https://github.com/geoffrey-ps/geoffrey/blob/master/LICENSE</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/geoffrey-ps/geoffrey/master/geoffrey-120x120.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright 2015 Sayed Ibrahim Hashimi</copyright>
<!-- This is hack to avoid having content in the package -->
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" />
</frameworkAssemblies>
</metadata>
<files>
<file src="README.md" />
<file src="geoffrey.psm1" target="tools" />
<file src="Minimatch.dll" target="tools" />
<file src="Geoffry.Watch.dll" target="tools" />
</files>
</package>