-
Notifications
You must be signed in to change notification settings - Fork 41
/
ShortBus.Ninject.nuspec
24 lines (24 loc) · 1.05 KB
/
ShortBus.Ninject.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
<?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.Ninject</id>
<title>ShortBus.Ninject</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" />
<dependency id="ShortBus" version="3.0.0" />
</dependencies>
</metadata>
<files>
<file src="ShortBus.Ninject\bin\Release\ShortBus.Ninject.dll" target="lib"/>
</files>
</package>