diff --git a/Dapper.Contrib/Properties/AssemblyInfo.cs b/Dapper.Contrib/Properties/AssemblyInfo.cs index a8a073a32888fe4caf969d2776022c8cd4c340d4..de92a912327c3b48ae9a32dd931b4fc446cae17e 100644 --- a/Dapper.Contrib/Properties/AssemblyInfo.cs +++ b/Dapper.Contrib/Properties/AssemblyInfo.cs @@ -31,5 +31,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.40.0.0")] -[assembly: AssemblyFileVersion("1.40.0.0")] +[assembly: AssemblyVersion("1.50.0.0")] +[assembly: AssemblyFileVersion("1.50.0.0")] diff --git a/Dapper.Contrib/project.json b/Dapper.Contrib/project.json index 9689d32e27af8302d7e257132047f13ac533ed32..b7b2ab135c69e8a8794fb10275cc0feb3a025c71 100644 --- a/Dapper.Contrib/project.json +++ b/Dapper.Contrib/project.json @@ -5,7 +5,7 @@ "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "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.", - "version": "1.50-beta3", + "version": "1.50-beta8", "title": "Dapper.Contrib", "tags": [ "orm", "sql", "micro-orm", "dapper" ], "copyright": "2015 Stack Exchange, Inc.", diff --git a/Dapper.EntityFramework.StrongName/project.json b/Dapper.EntityFramework.StrongName/project.json index bf1d955f1652e0c24c45197bd0bd0a8b915694ae..944b68bca67356e9e2d03de63796f3b5042bed90 100644 --- a/Dapper.EntityFramework.StrongName/project.json +++ b/Dapper.EntityFramework.StrongName/project.json @@ -5,7 +5,7 @@ "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "summary": "Adds support for DbGeography, etc.", "description": "Extension handlers for entity framework", - "version": "1.34-beta1", + "version": "1.50-beta8", "title": "Dapper entity framework type handlers (with a strong name)", "tags": [ "orm", "sql", "micro-orm" ], "copyright": "2015 Stack Exchange, Inc.", diff --git a/Dapper.EntityFramework/project.json b/Dapper.EntityFramework/project.json index 71bb42a97f6379f17cad2888e962bc901f659c34..18d7df6209c881ef38da218543f3e5782243b9aa 100644 --- a/Dapper.EntityFramework/project.json +++ b/Dapper.EntityFramework/project.json @@ -5,7 +5,7 @@ "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "summary": "Adds support for DbGeography, etc.", "description": "Extension handlers for entity framework", - "version": "1.34-beta1", + "version": "1.50-beta8", "title": "Dapper entity framework type handlers", "tags": [ "orm", "sql", "micro-orm" ], "copyright": "2015 Stack Exchange, Inc.", diff --git a/Dapper.SqlBuilder/Properties/AssemblyInfo.cs b/Dapper.SqlBuilder/Properties/AssemblyInfo.cs index c28c4b0db2792ea195a82f890190592c709de122..e49e804910ee8909e98d68d71f36cbd5ba2ab715 100644 --- a/Dapper.SqlBuilder/Properties/AssemblyInfo.cs +++ b/Dapper.SqlBuilder/Properties/AssemblyInfo.cs @@ -31,5 +31,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.40.0.0")] -[assembly: AssemblyFileVersion("1.40.0.0")] +[assembly: AssemblyVersion("1.50.0.0")] +[assembly: AssemblyFileVersion("1.50.0.0")] diff --git a/Dapper.SqlBuilder/project.json b/Dapper.SqlBuilder/project.json index 21dbc138e719c417fbb9a5d762203ec6311f7e81..281374f3aeb1407c06653ee175eeeec4c324d802 100644 --- a/Dapper.SqlBuilder/project.json +++ b/Dapper.SqlBuilder/project.json @@ -5,7 +5,7 @@ "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "summary": "Dapper.SqlBuilder", "description": "The Dapper SqlBuilder component, for building SQL queries dynamically.", - "version": "1.50-beta3", + "version": "1.50-beta8", "title": "Dapper SqlBuilder component", "tags": [ "orm", "sql", "micro-orm", "query", "sql-builder" ], "copyright": "2015 Stack Exchange, Inc.", diff --git a/Dapper.StrongName/project.json b/Dapper.StrongName/project.json index 01600df6e6c8a85e237cdb58e9324ca4c3846b37..eaeda6088c863eb8883a731563b1d300866b72ee 100644 --- a/Dapper.StrongName/project.json +++ b/Dapper.StrongName/project.json @@ -5,7 +5,7 @@ "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "summary": "A high performance Micro-ORM", "description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..", - "version": "1.50-beta7", + "version": "1.50-beta8", "title": "Dapper dot net (strong named)", "tags": [ "orm", "sql", "micro-orm" ], "copyright": "2015 Stack Exchange, Inc.", diff --git a/Dapper.Tests.Contrib/Properties/AssemblyInfo.cs b/Dapper.Tests.Contrib/Properties/AssemblyInfo.cs index d789c72c991a790638b3b5a3b621906462a35b1c..e5f008cc06f05ec2fdf39738e8332a54e7e36b1d 100644 --- a/Dapper.Tests.Contrib/Properties/AssemblyInfo.cs +++ b/Dapper.Tests.Contrib/Properties/AssemblyInfo.cs @@ -31,5 +31,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.40.0.0")] -[assembly: AssemblyFileVersion("1.40.0.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Dapper.Tests/Properties/AssemblyInfo.cs b/Dapper.Tests/Properties/AssemblyInfo.cs index 1c1825fcfb4cfed660945f9ddddb4668743fbae2..3ef64df6e78de012d22905ec0e930d900b74c315 100644 --- a/Dapper.Tests/Properties/AssemblyInfo.cs +++ b/Dapper.Tests/Properties/AssemblyInfo.cs @@ -31,5 +31,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.40.0.0")] -[assembly: AssemblyFileVersion("1.40.0.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Dapper/project.json b/Dapper/project.json index 9971f3d5fcd58f72798d7c5c4a2dfbe0421a2125..f7747cf3c98d181ec74471db9d338137e1a706d1 100644 --- a/Dapper/project.json +++ b/Dapper/project.json @@ -5,7 +5,7 @@ "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "summary": "A high performance Micro-ORM", "description": "A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..", - "version": "1.50-beta7", + "version": "1.50-beta8", "title": "Dapper dot net", "tags": [ "orm", "sql", "micro-orm" ], "copyright": "2015 Stack Exchange, Inc.",