-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MSqlServerServer] | Release Note v1.0 (#1491)
- Loading branch information
1 parent
54ab5ae
commit b9dd969
Showing
3 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Release Notes | ||
|
||
## General Availability of Microsoft.SqlServer.Server | ||
|
||
_**1.0.0 released 28 January 2022**_ | ||
|
||
This is the initial public stable release of the **Microsoft.SqlServer.Server** namespace in a separate assembly. This library is a dependency for **Microsoft.Data.SqlClient** enabling cross framework support of UDT types. | ||
|
||
### Supported types | ||
|
||
#### Targeting .NET Standard 2.0 | ||
|
||
- Microsoft.SqlServer.Server.DataAccessKind | ||
- Microsoft.SqlServer.Server.Format | ||
- Microsoft.SqlServer.Server.IBinarySerialize | ||
- Microsoft.SqlServer.Server.InvalidUdtException | ||
- Microsoft.SqlServer.Server.SqlFacetAttribute | ||
- Microsoft.SqlServer.Server.SqlFunctionAttribute | ||
- Microsoft.SqlServer.Server.SqlMethodAttribute | ||
- Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute | ||
- Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute | ||
- Microsoft.SqlServer.Server.SystemDataAccessKind | ||
|
||
#### Targeting .NET Framework 4.6+ | ||
|
||
Following types forwarded to `System.Data`: | ||
|
||
- Microsoft.SqlServer.Server.DataAccessKind | ||
- Microsoft.SqlServer.Server.Format | ||
- Microsoft.SqlServer.Server.IBinarySerialize | ||
- Microsoft.SqlServer.Server.InvalidUdtException | ||
- Microsoft.SqlServer.Server.SqlFacetAttribute | ||
- Microsoft.SqlServer.Server.SqlFunctionAttribute | ||
- Microsoft.SqlServer.Server.SqlMethodAttribute | ||
- Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute | ||
- Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute | ||
- Microsoft.SqlServer.Server.SystemDataAccessKind | ||
|
||
## Target Platform Support | ||
|
||
- .NET Framework 4.6+ (Windows x86, Windows x64) | ||
- .NET Standard 2.0 (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Microsoft.SqlServer.Server 1.0 Releases | ||
|
||
The following Microsoft.SqlServer.Server 1.0 stable release has been shipped: | ||
|
||
| Release Date | Description | Notes | | ||
| :-- | :-- | :--: | | ||
| 2022/01/28 | 1.0.0 | [release notes](1.0.0.md) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters