-
Notifications
You must be signed in to change notification settings - Fork 1
/
Mediator.nuspec
24 lines (24 loc) · 1.24 KB
/
Mediator.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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Mediator</id>
<version>1.0.2130.0</version>
<authors>Rui Carvalho</authors>
<owners>Rui Carvalho</owners>
<licenseUrl>http://www.artofnet.com/projects/common/licence.txt</licenseUrl>
<projectUrl>https://github.com/rhwy/mediator</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Mediator is a simple to use and to learn framwork to do real time html applications over traditional http.</description>
<summary>Mediator is a simple to use and to learn framwork to do real time html applications over traditional http.</summary>
<language>en-US</language>
<dependencies>
<dependency id="ServiceStack.Text" version="3.2.2" />
<dependency id="WebActivator" version="1.4.2" />
</dependencies>
</metadata>
<files>
<file src="Src\NugetPack\App_Start\MediatorBootstrap.cs.pp" target="content\App_Start\MediatorBootstrap.cs.pp" />
<file src="Bins\AllAssemblies\Mediator.dll" target="lib" />
<file src="readme.html" target="content" />
</files>
</package>