Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 1.96 KB

Domain Values Extension for Visual Studio

Build status License: MIT

Download this extension from the VSGallery or get the CI build.

Features that have a checkmark are complete and available for download in the CI build.

Change log

These are the changes to each version that has been released on the official Visual Studio extension gallery.

1.8

  • Move core logic into a shared project.
  • Update to work with Visual Studio 2022.
  • Fix - Item template was not visible in dialog for shared projects.
  • Fix - Enum file does not generate in shared project under certain conditions.

1.7

  • Fix - Removing enum definition didn't delete the generated .cs file.

1.6

  • Renaming file was buggy in .NET Stanadrd/Core projects.
  • Enum did not appear as child of dv file in .NET Standard/Core projects.

1.5

  • Visual Studio 2019 support

1.4

  • Table alignment - now aligns all rows in a block.
  • Support for comments (Ctrl+K, Ctrl+C / Ctrl+U).
  • Support for Format Document (Ctrl+K, Ctrl+D).
  • Support for Format Selection (Ctrl+K, Ctrl+F).
  • Fix - Text is not coloured correctly when a tab is used between keyword and parameter.
  • Fix - Removed reference to System in item templates to prevent error when using new project format.
  • Path of generator file appears in sql output (comment).

1.3

  • Fix - Saving Empty Document causes "Sequence contains no elements" exception.

1.2

  • Update projects to 2017 format.
  • Replaced default icons.

1.1

  • Compatible with Visual Studio 2017.

1.0

  • Initial release.