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

Commit

Permalink
version incremented 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
trendyol-bot committed Feb 10, 2017
1 parent f8eb9ea commit fd29a5e
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 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.8-*",
"version": "0.0.9-*",

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

"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.8-*",
"version" : "0.0.9-*",

"dependencies": {
"Stove": "0.0.8",
"Stove": "0.0.9",
"EntityFramework": "6.1.3",
"EntityFramework.DynamicFilters": "2.6.0",
"FluentAssemblyScanner": "1.0.5",
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.8-*",
"version": "0.0.9-*",

"dependencies": {
"Stove": "0.0.8",
"Stove": "0.0.9",
"FluentAssemblyScanner": "1.0.5",
"Hangfire": "1.6.8",
"Hangfire.Core": "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.8-*",
"version" : "0.0.9-*",

"dependencies" : {
"Mapster" : "2.6.1",
"Stove" : "0.0.8"
"Stove" : "0.0.9"
},

"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.8-*",
"version" : "0.0.9-*",

"dependencies": {
"Autofac": "4.3.0",
"NLog": "4.4.2",
"Stove": "0.0.8"
"Stove": "0.0.9"
},

"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.8-*",
"version": "0.0.9-*",

"dependencies": {
"MassTransit": "3.5.5",
"MassTransit.Autofac": "3.5.5",
"MassTransit.RabbitMQ": "3.5.5",
"Stove": "0.0.8"
"Stove": "0.0.9"
},

"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.8-*",
"version" : "0.0.9-*",

"dependencies": {
"StackExchange.Redis": "1.2.0",
"StackExchange.Redis.Extensions.Core": "2.1.0",
"Stove": "0.0.8"
"Stove": "0.0.9"
},

"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.8",
"version" : "0.0.9",

"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.8",
"Stove.Dapper": "0.0.8-*",
"Stove.EntityFramework": "0.0.8-*",
"Stove.HangFire": "0.0.8-*",
"Stove.Mapster": "0.0.8-*",
"Stove.NLog": "0.0.8-*",
"Stove": "0.0.9",
"Stove.Dapper": "0.0.9-*",
"Stove.EntityFramework": "0.0.9-*",
"Stove.HangFire": "0.0.9-*",
"Stove.Mapster": "0.0.9-*",
"Stove.NLog": "0.0.9-*",
"Stove.RabbitMQ": "1.0.0-*",
"Stove.Redis": "0.0.8-*"
"Stove.Redis": "0.0.9-*"
},

"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.8-*",
"Stove.EntityFramework": "0.0.9-*",
"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 @@ -7,7 +7,7 @@
"xunit": "2.2.0-beta4-build3444",
"NSubstitute": "1.10.0",
"Shouldly": "2.8.2",
"Stove": "0.0.8"
"Stove": "0.0.9"
},

"frameworks": {
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.8-*",
"Stove.Mapster": "0.0.8-*",
"Stove.EntityFramework": "0.0.9-*",
"Stove.Mapster": "0.0.9-*",
"Stove.TestBase": "0.0.1-*"
},

Expand Down

0 comments on commit fd29a5e

Please sign in to comment.