From 9c5f2d6985eff894c55a90d5ec5030e7bd0c0d1d Mon Sep 17 00:00:00 2001 From: Leila Lali Date: Fri, 24 Jan 2025 19:56:22 +0000 Subject: [PATCH 1/2] Merged PR 1560329: Changing target 462 to 472 Changing target 462 to 472 ---- Deprecation and target framework update. This pull request updates the target framework from .NET 4.6.2 to .NET 4.7.2 and adjusts related configurations and documentation. - Added release notes in `/release-notes/170/170.20.0.md` detailing the changes. - Updated `.pipelines/runTests.yml` to run tests for .NET 4.7.2 instead of .NET 4.6.2. - Modified `/Directory.Build.props` and `/Test/Directory.Build.props` to set the default target framework to .NET 4.7.2. --- Directory.Build.props | 2 +- release-notes/170/170.20.0.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 release-notes/170/170.20.0.md diff --git a/Directory.Build.props b/Directory.Build.props index a0657eb..d72f0a6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -26,7 +26,7 @@ - net462 + net472 netstandard2.1 netstandard2.0 net8.0 diff --git a/release-notes/170/170.20.0.md b/release-notes/170/170.20.0.md new file mode 100644 index 0000000..f4e12f9 --- /dev/null +++ b/release-notes/170/170.20.0.md @@ -0,0 +1,24 @@ +# Release Notes + +## Microsoft.SqlServer.TransactSql.ScriptDom 170.20.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.404 + +#### .NET Framework +#### .NET Core + +### New Features +### Fixed + +### Changes +* Dropped support for .NET 4.6.2 +* Added support for .NET 4.7.2 +### Known Issues From e81a6e277edb6f4d8065c1e0bc72a81d9c589c07 Mon Sep 17 00:00:00 2001 From: Leila Lali Date: Fri, 31 Jan 2025 17:48:46 +0000 Subject: [PATCH 2/2] Merged PR 1566486: Updating the release notes and fixing the version Updating the release notes and fixing the version ---- #### AI description (iteration 1) #### PR Classification Documentation #### PR Summary This pull request updates the release notes and fixes the version number. - Moved `/release-notes/170/170.20.0.md` to `/release-notes/170/170.23.0.md` --- release-notes/170/{170.20.0.md => 170.23.0.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename release-notes/170/{170.20.0.md => 170.23.0.md} (90%) diff --git a/release-notes/170/170.20.0.md b/release-notes/170/170.23.0.md similarity index 90% rename from release-notes/170/170.20.0.md rename to release-notes/170/170.23.0.md index f4e12f9..cf5a8ec 100644 --- a/release-notes/170/170.20.0.md +++ b/release-notes/170/170.23.0.md @@ -1,6 +1,6 @@ # Release Notes -## Microsoft.SqlServer.TransactSql.ScriptDom 170.20.0 +## Microsoft.SqlServer.TransactSql.ScriptDom 170.23.0 This update brings the below changes over the previous release: ### Target Platform Support