From 3af2287a34091f2673a4bd69153196a9d13ebc6f Mon Sep 17 00:00:00 2001 From: MerlinBot Date: Thu, 27 Feb 2025 17:34:05 +0000 Subject: [PATCH 1/2] Update .NET SDK to latest patch version --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From 6e05e5602872f4e223a6d629fdbe0ba55af08f5d Mon Sep 17 00:00:00 2001 From: "Abhishek Kumar (VS)" Date: Mon, 3 Mar 2025 19:17:28 +0000 Subject: [PATCH 2/2] Merged PR 1595052: Release notes for 170.28.0 Added release notes for 170.28.0 --- release-notes/170/170.28.0.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 release-notes/170/170.28.0.md 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