diff --git a/.gitignore b/.gitignore index 16514fa..1a354a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ .vs/ bin/ obj/ -packages/ -paket-files/ *.user *.suo diff --git a/PocketSql.Lib/PocketSql.Lib.csproj b/PocketSql.Lib/PocketSql.Lib.csproj index 720b522..e4f9683 100644 --- a/PocketSql.Lib/PocketSql.Lib.csproj +++ b/PocketSql.Lib/PocketSql.Lib.csproj @@ -1,6 +1,7 @@ + PocketSql netstandard2.0 PocketSql T-SQL interpreter fit for testing @@ -8,10 +9,20 @@ Robert Koeninger PocketSql PocketSql + true + 0.1.0 + LICENSE.txt + + + True + + + + diff --git a/README.md b/README.md index 4899ca3..c0cce5b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/rkoeninger/PocketSql.svg?branch=master)](https://travis-ci.org/rkoeninger/PocketSql) +[![Latest Nuget](https://img.shields.io/nuget/v/PocketSql.svg)](https://www.nuget.org/packages/PocketSql) # PocketSql