-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathProjectExtensions.Azure.ServiceBus.Core.nuspec
32 lines (32 loc) · 2.25 KB
/
ProjectExtensions.Azure.ServiceBus.Core.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
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectExtensions.Azure.ServiceBus.Core</id>
<title>Windows Azure Service Bus Message Wrapper using the NServiceBus IHandleMessages<T> Pattern (Core)</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>
<releaseNotes>Added support for the EnablePartitioning Setting for a Topic. Added MaxConcurrentCalls Support. This will spin up multiple instances of your receiver, increasing performance.</releaseNotes>
<description>Windows Azure Service Bus wrapper modeled after the NServiceBus pattern of IHandleMessage<T>. (Core)</description>
<summary>Windows Azure Service Bus Wrapper modeled after the NServiceBus pattern of IHandleMessages<T>. Does not include IoC container support implementation.
Either create your own implementation of IAzureBusContainer or get one of the IoC packages (ProjectExtensions.Azure.ServiceBus.IOC.[container])
where container is Autofac, CastleWindsor, Ninject, StructureMap or Unity. (Debug)</summary>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.8" />
<dependency id="NLog" version="3.2.0" />
<dependency id="WindowsAzure.ServiceBus" version="2.7.0.0" />
</dependencies>
<tags>ServiceBus Microsoft Azure AppFabric Messaging PubSub Publish Subscribe Queue Topic</tags>
</metadata>
<files>
<file src="BuildOutput\bin\ProjectExtensions.Azure.ServiceBus.dll" target="lib\net40-full" />
<file src="BuildOutput\bin\ProjectExtensions.Azure.ServiceBus.pdb" target="lib\net40-full" />
<file src="BuildOutput\bin\ProjectExtensions.Azure.ServiceBus.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\**\*.cs" target="src\ProjectExtensions.Azure.ServiceBus" />
</files>
</package>