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
SqlCmdPreprocessorpropertyEnableVariableReplacementInCommentstotrueto 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.