Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.28 KB

File metadata and controls

36 lines (28 loc) · 1.28 KB

Changes in Prequel

This file documents all notable changes.

Most lines should begin with one of these words: Add, Fix, Update, Change, Deprecate, Remove.

  • Change license from ISC to MIT.
  • Add .NET 8.0 target framework.
  • Add optional variable replacement in comments. Set the SqlCmdPreprocessor property EnableVariableReplacementInComments to true to enable this feature.
  • Fix - not recognized in $(…) syntax.
  • Fix packaging issues:
    • Enable deterministic build.
    • Embed untracked sources in symbols package.
  • Fix incorrect result or index-out-of-range exception when multiple variable replacements occur in a quoted string or in a quoted identifier.
  • Fix missing IntelliSense.

Initial release.