-
Notifications
You must be signed in to change notification settings - Fork 41
/
ShortBus.nuspec
23 lines (23 loc) · 993 Bytes
/
ShortBus.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 xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>1.0.0</version>
<authors>ShortBus community</authors>
<owners>mhinze</owners>
<licenseUrl>https://github.com/mhinze/ShortBus/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/mhinze/ShortBus</projectUrl>
<iconUrl>https://github.com/mhinze/ShortBus/raw/master/sb.png</iconUrl>
<id>ShortBus</id>
<title>ShortBus</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ShortBus is an in-process mediator with low-friction API</description>
<summary>ShortBus is an in-process mediator with low-friction API</summary>
<copyright>Copyright Matt Hinze 2013</copyright>
<dependencies>
<dependency id="ShortBus.Markers" version="3.0.0" />
</dependencies>
</metadata>
<files>
<file src="ShortBus\bin\Release\ShortBus.dll" target="lib"/>
</files>
</package>