Skip to content

Commit a0470d4

Browse files
committed
2 parents f77a837 + b39bfa8 commit a0470d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Source File: /readme.source.md
55
To change this file edit the source file and then run MarkdownSnippets.
66
-->
77

8-
# <img src="/src/icon.png" height="30px"> NServiceBus.HandlerOrdering
8+
# <img src="/src/icon.png" height="30px"> NServiceBus.Community.HandlerOrdering
99

10-
[![Build status](https://ci.appveyor.com/api/projects/status/l2jg521r03ei7a3n/branch/master?svg=true)](https://ci.appveyor.com/project/SimonCropp/nservicebus-HandlerOrdering)
11-
[![NuGet Status](https://img.shields.io/nuget/v/NServiceBus.HandlerOrdering.svg)](https://www.nuget.org/packages/NServiceBus.HandlerOrdering/)
10+
[![Build status](https://img.shields.io/appveyor/build/SimonCropp/nservicebus-community-HandlerOrdering)](https://ci.appveyor.com/project/SimonCropp/nservicebus-community-HandlerOrdering)
11+
[![NuGet Status](https://img.shields.io/nuget/v/NServiceBus.Community.HandlerOrdering.svg)](https://www.nuget.org/packages/NServiceBus.Community.HandlerOrdering/)
1212

1313
This extension allows a more expressive way to [order handlers](https://docs.particular.net/nservicebus/handlers/handler-ordering). HandlerOrdering allows the dependency between handlers to be expressed via interfaces and the resulting order is derived at runtime.
1414

@@ -61,7 +61,7 @@ Support is available via a [Tidelift Subscription](https://tidelift.com/subscrip
6161

6262
## NuGet package
6363

64-
https://nuget.org/packages/NServiceBus.HandlerOrdering/
64+
https://nuget.org/packages/NServiceBus.Community.HandlerOrdering/
6565

6666

6767
## Usage

0 commit comments

Comments
 (0)