Skip to content

Commit

Permalink
up'd version for 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier committed Aug 14, 2016
1 parent d0055b5 commit b67388f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions AsyncPoco/AsyncPoco.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>AsyncPoco</id>
<version>1.1.2</version>
<version>1.2.0</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.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
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
</releaseNotes>
<tags>orm micro-orm microorm micro petapoco database sql async await asynchronous poco</tags>
<frameworkAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion AsyncPoco/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("AsyncPoco")]
[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyDescription("A fully asynchronous fork of the popular PetaPoco micro-ORM.")]
[assembly: AssemblyCompany("Topten Software, Todd Menier")]
[assembly: AssemblyProduct("AsyncPoco")]
Expand Down

0 comments on commit b67388f

Please sign in to comment.