diff --git a/global.json b/global.json index 7d8d343..0aca628 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.405", + "version": "8.0.406", "rollForward": "latestMajor" }, "msbuild-sdks": { diff --git a/release-notes/170/170.28.0.md b/release-notes/170/170.28.0.md new file mode 100644 index 0000000..7df6a93 --- /dev/null +++ b/release-notes/170/170.28.0.md @@ -0,0 +1,24 @@ +# Release Notes + +## Microsoft.SqlServer.TransactSql.ScriptDom 170.28.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.406 + +#### .NET Framework +#### .NET Core + +### New Features +* Added a new ScriptGeneratorOption to control the number of newlines between statements. + +### Fixed + +### Changes +### Known Issues