Commit 52ac8e42 authored by Marc Gravell's avatar Marc Gravell

1.50.1 deploy

parent f9bd30fb
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
}, },
"authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ], "authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ],
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..", "description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
"version": "1.50.0-*", "version": "1.50.1-*",
"title": "Dapper dot net (strong named)", "title": "Dapper dot net (strong named)",
"copyright": "2016 Stack Exchange, Inc.", "copyright": "2016 Stack Exchange, Inc.",
"dependencies": { "dependencies": {
......
...@@ -32,5 +32,5 @@ ...@@ -32,5 +32,5 @@
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.50.0.0")] [assembly: AssemblyVersion("1.50.1.0")]
[assembly: AssemblyFileVersion("1.50.0.0")] [assembly: AssemblyFileVersion("1.50.1.0")]
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"url": "https://github.com/StackExchange/dapper-dot-net" "url": "https://github.com/StackExchange/dapper-dot-net"
} }
}, },
"version": "1.50.0-*", "version": "1.50.1-*",
"authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ], "authors": [ "Sam Saffron", "Marc Gravell", "Nick Craver" ],
"description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..", "description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..",
"title": "Dapper dot net", "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