Skip to content

Commit e15cb95

Browse files
committed
1.50.2
1 parent 344de88 commit e15cb95

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Dapper.Contrib/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
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.1-*",
15+
"version": "1.50.2-*",
1616
"title": "Dapper.Contrib",
1717
"copyright": "2016 Stack Exchange, Inc.",
1818
"dependencies": {
1919
"Dapper": {
20-
"version": "1.50.1-*",
20+
"version": "1.50.2-*",
2121
"target": "project"
2222
}
2323
},

Dapper.EntityFramework.StrongName/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"authors": [ "Marc Gravell", "Nick Craver" ],
1414
"description": "Extension handlers for entity framework",
15-
"version": "1.50.1-*",
15+
"version": "1.50.2-*",
1616
"title": "Dapper entity framework type handlers (with a strong name)",
1717
"copyright": "2016 Stack Exchange, Inc.",
1818
"dependencies": {
1919
"Dapper.StrongName": {
20-
"version": "1.50.1-*",
20+
"version": "1.50.2-*",
2121
"target": "project"
2222
}
2323
},

Dapper.EntityFramework/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"authors": [ "Marc Gravell", "Nick Craver" ],
1414
"description": "Extension handlers for entity framework",
15-
"version": "1.50.1-*",
15+
"version": "1.50.2-*",
1616
"title": "Dapper entity framework type handlers",
1717
"copyright": "2016 Stack Exchange, Inc.",
1818
"dependencies": {
1919
"Dapper": {
20-
"version": "1.50.1-*",
20+
"version": "1.50.2-*",
2121
"target": "project"
2222
}
2323
},

Dapper.Rainbow/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"copyright": "2012 Sam Saffron",
1818
"dependencies": {
1919
"Dapper": {
20-
"version": "1.50.1-*",
20+
"version": "1.50.2-*",
2121
"target": "project"
2222
}
2323
},

Dapper.SqlBuilder/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"authors": [ "Sam Saffron, Johan Danforth" ],
1414
"description": "The Dapper SqlBuilder component, for building SQL queries dynamically.",
15-
"version": "1.50.1-*",
15+
"version": "1.50.2-*",
1616
"title": "Dapper SqlBuilder component",
1717
"copyright": "2016 Stack Exchange, Inc.",
1818
"dependencies": {
1919
"Dapper": {
20-
"version": "1.50.1-*",
20+
"version": "1.50.2-*",
2121
"target": "project"
2222
}
2323
},

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.1-*",
16+
"version": "1.50.2-*",
1717
"title": "Dapper dot net (strong named)",
1818
"copyright": "2016 Stack Exchange, Inc.",
1919
"dependencies": {

Dapper/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
//
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
35-
[assembly: AssemblyVersion("1.50.1.0")]
36-
[assembly: AssemblyFileVersion("1.50.1.0")]
35+
[assembly: AssemblyVersion("1.50.2.0")]
36+
[assembly: AssemblyFileVersion("1.50.2.0")]

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.1-*",
14+
"version": "1.50.2-*",
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)