-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjectExtensions.Azure.ServiceBus.IOC.Unity.nuspec
27 lines (27 loc) · 1.68 KB
/
ProjectExtensions.Azure.ServiceBus.IOC.Unity.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectExtensions.Azure.ServiceBus.IOC.Unity</id>
<title>Unity Support for Azure AppFabric ServiceBus IHandleMessage<T> wrapper by Project Extensions</title>
<version>0.8.4.0</version>
<authors>Project Extensions, Joe Feser</authors>
<owners>Project Extensions, Joe Feser</owners>
<copyright>Copyright (C) Project Extensions and Joe Feser 2011</copyright>
<projectUrl>https://github.com/ProjectExtensions/ProjectExtensions.Azure.ServiceBus</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Unity support for Azure AppFabric ServiceBus wrapper modeled after the NServiceBus pattern of IHandleMessage<T></description>
<summary>Unity support for Azure ServiceBus Wrapper modeled after the NServiceBus pattern of IHandleMessage<T>. You will
also need ProjectExtensions.Azure.ServiceBus.Core. (Debug)</summary>
<dependencies>
<dependency id="Unity" version="2.1.505.0" />
</dependencies>
<tags>Azure, AppFabric, ServiceBus</tags>
</metadata>
<files>
<file src="BuildOutput\bin\ProjectExtensions.Azure.ServiceBus.Unity.dll" target="lib\net40-full" />
<file src="BuildOutput\bin\ProjectExtensions.Azure.ServiceBus.Unity.pdb" target="lib\net40-full" />
<file src="BuildOutput\bin\ProjectExtensions.Azure.ServiceBus.Unity.xml" target="lib\net40-full" />
<file src="BuildOutput\src\*.cs" target="src" />
<file src="BuildOutput\src\ProjectExtensions.Azure.ServiceBus.Unity\**\*.cs" target="src\ProjectExtensions.Azure.ServiceBus.Unity" />
</files>
</package>