Skip to content

Commit c7ee37d

Browse files
review comments.
1 parent a659462 commit c7ee37d

File tree

4 files changed

+6
-18
lines changed

4 files changed

+6
-18
lines changed

CHANGELOG.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

7-
## [Preview Release 5.2.0-preview1.23109.1] - 2023-04-19
7+
## [Preview Release 5.2.0-preview1.23109.1] - 2023-04-20
88

99
This update brings the below changes over the previous release:
1010

@@ -33,13 +33,7 @@ This update brings the below changes over the previous release:
3333
- Add and use TryReadChars method. [#1544] (https://github.com/dotnet/SqlClient/pull/1544)
3434
- Removed reference to Microsoft.Win32.Registry since it's shipped starting with .NET 6.0. [#1974](https://github.com/dotnet/SqlClient/pull/1974)
3535
- Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. [#1848] (https://github.com/dotnet/SqlClient/pull/1848)
36-
37-
### Code health improvements
38-
39-
- Replaced calls to Method.GetCurrentMethod().Name with nameof(). [#1943] (https://github.com/dotnet/SqlClient/pull/1943)
40-
- Removed LINQ operations. [#1949] (https://github.com/dotnet/SqlClient/pull/1949)
41-
- Added allocation free path for close notifications. [#1198] (https://github.com/dotnet/SqlClient/pull/1198)
42-
- Stopped creation of parameter prefixed names. [#1829](https://github.com/dotnet/SqlClient/pull/1829)
36+
- Code health improvements:[#1943] (https://github.com/dotnet/SqlClient/pull/1943)[#1949] (https://github.com/dotnet/SqlClient/pull/1949)[#1198] (https://github.com/dotnet/SqlClient/pull/1198)[#1829](https://github.com/dotnet/SqlClient/pull/1829)
4337

4438
## [Stable release 5.1.1] - 2023-03-28
4539

release-notes/5.2/5.2.0-preview1.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## [Preview Release 5.2.0-preview1.23109.1] - 2023-04-19
3+
## [Preview Release 5.2.0-preview1.23109.1] - 2023-04-20
44

55
This update brings the below changes over the previous release:
66

@@ -29,13 +29,7 @@ This update brings the below changes over the previous release:
2929
- Add and use TryReadChars method. [#1544] (https://github.com/dotnet/SqlClient/pull/1544)
3030
- Removed reference to Microsoft.Win32.Registry since it's shipped starting with .NET 6.0. [#1974](https://github.com/dotnet/SqlClient/pull/1974)
3131
- Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. [#1848] (https://github.com/dotnet/SqlClient/pull/1848)
32-
33-
### Code health improvements
34-
35-
- Replaced calls to Method.GetCurrentMethod().Name with nameof(). [#1943] (https://github.com/dotnet/SqlClient/pull/1943)
36-
- Removed LINQ operations. [#1949] (https://github.com/dotnet/SqlClient/pull/1949)
37-
- Added allocation free path for close notifications. [#1198] (https://github.com/dotnet/SqlClient/pull/1198)
38-
- Stopped creation of parameter prefixed names. [#1829](https://github.com/dotnet/SqlClient/pull/1829)
32+
- Code health improvements:[#1943] (https://github.com/dotnet/SqlClient/pull/1943)[#1949] (https://github.com/dotnet/SqlClient/pull/1949)[#1198] (https://github.com/dotnet/SqlClient/pull/1198)[#1829](https://github.com/dotnet/SqlClient/pull/1829)
3933

4034
## Target Platform Support
4135

release-notes/5.2/5.2.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| Release Date | Version | Notes |
22
| :-- | :-- | :--: |
3-
| 2023/04/19 | 5.2.0-preview1.23109.1 | [release notes](5.2.0-preview1.md) |
3+
| 2023/04/20 | 5.2.0-preview1.23109.1 | [release notes](5.2.0-preview1.md) |

release-notes/5.2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| Release Date | Version | Notes |
22
| :-- | :-- | :--: |
3-
| 2023/04/19 | 5.2.0-preview1.23109.1 | [release notes](5.2.0-preview1.md) |
3+
| 2023/04/20 | 5.2.0-preview1.23109.1 | [release notes](5.2.0-preview1.md) |

0 commit comments

Comments
 (0)