mthamil / EFDocumentationGenerator

A Visual Studio plugin for the Entity Framework designer which pulls MS_Description properties from a database and populates an entity model with them.
Apache License 2.0
11 stars 5 forks source link

Update for Visual Studio 2017 #4

Closed mthamil closed 7 years ago

mthamil commented 7 years ago

Upgraded solution to work with Visual Studio 2017. This included replacing some direct sdk assembly references with nuget package references. The old versioning scheme was also removed and support for continuous integration through AppVeyor was added.