Skip to content

Commit ad5378f

Browse files
author
Nick Craver
committed
RC2 Version bump, since we locked ourselves in with semver on beta9
1 parent 89908e0 commit ad5378f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Dapper.Contrib/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"authors": [ "Sam Saffron", "Johan Danforth" ],
1414
"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.",
15-
"version": "1.50-beta10",
15+
"version": "1.50-rc2",
1616
"title": "Dapper.Contrib",
1717
"copyright": "2016 Stack Exchange, Inc.",
1818
"dependencies": {

Dapper.EntityFramework.StrongName/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"authors": [ "Marc Gravell", "Nick Craver" ],
1414
"description": "Extension handlers for entity framework",
15-
"version": "1.50-beta10",
15+
"version": "1.50-rc2",
1616
"title": "Dapper entity framework type handlers (with a strong name)",
1717
"copyright": "2016 Stack Exchange, Inc.",
1818
"dependencies": {

Dapper.EntityFramework/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"authors": [ "Marc Gravell", "Nick Craver" ],
1414
"description": "Extension handlers for entity framework",
15-
"version": "1.50-beta10",
15+
"version": "1.50-rc2",
1616
"title": "Dapper entity framework type handlers",
1717
"copyright": "2016 Stack Exchange, Inc.",
1818
"dependencies": {

Dapper.SqlBuilder/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"authors": [ "Sam Saffron, Johan Danforth" ],
1414
"description": "The Dapper SqlBuilder component, for building SQL queries dynamically.",
15-
"version": "1.50-beta10",
15+
"version": "1.50-rc2",
1616
"title": "Dapper SqlBuilder component",
1717
"copyright": "2016 Stack Exchange, Inc.",
1818
"dependencies": {

Dapper.StrongName/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ],
1515
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
16-
"version": "1.50-beta10",
16+
"version": "1.50-rc2",
1717
"title": "Dapper dot net (strong named)",
1818
"copyright": "2016 Stack Exchange, Inc.",
1919
"dependencies": {

Dapper.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.25115.1
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25123.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A34907DF-958A-4E4C-8491-84CF303FD13E}"
77
ProjectSection(SolutionItems) = preProject

Dapper/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/StackExchange/dapper-dot-net"
1212
}
1313
},
14-
"version": "1.50-beta10",
14+
"version": "1.50-rc2",
1515
"authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ],
1616
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
1717
"title": "Dapper dot net",

0 commit comments

Comments
 (0)