From 4602d3f8b496f622b7a131e3be34cacbb0b915ba Mon Sep 17 00:00:00 2001 From: Todd Menier Date: Fri, 16 Mar 2018 10:16:01 -0500 Subject: [PATCH] version bump --- AsyncPoco.Tests/Properties/AssemblyInfo.cs | 2 +- AsyncPoco/AsyncPoco.nuspec | 8 ++------ AsyncPoco/Properties/AssemblyInfo.cs | 4 ++-- LICENSE.txt | 2 +- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/AsyncPoco.Tests/Properties/AssemblyInfo.cs b/AsyncPoco.Tests/Properties/AssemblyInfo.cs index 90660284..f5d00f72 100644 --- a/AsyncPoco.Tests/Properties/AssemblyInfo.cs +++ b/AsyncPoco.Tests/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("AsyncPoco")] [assembly: AssemblyProduct("AsyncPoco.Tests")] -[assembly: AssemblyCopyright("Copyright © AsyncPoco 2017")] +[assembly: AssemblyCopyright("Copyright © AsyncPoco 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/AsyncPoco/AsyncPoco.nuspec b/AsyncPoco/AsyncPoco.nuspec index 09ea097c..6087748b 100644 --- a/AsyncPoco/AsyncPoco.nuspec +++ b/AsyncPoco/AsyncPoco.nuspec @@ -2,7 +2,7 @@ AsyncPoco - 1.2.0 + 1.2.1 AsyncPoco Todd Menier https://github.com/tmenier/AsyncPoco @@ -10,11 +10,7 @@ true A fully asynchronous fork of the popular PetaPoco micro-ORM, supporting data access using the TAP pattern and async/await keywords introduced in C# 5.0 and VB 11. All PetaPoco methods have been converted to their async equivalents (FetchAsync, InsertAsync, ExecuteAsync, etc.) where the underlying ADO.NET calls have async equivalents. Supports SQL Server, SQL Server CE, MySQL, and PostgreSQL. -1.2.0 - https://github.com/tmenier/AsyncPoco/releases/tag/1.1.0 -1.1.2 - Allow further modifying query after .SQL is called (thanks @rupe120), virtual methods for better extensibility (thanks @qstarin) -1.1.1 - Better support for LONG and LONG RAW types in Oracle (thanks @pjlammertyn) -1.1.0 - Support for composite keys (thanks @schotime), nullable enums, and ComputedColumn attribute (thanks @JustinStolle) -1.0.1 - Fixed reported potential NullReferenceException in identifying DB platform +https://github.com/tmenier/AsyncPoco/releases orm micro-orm microorm micro petapoco database sql async await asynchronous poco diff --git a/AsyncPoco/Properties/AssemblyInfo.cs b/AsyncPoco/Properties/AssemblyInfo.cs index 071ac90e..4db2eeb9 100644 --- a/AsyncPoco/Properties/AssemblyInfo.cs +++ b/AsyncPoco/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("AsyncPoco")] -[assembly: AssemblyVersion("1.2.0")] +[assembly: AssemblyVersion("1.2.1")] [assembly: AssemblyDescription("A fully asynchronous fork of the popular PetaPoco micro-ORM.")] [assembly: AssemblyCompany("Topten Software, Todd Menier")] [assembly: AssemblyProduct("AsyncPoco")] -[assembly: AssemblyCopyright("Copyright © Todd Menier 2014, PetaPoco Copyright © 2011-2012 Topten Software")] +[assembly: AssemblyCopyright("Copyright © Todd Menier 2018, PetaPoco Copyright © 2011-2012 Topten Software")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/LICENSE.txt b/LICENSE.txt index 34b5092f..2cd654bb 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -AsyncPoco - Copyright (C) 2014 (tmenier@gmail.com) +AsyncPoco - Copyright (C) 2018 (tmenier@gmail.com) AsyncPoco is a fork of PetaPoco and is bound by the same licensing terms. PetaPoco - Copyright (C) 2011-2011 Topten Software (contact@toptensoftware.com)