TaoK / PoorMansTSqlFormatter

A small free .Net and JS library (with demo UI, command-line bulk formatter, SSMS/VS add-in, notepad++ plugin, winmerge plugin, and demo webpage) for reformatting and coloring T-SQL code to the user's preferences.
http://www.architectshack.com/PoorMansTSqlFormatter.ashx
GNU Affero General Public License v3.0
969 stars 268 forks source link

Support SSMS version 17.5 #197

Open Huji opened 6 years ago

Huji commented 6 years ago

Please update the code to support SSMS version 17.5 (which was released about one month ago), and please also post the new compiled executable online so that users of SSMS 17.5 can easily download and install PMTSF

dekenless commented 6 years ago

And it would be great if the .NET Framework 2.0 dependency was removed.

TaoK commented 5 years ago

As noted elsewhere, as far as I know, the previous installer supported SSMS versions all the way to 17.9.

Furthermore, the installer now supports SSMS 18: https://twitter.com/PoorSQL/status/1155471888145141761

Do you have any more details on the issue you were encountering?

it would be great if the .NET Framework 2.0 dependency was removed

this makes a lot of sense, it's tracked separately in #199