Skip to content

Commit

Permalink
This .0 addition happens automatically...make it explicit instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Craver committed May 24, 2016
1 parent 3d4d251 commit 2c531d2
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dapper.Contrib/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"authors": [ "Sam Saffron", "Johan Danforth" ],
"description": "The official collection of get, insert, update and delete helpers for dapper.net. Also handles lists of entities and optional \"dirty\" tracking of interface-based entities.",
"version": "1.50-*",
"version": "1.50.0-*",
"title": "Dapper.Contrib",
"copyright": "2016 Stack Exchange, Inc.",
"dependencies": {
"Dapper": {
"version": "1.50-*",
"version": "1.50.0-*",
"target": "project"
}
},
Expand Down
4 changes: 2 additions & 2 deletions Dapper.EntityFramework.StrongName/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"authors": [ "Marc Gravell", "Nick Craver" ],
"description": "Extension handlers for entity framework",
"version": "1.50-*",
"version": "1.50.0-*",
"title": "Dapper entity framework type handlers (with a strong name)",
"copyright": "2016 Stack Exchange, Inc.",
"dependencies": {
"Dapper.StrongName": {
"version": "1.50-*",
"version": "1.50.0-*",
"target": "project"
}
},
Expand Down
4 changes: 2 additions & 2 deletions Dapper.EntityFramework/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"authors": [ "Marc Gravell", "Nick Craver" ],
"description": "Extension handlers for entity framework",
"version": "1.50-*",
"version": "1.50.0-*",
"title": "Dapper entity framework type handlers",
"copyright": "2016 Stack Exchange, Inc.",
"dependencies": {
"Dapper": {
"version": "1.50-*",
"version": "1.50.0-*",
"target": "project"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Dapper.Rainbow/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"copyright": "2012 Sam Saffron",
"dependencies": {
"Dapper": {
"version": "1.50-*",
"version": "1.50.0-*",
"target": "project"
}
},
Expand Down
4 changes: 2 additions & 2 deletions Dapper.SqlBuilder/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"authors": [ "Sam Saffron, Johan Danforth" ],
"description": "The Dapper SqlBuilder component, for building SQL queries dynamically.",
"version": "1.50-*",
"version": "1.50.0-*",
"title": "Dapper SqlBuilder component",
"copyright": "2016 Stack Exchange, Inc.",
"dependencies": {
"Dapper": {
"version": "1.50-*",
"version": "1.50.0-*",
"target": "project"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Dapper.StrongName/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ],
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
"version": "1.50-*",
"version": "1.50.0-*",
"title": "Dapper dot net (strong named)",
"copyright": "2016 Stack Exchange, Inc.",
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions Dapper.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A34907DF-958A-4E4C-8491-84CF303FD13E}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
build.sh = build.sh
global.json = global.json
License.txt = License.txt
NuGet.Config = NuGet.Config
Expand Down
2 changes: 1 addition & 1 deletion Dapper/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/StackExchange/dapper-dot-net"
}
},
"version": "1.50-*",
"version": "1.50.0-*",
"authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ],
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
"title": "Dapper dot net",
Expand Down

0 comments on commit 2c531d2

Please sign in to comment.