Commit e15cb95d authored by Marc Gravell's avatar Marc Gravell

1.50.2

parent 344de889
......@@ -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.1-*",
"version": "1.50.2-*",
"title": "Dapper.Contrib",
"copyright": "2016 Stack Exchange, Inc.",
"dependencies": {
"Dapper": {
"version": "1.50.1-*",
"version": "1.50.2-*",
"target": "project"
}
},
......
......@@ -12,12 +12,12 @@
},
"authors": [ "Marc Gravell", "Nick Craver" ],
"description": "Extension handlers for entity framework",
"version": "1.50.1-*",
"version": "1.50.2-*",
"title": "Dapper entity framework type handlers (with a strong name)",
"copyright": "2016 Stack Exchange, Inc.",
"dependencies": {
"Dapper.StrongName": {
"version": "1.50.1-*",
"version": "1.50.2-*",
"target": "project"
}
},
......
......@@ -12,12 +12,12 @@
},
"authors": [ "Marc Gravell", "Nick Craver" ],
"description": "Extension handlers for entity framework",
"version": "1.50.1-*",
"version": "1.50.2-*",
"title": "Dapper entity framework type handlers",
"copyright": "2016 Stack Exchange, Inc.",
"dependencies": {
"Dapper": {
"version": "1.50.1-*",
"version": "1.50.2-*",
"target": "project"
}
},
......
......@@ -17,7 +17,7 @@
"copyright": "2012 Sam Saffron",
"dependencies": {
"Dapper": {
"version": "1.50.1-*",
"version": "1.50.2-*",
"target": "project"
}
},
......
......@@ -12,12 +12,12 @@
},
"authors": [ "Sam Saffron, Johan Danforth" ],
"description": "The Dapper SqlBuilder component, for building SQL queries dynamically.",
"version": "1.50.1-*",
"version": "1.50.2-*",
"title": "Dapper SqlBuilder component",
"copyright": "2016 Stack Exchange, Inc.",
"dependencies": {
"Dapper": {
"version": "1.50.1-*",
"version": "1.50.2-*",
"target": "project"
}
},
......
......@@ -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.1-*",
"version": "1.50.2-*",
"title": "Dapper dot net (strong named)",
"copyright": "2016 Stack Exchange, Inc.",
"dependencies": {
......
......@@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.50.1.0")]
[assembly: AssemblyFileVersion("1.50.1.0")]
[assembly: AssemblyVersion("1.50.2.0")]
[assembly: AssemblyFileVersion("1.50.2.0")]
......@@ -11,7 +11,7 @@
"url": "https://github.com/StackExchange/dapper-dot-net"
}
},
"version": "1.50.1-*",
"version": "1.50.2-*",
"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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment