Skip to content

Commit f27c90d

Browse files
abhikumAbhishek Kumar (VS)
andauthored
Sync Repos: Bring commits for release 170.28.0 (#122)
* Update .NET SDK to latest patch version * Merged PR 1595052: Release notes for 170.28.0 Added release notes for 170.28.0 --------- Co-authored-by: MerlinBot <MerlinBot> Co-authored-by: Abhishek Kumar (VS) <[email protected]>
1 parent d6b96a8 commit f27c90d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.405",
3+
"version": "8.0.406",
44
"rollForward": "latestMajor"
55
},
66
"msbuild-sdks": {

release-notes/170/170.28.0.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Release Notes
2+
3+
## Microsoft.SqlServer.TransactSql.ScriptDom 170.28.0
4+
This update brings the below changes over the previous release:
5+
6+
### Target Platform Support
7+
8+
* .NET Framework 4.7.2 (Windows x86, Windows x64)
9+
* .NET 8 (Windows x86, Windows x64, Linux, macOS)
10+
* .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)
11+
12+
### Dependencies
13+
* Updates.NET SDK to latest patch version 8.0.406
14+
15+
#### .NET Framework
16+
#### .NET Core
17+
18+
### New Features
19+
* Added a new ScriptGeneratorOption to control the number of newlines between statements.
20+
21+
### Fixed
22+
23+
### Changes
24+
### Known Issues

0 commit comments

Comments
 (0)