From 8a875b874324e3f5e4c19839a34cac995c7bb3cb Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Thu, 8 May 2014 14:34:58 +0100 Subject: [PATCH] 1.21 metadata --- Dapper NET40/Properties/AssemblyInfo.cs | 4 ++-- Dapper.Contrib.Tests/Properties/AssemblyInfo.cs | 4 ++-- Dapper.Contrib/Properties/AssemblyInfo.cs | 4 ++-- Dapper.SqlBuilder/Properties/AssemblyInfo.cs | 4 ++-- DapperTests NET35/Properties/AssemblyInfo.cs | 4 ++-- DapperTests NET45/Properties/AssemblyInfo.cs | 4 ++-- Tests/Properties/AssemblyInfo.cs | 4 ++-- dapper.nuspec | 3 ++- 8 files changed, 16 insertions(+), 15 deletions(-) diff --git a/Dapper NET40/Properties/AssemblyInfo.cs b/Dapper NET40/Properties/AssemblyInfo.cs index 6ed22cb..542515b 100644 --- a/Dapper NET40/Properties/AssemblyInfo.cs +++ b/Dapper NET40/Properties/AssemblyInfo.cs @@ -32,5 +32,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.20.0.0")] -[assembly: AssemblyFileVersion("1.20.0.0")] +[assembly: AssemblyVersion("1.21.0.0")] +[assembly: AssemblyFileVersion("1.21.0.0")] diff --git a/Dapper.Contrib.Tests/Properties/AssemblyInfo.cs b/Dapper.Contrib.Tests/Properties/AssemblyInfo.cs index 8ff5354..6398d36 100644 --- a/Dapper.Contrib.Tests/Properties/AssemblyInfo.cs +++ b/Dapper.Contrib.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.20.0.0")] -[assembly: AssemblyFileVersion("1.20.0.0")] +[assembly: AssemblyVersion("1.21.0.0")] +[assembly: AssemblyFileVersion("1.21.0.0")] diff --git a/Dapper.Contrib/Properties/AssemblyInfo.cs b/Dapper.Contrib/Properties/AssemblyInfo.cs index 564732f..4479a27 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.20.0.0")] -[assembly: AssemblyFileVersion("1.20.0.0")] +[assembly: AssemblyVersion("1.21.0.0")] +[assembly: AssemblyFileVersion("1.21.0.0")] diff --git a/Dapper.SqlBuilder/Properties/AssemblyInfo.cs b/Dapper.SqlBuilder/Properties/AssemblyInfo.cs index fe23a21..03b3795 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.20.0.0")] -[assembly: AssemblyFileVersion("1.20.0.0")] +[assembly: AssemblyVersion("1.21.0.0")] +[assembly: AssemblyFileVersion("1.21.0.0")] diff --git a/DapperTests NET35/Properties/AssemblyInfo.cs b/DapperTests NET35/Properties/AssemblyInfo.cs index 2c3965b..6775db0 100644 --- a/DapperTests NET35/Properties/AssemblyInfo.cs +++ b/DapperTests NET35/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.20.0.0")] -[assembly: AssemblyFileVersion("1.20.0.0")] +[assembly: AssemblyVersion("1.21.0.0")] +[assembly: AssemblyFileVersion("1.21.0.0")] diff --git a/DapperTests NET45/Properties/AssemblyInfo.cs b/DapperTests NET45/Properties/AssemblyInfo.cs index 80b4247..4855447 100644 --- a/DapperTests NET45/Properties/AssemblyInfo.cs +++ b/DapperTests NET45/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.20.0.0")] -[assembly: AssemblyFileVersion("1.20.0.0")] +[assembly: AssemblyVersion("1.21.0.0")] +[assembly: AssemblyFileVersion("1.21.0.0")] diff --git a/Tests/Properties/AssemblyInfo.cs b/Tests/Properties/AssemblyInfo.cs index 2b3d412..fff358c 100644 --- a/Tests/Properties/AssemblyInfo.cs +++ b/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.20.0.0")] -[assembly: AssemblyFileVersion("1.20.0.0")] +[assembly: AssemblyVersion("1.21.0.0")] +[assembly: AssemblyFileVersion("1.21.0.0")] diff --git a/dapper.nuspec b/dapper.nuspec index 592b06b..3a38e5d 100644 --- a/dapper.nuspec +++ b/dapper.nuspec @@ -2,7 +2,7 @@ Dapper - 1.20 + 1.21 Dapper dot net Sam Saffron,Marc Gravell Sam Saffron,Marc Gravell @@ -19,6 +19,7 @@ + * 1.21 - Limit literals to numeric types; for enums, use value not name * 1.20 - Improved async support in .NET 4.5 (lots of contributions from users here, including JasonPunyon, kwaclaw, tugberkugurlu, and mgravell); * Now supports literal replacement via {=foo}; new ExecuteReader method (via JJoe2); support for ICustomQueryParameter * dictionary members (via Blackjacketmack); culture sensitivity (via tms); fixes for time parameters (via olegKoshmeliuk); -- GitLab