Skip to content

Commit

Permalink
doc fix: VSIX for VS2019 support
Browse files Browse the repository at this point in the history
(cherry picked from commit 7503627)
  • Loading branch information
kato-sho authored and austindrenski committed Jul 12, 2019
1 parent 87a2a5a commit 4ae8325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ddex.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The VSIX doesn't automatically add Npgsql to your GAC, `App.config`, `machines.c

## Visual Studio Compatibility

The VSIX extension has been tested and works on Visual Studio 2015 and 2017. It is probably compatible with versions all the way back to 2012, but these haven't been tested. Note that installing into pre-2015 versions will display a warning, although it should be safe to proceed.
The VSIX extension has been tested and works on Visual Studio 2015, 2017 and 2019. It is probably compatible with versions all the way back to 2012, but these haven't been tested. Note that installing into pre-2015 versions will display a warning, although it should be safe to proceed.

## Upgrading from an older version

Expand All @@ -28,4 +28,4 @@ The extension supports generating a model from an existing database. To do so, i

## Development

Development on the VSIX is currently possible only on Visual Studio 2017. Be sure to install the "Visual Studio extension development" workload.
Development on the VSIX is currently possible only on Visual Studio 2017, 2019. Be sure to install the "Visual Studio extension development" workload.

0 comments on commit 4ae8325

Please sign in to comment.