Skip to content

Commit

Permalink
Bump version (1.10.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
par.dahlman committed Oct 16, 2016
1 parent 88bc867 commit c2c7101
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.10.1-*",
"version": "1.10.2-*",
"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.10.1-*",
"version": "1.10.2-*",
"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.10.1-*",
"version": "1.10.2-*",
"authors": [ "par.dahlman", "Joshua Barron" ],
"description": "Wire up RawRabbit with Ninject!",

Expand Down
4 changes: 2 additions & 2 deletions src/RawRabbit.Extensions/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "RawRabbit.Extensions",
"version": "1.10.1",
"version": "1.10.2-*",
"description": "Make the most of RawRabbit with these extensions",
"authors": [ "par.dahlman" ],
"packOptions": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"RawRabbit": { "target": "project" },
"RawRabbit.vNext": { "target": "project" },
"System.Net.Http" : "4.1.0"
"System.Net.Http": "4.1.0"
},

"frameworks": {
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.10.1-*",
"version": "1.10.2-*",
"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.10.1-*",
"version": "1.10.2-*",
"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.10.1-*",
"version": "1.10.2-*",
"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.10.1",
"version": "1.10.2-*",
"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.10.1-*",
"version": "1.10.2-*",
"authors": [ "pardahlman", "enrique-avalon" ],
"description": "A modern framework for communication over RabbitMq.",
"packOptions": {
Expand Down

0 comments on commit c2c7101

Please sign in to comment.