Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
version incremented to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
trendyol-bot committed Mar 1, 2017
1 parent c681b34 commit 35c27c9
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions src/Stove.Dapper/project.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.0.10-*",
"version": "0.0.11-*",

"dependencies": {
"Autofac": "4.3.0",
"Dapper": "1.50.2",
"DapperExtensions": "1.5.0",
"EntityFramework": "6.1.3",
"Stove": "0.0.10",
"Stove.EntityFramework": "0.0.10-*"
"Stove": "0.0.11",
"Stove.EntityFramework": "0.0.11-*"
},

"frameworks": {
Expand Down
4 changes: 2 additions & 2 deletions src/Stove.EntityFramework/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version" : "0.0.10-*",
"version" : "0.0.11-*",

"dependencies": {
"Stove": "0.0.10",
"Stove": "0.0.11",
"EntityFramework": "6.1.3",
"EntityFramework.DynamicFilters": "2.6.0",
"System.Collections": "4.3.0",
Expand Down
4 changes: 2 additions & 2 deletions src/Stove.HangFire/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "0.0.10-*",
"version": "0.0.11-*",

"dependencies": {
"Stove": "0.0.10",
"Stove": "0.0.11",
"Hangfire": "1.6.8",
"Hangfire.Core": "1.6.8",
"Hangfire.SqlServer": "1.6.8",
Expand Down
4 changes: 2 additions & 2 deletions src/Stove.Mapster/project.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version" : "0.0.10-*",
"version" : "0.0.11-*",

"dependencies" : {
"Mapster" : "2.6.1",
"Stove" : "0.0.10"
"Stove" : "0.0.11"
},

"frameworks" : {
Expand Down
4 changes: 2 additions & 2 deletions src/Stove.NLog/project.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version" : "0.0.10-*",
"version" : "0.0.11-*",

"dependencies": {
"Autofac": "4.3.0",
"NLog": "4.4.3",
"Stove": "0.0.10"
"Stove": "0.0.11"
},

"frameworks" : {
Expand Down
4 changes: 2 additions & 2 deletions src/Stove.RabbitMQ/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "0.0.10-*",
"version": "0.0.11-*",

"dependencies": {
"MassTransit": "3.5.5",
"MassTransit.Autofac": "3.5.5",
"MassTransit.RabbitMQ": "3.5.5",
"Stove": "0.0.10"
"Stove": "0.0.11"
},

"frameworks": {
Expand Down
4 changes: 2 additions & 2 deletions src/Stove.Redis/project.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version" : "0.0.10-*",
"version" : "0.0.11-*",

"dependencies": {
"StackExchange.Redis": "1.2.1",
"StackExchange.Redis.Extensions.Core": "2.1.0",
"Stove": "0.0.10"
"Stove": "0.0.11"
},

"frameworks" : {
Expand Down
2 changes: 1 addition & 1 deletion src/Stove/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "0.0.10",
"version" : "0.0.11",

"dependencies": {
"Autofac": "4.3.0",
Expand Down
14 changes: 7 additions & 7 deletions test/Stove.Demo.ConsoleApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"MassTransit": "3.5.5",
"Newtonsoft.Json": "9.0.1",
"Owin": "1.0",
"Stove": "0.0.10",
"Stove.Dapper": "0.0.10-*",
"Stove.EntityFramework": "0.0.10-*",
"Stove.HangFire": "0.0.10-*",
"Stove.Mapster": "0.0.10-*",
"Stove.NLog": "0.0.10-*",
"Stove": "0.0.11",
"Stove.Dapper": "0.0.11-*",
"Stove.EntityFramework": "0.0.11-*",
"Stove.HangFire": "0.0.11-*",
"Stove.Mapster": "0.0.11-*",
"Stove.NLog": "0.0.11-*",
"Stove.RabbitMQ": "1.0.0-*",
"Stove.Redis": "0.0.10-*"
"Stove.Redis": "0.0.11-*"
},

"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion test/Stove.EntityFramework.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"testRunner": "xunit",
"dependencies": {
"Autofac": "4.3.0",
"Stove.EntityFramework": "0.0.10-*",
"Stove.EntityFramework": "0.0.11-*",
"Stove.TestBase": "0.0.1-*"
},

Expand Down
2 changes: 1 addition & 1 deletion test/Stove.Mapster.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"testRunner" : "xunit",

"dependencies" : {
"Stove.Mapster" : "0.0.10-*",
"Stove.Mapster" : "0.0.11-*",
"Stove.TestBase" : "0.0.1-*"
},

Expand Down
4 changes: 2 additions & 2 deletions test/Stove.RabbitMQ.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"testRunner" : "xunit",

"dependencies": {
"Stove": "0.0.10",
"Stove.RabbitMQ": "0.0.10-*",
"Stove": "0.0.11",
"Stove.RabbitMQ": "0.0.11-*",
"Stove.TestBase": "0.0.1-*"
},

Expand Down
2 changes: 1 addition & 1 deletion test/Stove.TestBase/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"NSubstitute": "1.10.0",
"Shouldly": "2.8.2",
"Stove": "0.0.10",
"Stove": "0.0.11",
"FluentAssemblyScanner": "1.0.7",
"xunit": "2.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions test/Stove.Tests.SampleApplication/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

"dependencies": {
"Effort.EF6": "1.3.0",
"Stove.EntityFramework": "0.0.10-*",
"Stove.Mapster": "0.0.10-*",
"Stove.EntityFramework": "0.0.11-*",
"Stove.Mapster": "0.0.11-*",
"Stove.TestBase": "0.0.1-*"
},

Expand Down

0 comments on commit 35c27c9

Please sign in to comment.