Skip to content

Commit 558b5b8

Browse files
committed
- updated readme
- updated version to 0.1.2
1 parent 5754409 commit 558b5b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

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.4. It can be used with [LINQPad](https://www.linqpad.net) versions 4 and 5.
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.
66

77
### Modifying data
88

VersionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("0.1.1.0")]
4-
[assembly: AssemblyFileVersion("0.1.1.0")]
3+
[assembly: AssemblyVersion("0.1.2.0")]
4+
[assembly: AssemblyFileVersion("0.1.2.0")]

0 commit comments

Comments
 (0)