Skip to content

Sync Repos: Bring commits for release 170.28.0 #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.405",
"version": "8.0.406",
"rollForward": "latestMajor"
},
"msbuild-sdks": {
Expand Down
24 changes: 24 additions & 0 deletions release-notes/170/170.28.0.md
Original file line number Diff line number Diff line change
@@ -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
Loading