From 2a2c0860097ed1d9dab4ed8f02bd44ff3938b9c0 Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Wed, 17 Feb 2016 10:34:29 +0000 Subject: [PATCH] 1.50-beta8 deploy --- Dapper.Contrib/Properties/AssemblyInfo.cs | 4 ++-- Dapper.Contrib/project.json | 2 +- Dapper.EntityFramework.StrongName/project.json | 2 +- Dapper.EntityFramework/project.json | 2 +- Dapper.SqlBuilder/Properties/AssemblyInfo.cs | 4 ++-- Dapper.SqlBuilder/project.json | 2 +- Dapper.StrongName/project.json | 2 +- Dapper.Tests.Contrib/Properties/AssemblyInfo.cs | 4 ++-- Dapper.Tests/Properties/AssemblyInfo.cs | 4 ++-- Dapper/project.json | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Dapper.Contrib/Properties/AssemblyInfo.cs b/Dapper.Contrib/Properties/AssemblyInfo.cs index a8a073a..de92a91 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 9689d32..b7b2ab1 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 bf1d955..944b68b 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 71bb42a..18d7df6 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 c28c4b0..e49e804 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 21dbc13..281374f 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 01600df..eaeda60 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 d789c72..e5f008c 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 1c1825f..3ef64df 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 9971f3d..f7747cf 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.", -- GitLab