提交 10581e86 编写于 作者: N Nick Craver

Update to RC2 final build (24027) libraries. Also bump to beta10

上级 3a41b9a4
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"summary": "Dapper.Contrib", "summary": "Dapper.Contrib",
"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.", "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-beta9", "version": "1.50-beta10",
"title": "Dapper.Contrib", "title": "Dapper.Contrib",
"tags": [ "orm", "sql", "micro-orm", "dapper" ], "tags": [ "orm", "sql", "micro-orm", "dapper" ],
"copyright": "2015 Stack Exchange, Inc.", "copyright": "2015 Stack Exchange, Inc.",
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
"compilationOptions": { "compilationOptions": {
"define": [ "ASYNC", "COREFX" ] "define": [ "ASYNC", "COREFX" ]
}, },
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-rc2-24015" "Microsoft.CSharp": "4.0.1-rc2-24027"
} }
} }
} }
} }
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"summary": "Adds support for DbGeography, etc.", "summary": "Adds support for DbGeography, etc.",
"description": "Extension handlers for entity framework", "description": "Extension handlers for entity framework",
"version": "1.50-beta9", "version": "1.50-beta10",
"title": "Dapper entity framework type handlers (with a strong name)", "title": "Dapper entity framework type handlers (with a strong name)",
"tags": [ "orm", "sql", "micro-orm" ], "tags": [ "orm", "sql", "micro-orm" ],
"copyright": "2015 Stack Exchange, Inc.", "copyright": "2015 Stack Exchange, Inc.",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"summary": "Adds support for DbGeography, etc.", "summary": "Adds support for DbGeography, etc.",
"description": "Extension handlers for entity framework", "description": "Extension handlers for entity framework",
"version": "1.50-beta9", "version": "1.50-beta10",
"title": "Dapper entity framework type handlers", "title": "Dapper entity framework type handlers",
"tags": [ "orm", "sql", "micro-orm" ], "tags": [ "orm", "sql", "micro-orm" ],
"copyright": "2015 Stack Exchange, Inc.", "copyright": "2015 Stack Exchange, Inc.",
......
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
"compilationOptions": { "compilationOptions": {
"define": [ "ASYNC", "COREFX" ] "define": [ "ASYNC", "COREFX" ]
}, },
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-rc2-24015" "Microsoft.CSharp": "4.0.1-rc2-24027"
} }
} }
} }
} }
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"summary": "Dapper.SqlBuilder", "summary": "Dapper.SqlBuilder",
"description": "The Dapper SqlBuilder component, for building SQL queries dynamically.", "description": "The Dapper SqlBuilder component, for building SQL queries dynamically.",
"version": "1.50-beta9", "version": "1.50-beta10",
"title": "Dapper SqlBuilder component", "title": "Dapper SqlBuilder component",
"tags": [ "orm", "sql", "micro-orm", "query", "sql-builder" ], "tags": [ "orm", "sql", "micro-orm", "query", "sql-builder" ],
"copyright": "2015 Stack Exchange, Inc.", "copyright": "2015 Stack Exchange, Inc.",
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
"compilationOptions": { "compilationOptions": {
"define": [ "ASYNC", "COREFX" ] "define": [ "ASYNC", "COREFX" ]
}, },
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-rc2-24015" "Microsoft.CSharp": "4.0.1-rc2-24027"
} }
} }
} }
} }
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"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.50-beta9", "version": "1.50-beta10",
"title": "Dapper dot net (strong named)", "title": "Dapper dot net (strong named)",
"tags": [ "orm", "sql", "micro-orm" ], "tags": [ "orm", "sql", "micro-orm" ],
"copyright": "2015 Stack Exchange, Inc.", "copyright": "2015 Stack Exchange, Inc.",
...@@ -54,16 +54,16 @@ ...@@ -54,16 +54,16 @@
"compilationOptions": { "compilationOptions": {
"define": [ "ASYNC", "COREFX" ] "define": [ "ASYNC", "COREFX" ]
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-24015", "NETStandard.Library": "1.5.0-rc2-24027",
"System.Data.SqlClient": "4.1.0-rc2-24015", "System.Data.SqlClient": "4.1.0-rc2-24027",
"System.Dynamic.Runtime": "4.0.11-rc2-24015", "System.Dynamic.Runtime": "4.0.11-rc2-24027",
"System.Reflection.Emit": "4.0.1-rc2-24015", "System.Reflection.Emit": "4.0.1-rc2-24027",
"System.Reflection.Emit.Lightweight": "4.0.1-rc2-24015", "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027",
"System.Xml.XmlDocument": "4.0.1-rc2-24015", "System.Xml.XmlDocument": "4.0.1-rc2-24027",
"System.Collections.NonGeneric": "4.0.1-rc2-24015", "System.Collections.NonGeneric": "4.0.1-rc2-24027",
"System.Reflection.TypeExtensions": "4.1.0-rc2-24015" "System.Reflection.TypeExtensions": "4.1.0-rc2-24027"
} }
} }
} }
} }
...@@ -92,11 +92,11 @@ ...@@ -92,11 +92,11 @@
"define": [ "COREFX", "ASYNC", "XUNIT2" ] "define": [ "COREFX", "ASYNC", "XUNIT2" ]
}, },
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-rc2-24015", "version": "1.0.0-rc2-3002702",
"type": "platform" "type": "platform"
}, },
"Microsoft.Data.Sqlite": "1.0.0-rc2-20597", "Microsoft.Data.Sqlite": "1.0.0-rc2-final",
"xunit": "2.1.0", "xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-*" "dotnet-test-xunit": "1.0.0-rc2-*"
} }
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"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.50-beta9", "version": "1.50-beta10",
"title": "Dapper dot net", "title": "Dapper dot net",
"tags": [ "orm", "sql", "micro-orm" ], "tags": [ "orm", "sql", "micro-orm" ],
"copyright": "2015 Stack Exchange, Inc.", "copyright": "2015 Stack Exchange, Inc.",
...@@ -47,17 +47,16 @@ ...@@ -47,17 +47,16 @@
"compilationOptions": { "compilationOptions": {
"define": [ "ASYNC", "COREFX" ] "define": [ "ASYNC", "COREFX" ]
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-24015", "NETStandard.Library": "1.5.0-rc2-24027",
"System.Data.SqlClient": "4.1.0-rc2-24015", "System.Data.SqlClient": "4.1.0-rc2-24027",
"System.Dynamic.Runtime": "4.0.11-rc2-24015", "System.Dynamic.Runtime": "4.0.11-rc2-24027",
"System.Reflection.Emit": "4.0.1-rc2-24015", "System.Reflection.Emit": "4.0.1-rc2-24027",
"System.Reflection.Emit.Lightweight": "4.0.1-rc2-24015", "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027",
"System.Xml.XmlDocument": "4.0.1-rc2-24015", "System.Xml.XmlDocument": "4.0.1-rc2-24027",
"System.Collections.NonGeneric": "4.0.1-rc2-24015", "System.Collections.NonGeneric": "4.0.1-rc2-24027",
"System.Reflection.TypeExtensions": "4.1.0-rc2-24015" "System.Reflection.TypeExtensions": "4.1.0-rc2-24027"
}
}
} }
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册