From 558b5b83e1ff3c9cd0c62021fe5cf4c50e182247 Mon Sep 17 00:00:00 2001 From: Frederik knust Date: Mon, 1 Feb 2016 19:11:24 +0100 Subject: [PATCH] - updated readme - updated version to 0.1.2 --- README.md | 2 +- VersionInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ace0e6..75d4119 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a driver for [LINQPad](https://www.linqpad.net) to add support for [PostgreSQL](http://www.postgresql.org) databases. This driver uses [LINQ to DB](https://github.com/linq2db/linq2db) to execute the LINQ queries and [Npgsql](http://www.npgsql.org) for the database access. In addition [Dapper](https://github.com/StackExchange/dapper-dot-net) is used for a more convenient database access during the model creation. -This driver has been tested with PostgreSQL 9.4.4 but should work with all versions supported by [LINQ to DB](https://github.com/linq2db/linq2db) v1.0.7.3 and [Npgsql](http://www.npgsql.org) v3.0.4. It can be used with [LINQPad](https://www.linqpad.net) versions 4 and 5. +This driver has been tested with PostgreSQL 9.4.4 but should work with all versions supported by [LINQ to DB](https://github.com/linq2db/linq2db) v1.0.7.3 and [Npgsql](http://www.npgsql.org) v3.0.5. It can be used with [LINQPad](https://www.linqpad.net) versions 4 and 5. ### Modifying data diff --git a/VersionInfo.cs b/VersionInfo.cs index ea2aa99..871ee0e 100644 --- a/VersionInfo.cs +++ b/VersionInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("0.1.1.0")] -[assembly: AssemblyFileVersion("0.1.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.1.2.0")] +[assembly: AssemblyFileVersion("0.1.2.0")] \ No newline at end of file