Skip to content

Commit

Permalink
readme: nuget link
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Apr 21, 2018
1 parent 4c2f591 commit 998e64a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# SqlDatabase
# SqlDatabase
SqlDatabase is a command line tool for SQL Server, allows executing scripts and database migrations.

[![NuGet Version](https://img.shields.io/nuget/v/SqlDatabase.svg?style=flat-square)](https://www.nuget.org/packages/SqlDatabase/) or download the [latest release](https://github.com/max-ieremenko/SqlDatabase/releases).

#### Requirements

Microsoft [.NET Framework 4.5.2](https://www.microsoft.com/en-us/download/details.aspx?id=42642) or higher.

#### Download

Download the [latest release](https://github.com/max-ieremenko/SqlDatabase/releases).

#### CLI
```bash
$ SqlDatabase.exe create
Expand Down
2 changes: 2 additions & 0 deletions package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<files>
<file src="build.out\SqlDatabase.exe"
target="tools" />
<file src="build.out\SqlDatabase.pdb"
target="tools" />
<file src="build.out\SqlDatabase.exe.config"
target="tools" />
</files>
Expand Down

0 comments on commit 998e64a

Please sign in to comment.