diff --git a/release-notes/170/170.64.0.md b/release-notes/170/170.64.0.md new file mode 100644 index 0000000..8f63da3 --- /dev/null +++ b/release-notes/170/170.64.0.md @@ -0,0 +1,27 @@ +# Release Notes + +## Microsoft.SqlServer.TransactSql.ScriptDom 170.64.0 +This update brings the below changes over the previous release: + +### Target Platform Support + +* .NET Framework 4.7.2 (Windows x86, Windows x64) +* .NET 8 (Windows x86, Windows x64, Linux, macOS) +* .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS) + +### Dependencies +* Updates.NET SDK to latest patch version 8.0.411 + +#### .NET Framework +#### .NET Core + +### New Features +* Adds support for `MANUAL_CUTOVER` and `PERFORM_CUTOVER` in `ALTER DATABASE` options. +* Adds supports for `ORDER` clause on nonclustered columnstore indexes. + +### Fixed + +### Changes +* Updated Fabric DW syntax to better match the definition for identity columns. + +### Known Issues