-
Notifications
You must be signed in to change notification settings - Fork 13
/
ProjectExtensions.Azure.ServiceBus.IOC.StructureMap.nuspec
28 lines (28 loc) · 1.86 KB
/
ProjectExtensions.Azure.ServiceBus.IOC.StructureMap.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectExtensions.Azure.ServiceBus.IOC.StructureMap</id>
<title>StructureMap Support for Windows Azure Service Bus Message Wrapper using the NServiceBus IHandleMessages<T> Pattern</title>
<version>0.10.7.0</version>
<authors>Extensions.io, Joe Feser</authors>
<owners>Extensions.io, Joe Feser</owners>
<copyright>Copyright (c) Extensions.io and Joe Feser 2014</copyright>
<projectUrl>https://github.com/ProjectExtensions/ProjectExtensions.Azure.ServiceBus</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>StructureMap support for Windows Azure Service Bus wrapper modeled after the NServiceBus pattern of IHandleMessages<T></description>
<summary>StructureMap support for Windows Azure Service Bus Wrapper modeled after the NServiceBus pattern of IHandleMessages<T>. You will
also need ProjectExtensions.Azure.ServiceBus.Core. (Debug)</summary>
<dependencies>
<dependency id="structuremap" version="2.6.4.0" />
</dependencies>
<tags>ServiceBus Microsoft Azure AppFabric Messaging PubSub Publish Subscribe Queue Topic</tags>
</metadata>
<files>
<file src="BuildOutput\bin\ProjectExtensions.Azure.ServiceBus.StructureMap.dll" target="lib\net40-full" />
<file src="BuildOutput\bin\ProjectExtensions.Azure.ServiceBus.StructureMap.pdb" target="lib\net40-full" />
<file src="BuildOutput\bin\ProjectExtensions.Azure.ServiceBus.StructureMap.xml" target="lib\net40-full" />
<file src="src\readme.txt" target="" />
<file src="BuildOutput\src\*.cs" target="src" />
<file src="BuildOutput\src\ProjectExtensions.Azure.ServiceBus.StructureMap\**\*.cs" target="src\ProjectExtensions.Azure.ServiceBus.StructureMap" />
</files>
</package>