Skip to content

Commit

Permalink
fixes cannon link
Browse files Browse the repository at this point in the history
  • Loading branch information
toby.henderson committed Jun 13, 2017
1 parent 83e66d3 commit c035c71
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| | |
| ------------- | ------------- |
|![canon](https://openclipart.org/people/amilo/canon.svg) |[Brighter](http://iancooper.github.io/Paramore/Brighter.html)|
|![canon](https://openclipart.org/people/amilo/canon.svg) |[Brighter](https://brightercommand.github.io/Brighter//Brighter.html)|
||Brighter is a command dispatcher, processor, and task queue. It can be used to implement the [Command Invoker] (http://servicedesignpatterns.com/WebServiceImplementationStyles/CommandInvoker) pattern. It can be used for interoperability in a microservices architecture as well. |
| Version | [![NuGet Version](http://img.shields.io/nuget/v/paramore.brighter.commandprocessor.svg)](https://www.nuget.org/packages/paramore.brighter.commandprocessor/) |
| Download | [![NuGet Downloads](http://img.shields.io/nuget/dt/paramore.brighter.commandprocessor.svg)](https://www.nuget.org/packages/Paramore.Brighter.CommandProcessor/) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageId>Paramore.Brighter.CommandStore.MsSql</PackageId>
<PackageTags>RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<PackageReleaseNotes>https://github.com/iancooper/Paramore/blob/master/release_notes.md</PackageReleaseNotes>
<PackageIconUrl>http://iancooper.github.io/Paramore/images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>http://iancooper.github.io/Paramore</PackageProjectUrl>
<PackageIconUrl>https://brightercommand.github.io/Brighter//images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://brightercommand.github.io/Brighter/</PackageProjectUrl>
<PackageLicenseUrl>http://ianhammondcooper.mit-license.org</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/iancooper/Paramore/tree/master/Brighter/Paramore.Brighter.MessageStore.MSSQL</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageId>Paramore.Brighter.CommandStore.Sqlite</PackageId>
<PackageTags>RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<PackageReleaseNotes>https://github.com/iancooper/Paramore/blob/master/release_notes.md</PackageReleaseNotes>
<PackageIconUrl>http://iancooper.github.io/Paramore/images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>http://iancooper.github.io/Paramore</PackageProjectUrl>
<PackageIconUrl>https://brightercommand.github.io/Brighter//images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://brightercommand.github.io/Brighter/</PackageProjectUrl>
<PackageLicenseUrl>http://ianhammondcooper.mit-license.org</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/iancooper/Paramore/tree/master/Brighter/Paramore.Brighter.CommandStore.Sqlite</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageId>Paramore.Brighter.MessageStore.EventStore</PackageId>
<PackageTags>RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<PackageReleaseNotes>https://github.com/iancooper/Paramore/blob/master/release_notes.md</PackageReleaseNotes>
<PackageIconUrl>http://iancooper.github.io/Paramore/images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>http://iancooper.github.io/Paramore</PackageProjectUrl>
<PackageIconUrl>https://brightercommand.github.io/Brighter//images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://brightercommand.github.io/Brighter/</PackageProjectUrl>
<PackageLicenseUrl>http://ianhammondcooper.mit-license.org</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/iancooper/Paramore/tree/master/Brighter/Paramore.Brighter.MessageStore.EventStore</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageId>Paramore.Brighter.MessageStore.MsSql</PackageId>
<PackageTags>RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<PackageReleaseNotes>https://github.com/iancooper/Paramore/blob/master/release_notes.md</PackageReleaseNotes>
<PackageIconUrl>http://iancooper.github.io/Paramore/images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>http://iancooper.github.io/Paramore</PackageProjectUrl>
<PackageIconUrl>https://brightercommand.github.io/Brighter//images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://brightercommand.github.io/Brighter/</PackageProjectUrl>
<PackageLicenseUrl>http://ianhammondcooper.mit-license.org</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/iancooper/Paramore/tree/master/Brighter/Paramore.Brighter.MessageStore.MsSql</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageId>Paramore.Brighter.MessageStore.Sqlite</PackageId>
<PackageTags>RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<PackageReleaseNotes>https://github.com/iancooper/Paramore/blob/master/release_notes.md</PackageReleaseNotes>
<PackageIconUrl>http://iancooper.github.io/Paramore/images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>http://iancooper.github.io/Paramore</PackageProjectUrl>
<PackageIconUrl>https://brightercommand.github.io/Brighter//images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://brightercommand.github.io/Brighter/</PackageProjectUrl>
<PackageLicenseUrl>http://ianhammondcooper.mit-license.org</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/iancooper/Paramore/tree/master/Brighter/Paramore.Brighter.MessageStore.Sqlite</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageId>Paramore.Brighter.MessagingGateway.AWSSQS</PackageId>
<PackageTags>awssqs;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<PackageReleaseNotes>https://github.com/iancooper/Paramore/blob/master/release_notes.md</PackageReleaseNotes>
<PackageIconUrl>http://iancooper.github.io/Paramore/images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>http://iancooper.github.io/Paramore</PackageProjectUrl>
<PackageIconUrl>https://brightercommand.github.io/Brighter//images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://brightercommand.github.io/Brighter/</PackageProjectUrl>
<PackageLicenseUrl>http://ianhammondcooper.mit-license.org</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/iancooper/Paramore/tree/master/BrighterParamore.Brighter.MessagingGateway.AWSSQS</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageId>Paramore.Brighter.MessagingGateway.AzureServiceBus</PackageId>
<PackageTags>awssqs;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<PackageReleaseNotes>https://github.com/iancooper/Paramore/blob/master/release_notes.md</PackageReleaseNotes>
<PackageIconUrl>http://iancooper.github.io/Paramore/images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>http://iancooper.github.io/Paramore</PackageProjectUrl>
<PackageIconUrl>https://brightercommand.github.io/Brighter//images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://brightercommand.github.io/Brighter/</PackageProjectUrl>
<PackageLicenseUrl>http://ianhammondcooper.mit-license.org</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/iancooper/Paramore/tree/master/BrighterParamore.Brighter.MessagingGateway.AzureServicebus</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageId>Paramore.Brighter.MessagingGateway.RESTMS</PackageId>
<PackageTags>awssqs;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<PackageReleaseNotes>https://github.com/iancooper/Paramore/blob/master/release_notes.md</PackageReleaseNotes>
<PackageIconUrl>http://iancooper.github.io/Paramore/images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>http://iancooper.github.io/Paramore</PackageProjectUrl>
<PackageIconUrl>https://brightercommand.github.io/Brighter//images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://brightercommand.github.io/Brighter/</PackageProjectUrl>
<PackageLicenseUrl>http://ianhammondcooper.mit-license.org</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/iancooper/Paramore/tree/master/BrighterParamore.Brighter.Messaginggateway.RESTMS</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageId>Paramore.Brighter.MessagingGateway.RMQ</PackageId>
<PackageTags>RabbitMQ;AMQP;Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<PackageReleaseNotes>https://github.com/iancooper/Paramore/blob/master/release_notes.md</PackageReleaseNotes>
<PackageIconUrl>http://iancooper.github.io/Paramore/images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>http://iancooper.github.io/Paramore</PackageProjectUrl>
<PackageIconUrl>https://brightercommand.github.io/Brighter//images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://brightercommand.github.io/Brighter/</PackageProjectUrl>
<PackageLicenseUrl>http://ianhammondcooper.mit-license.org</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/iancooper/Paramore/tree/master/Brighter/Paramore.Brighter.MessagingGateway.RMQ</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageId>Paramore.Brighter.ServiceActivator</PackageId>
<PackageTags>Command;Event;Service Activator;Decoupled;Invocation;Messaging;Remote;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<PackageReleaseNotes>https://github.com/iancooper/Paramore/blob/master/release_notes.md</PackageReleaseNotes>
<PackageIconUrl>http://iancooper.github.io/Paramore/images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>http://iancooper.github.io/Paramore</PackageProjectUrl>
<PackageIconUrl>https://brightercommand.github.io/Brighter//images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://brightercommand.github.io/Brighter/</PackageProjectUrl>
<PackageLicenseUrl>http://ianhammondcooper.mit-license.org</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/iancooper/Paramore/tree/master/Brighter/Paramore.Brighter.ServiceActivator</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/Paramore.Brighter/Paramore.Brighter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageId>Paramore.Brighter</PackageId>
<PackageTags>Command;Event;Command Dispatcher;Command Processor;Request;Service;Task Queue;Work Queue;Retry;Circuit Breaker;Availability</PackageTags>
<PackageReleaseNotes>https://github.com/iancooper/Paramore/blob/master/release_notes.md</PackageReleaseNotes>
<PackageIconUrl>http://iancooper.github.io/Paramore/images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>http://iancooper.github.io/Paramore</PackageProjectUrl>
<PackageIconUrl>https://brightercommand.github.io/Brighter//images/brightercanon-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://brightercommand.github.io/Brighter/</PackageProjectUrl>
<PackageLicenseUrl>http://ianhammondcooper.mit-license.org</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/iancooper/Paramore/tree/master/Brighter/Paramore.Brighter</RepositoryUrl>
Expand Down

0 comments on commit c035c71

Please sign in to comment.