Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier committed Mar 16, 2018
1 parent 07482cc commit 4602d3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AsyncPoco.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down
8 changes: 2 additions & 6 deletions AsyncPoco/AsyncPoco.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>AsyncPoco</id>
<version>1.2.0</version>
<version>1.2.1</version>
<title>AsyncPoco</title>
<authors>Todd Menier</authors>
<projectUrl>https://github.com/tmenier/AsyncPoco</projectUrl>
<licenseUrl>http://www.toptensoftware.com/petapoco/license</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>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.</description>
<releaseNotes>
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
</releaseNotes>
<tags>orm micro-orm microorm micro petapoco database sql async await asynchronous poco</tags>
<frameworkAssemblies>
Expand Down
4 changes: 2 additions & 2 deletions AsyncPoco/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AsyncPoco - Copyright (C) 2014 ([email protected])
AsyncPoco - Copyright (C) 2018 ([email protected])
AsyncPoco is a fork of PetaPoco and is bound by the same licensing terms.

PetaPoco - Copyright (C) 2011-2011 Topten Software ([email protected])
Expand Down

0 comments on commit 4602d3f

Please sign in to comment.