Skip to content

Commit

Permalink
Upgrade version (1.9.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
par.dahlman committed May 26, 2016
1 parent 6ad584a commit 186e671
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/RawRabbit.Attributes/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RawRabbit.Attributes",
"version": "1.9.2-*",
"version": "1.9.3-*",
"authors": [ "pardahlman" ],
"description": "Configure messages and topology with attributes.",
"packOptions": {
Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.DependencyInjection.Autofac/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RawRabbit.DependencyInjection.Autofac",
"version": "1.9.2-*",
"version": "1.9.3-*",
"authors": [ "par.dahlman" ],
"description": "Wire up RawRabbit with Autfac!",

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.DependencyInjection.Ninject/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RawRabbit.DependencyInjection.Ninject",
"version": "1.9.2-*",
"version": "1.9.3-*",
"authors": [ "par.dahlman", "Joshua Barron" ],
"description": "Wire up RawRabbit with Ninject!",

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Extensions/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RawRabbit.Extensions",
"version": "1.9.2-rc2-final",
"version": "1.9.3-rc2-final",
"description": "Make the most of RawRabbit with these extensions",
"authors": [ "par.dahlman" ],
"packOptions": {
Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Logging.Log4Net/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RawRabbit.Logging.Log4Net",
"version": "1.9.2-*",
"version": "1.9.3-*",
"authors": [ "par.dahlman" ],
"description": "Write RawRabbit's logs with Log4Net",

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Logging.NLog/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RawRabbit.Logging.NLog",
"version": "1.9.2-*",
"version": "1.9.3-*",
"authors": [ "par.dahlman" ],
"description": "Write RawRabbit's logs with NLog",

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.Logging.Serilog/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RawRabbit.Logging.Serilog",
"version": "1.9.2-*",
"version": "1.9.3-*",
"authors": [ "par.dahlman" ],
"description": "Write RawRabbit's logs with Serilog",

Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit.vNext/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.2-rc2-final",
"version": "1.9.3-rc2-final",
"authors": [ "pardahlman", "enrique-avalon" ],
"description": "Take advantage of vNext for your RawRabbit setup. Extension for IServiceCollection, IConfiguration support and much more!",
"packOptions": {
Expand Down
2 changes: 1 addition & 1 deletion src/RawRabbit/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RawRabbit",
"version": "1.9.2-*",
"version": "1.9.3-*",
"authors": [ "pardahlman", "enrique-avalon" ],
"description": "A modern framework for communication over RabbitMq.",
"packOptions": {
Expand Down

0 comments on commit 186e671

Please sign in to comment.