Commit 0d059761 authored by Marc Gravell's avatar Marc Gravell

1.50-beta1 release

parent 60ee9ed9
...@@ -6,7 +6,10 @@ ...@@ -6,7 +6,10 @@
"projectUrl": "", "projectUrl": "",
"licenseUrl": "", "licenseUrl": "",
"dependencies": { "dependencies": {
"Dapper": { "version": "1.43-*", "target": "project" } "Dapper": {
"version": "1.50-*",
"target": "project"
}
}, },
"commands": { "commands": {
...@@ -49,7 +52,7 @@ ...@@ -49,7 +52,7 @@
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-", "Microsoft.CSharp": "4.0.1-beta-",
"System.Collections": "4.0.11-beta-", "System.Collections": "4.0.11-beta-",
"System.Console": "4.0.0-beta-", "System.Console": "4.0.0-beta-23409",
"System.Linq": "4.0.1-beta-", "System.Linq": "4.0.1-beta-",
"System.Threading": "4.0.11-beta-", "System.Threading": "4.0.11-beta-",
"System.Data.SqlClient": "4.0.0-beta-" "System.Data.SqlClient": "4.0.0-beta-"
......
This diff is collapsed.
...@@ -5,10 +5,11 @@ ...@@ -5,10 +5,11 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"summary": "A high performance Micro-ORM", "summary": "A high performance Micro-ORM",
"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.43-beta1", "version": "1.50-beta1",
"title": "Dapper dot net", "title": "Dapper dot net",
"tags": [ "orm", "sql", "micro-orm" ], "tags": [ "orm", "sql", "micro-orm" ],
"dependencies": { }, "dependencies": {
},
"compile": [ "compile": [
"../Dapper/**/*.cs" "../Dapper/**/*.cs"
], ],
...@@ -49,7 +50,6 @@ ...@@ -49,7 +50,6 @@
"Microsoft.CSharp": "4.0.1-beta-", "Microsoft.CSharp": "4.0.1-beta-",
"System.Collections": "4.0.11-beta-", "System.Collections": "4.0.11-beta-",
"System.Collections.Concurrent": "4.0.11-beta-", "System.Collections.Concurrent": "4.0.11-beta-",
"System.Console": "4.0.0-beta-",
"System.Linq": "4.0.1-beta-", "System.Linq": "4.0.1-beta-",
"System.Threading": "4.0.11-beta-", "System.Threading": "4.0.11-beta-",
"System.Data.SqlClient": "4.0.0-beta-", "System.Data.SqlClient": "4.0.0-beta-",
......
...@@ -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.40.0.0")] [assembly: AssemblyVersion("1.50.0.0")]
[assembly: AssemblyFileVersion("1.40.0.0")] [assembly: AssemblyFileVersion("1.50.0.0")]
...@@ -5,10 +5,11 @@ ...@@ -5,10 +5,11 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"summary": "A high performance Micro-ORM", "summary": "A high performance Micro-ORM",
"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.43-beta1", "version": "1.50-beta1",
"title": "Dapper dot net", "title": "Dapper dot net",
"tags": [ "orm", "sql", "micro-orm" ], "tags": [ "orm", "sql", "micro-orm" ],
"dependencies": { }, "dependencies": {
},
"frameworks": { "frameworks": {
"net45": { "net45": {
"compilationOptions": { "compilationOptions": {
...@@ -43,7 +44,6 @@ ...@@ -43,7 +44,6 @@
"Microsoft.CSharp": "4.0.1-beta-", "Microsoft.CSharp": "4.0.1-beta-",
"System.Collections": "4.0.11-beta-", "System.Collections": "4.0.11-beta-",
"System.Collections.Concurrent": "4.0.11-beta-", "System.Collections.Concurrent": "4.0.11-beta-",
"System.Console": "4.0.0-beta-",
"System.Linq": "4.0.1-beta-", "System.Linq": "4.0.1-beta-",
"System.Threading": "4.0.11-beta-", "System.Threading": "4.0.11-beta-",
"System.Data.SqlClient": "4.0.0-beta-", "System.Data.SqlClient": "4.0.0-beta-",
......
This diff is collapsed.
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