|  | 
|  | 1 | +# Release Notes | 
|  | 2 | + | 
|  | 3 | +## Microsoft.Data.SqlClient 1.1.0-preview1.19275.1 released 2 October 2019 | 
|  | 4 | + | 
|  | 5 | +This update brings the below changes over the previous release: | 
|  | 6 | + | 
|  | 7 | +### Added | 
|  | 8 | + | 
|  | 9 | +- Added SqlFileStream support for .NET Framework with `Microsoft.Data.SqlTypes.SqlFileStream` class introduced. [#210](https://github.com/dotnet/SqlClient/pull/210) | 
|  | 10 | +- Added support for Visual Studio Intellisense with XML Documentation. [#210](https://github.com/dotnet/SqlClient/pull/210) | 
|  | 11 | + | 
|  | 12 | +### Changes | 
|  | 13 | + | 
|  | 14 | +- Synchronized ref definitions with driver classes. [#180](https://github.com/dotnet/SqlClient/pull/180) | 
|  | 15 | +- Updated `SNINativeMethodWrapper` to provide the underlying error in the inner exception when we fail to load SNI.dll. [#225](https://github.com/dotnet/SqlClient/pull/225) | 
|  | 16 | +- Added .editorconfig file and set formatting rules. [#193](https://github.com/dotnet/SqlClient/pull/193) | 
|  | 17 | +- Changes done to handle statistics well and to cleanup `AutoResetEvent` on disconnect. [#232](https://github.com/dotnet/SqlClient/pull/232) | 
|  | 18 | + | 
|  | 19 | + | 
|  | 20 | +## Target Platform Support | 
|  | 21 | + | 
|  | 22 | +- .NET Framework 4.6+ | 
|  | 23 | +- .NET Core 2.1+ (Windows x86, Windows x64, Linux, macOS) | 
|  | 24 | +- .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS) | 
|  | 25 | + | 
|  | 26 | +### Dependencies | 
|  | 27 | + | 
|  | 28 | +#### .NET Framework | 
|  | 29 | + | 
|  | 30 | +- System.Data.Common 4.3.0 | 
|  | 31 | +- Microsoft.Data.SqlClient.SNI 1.0.19235.1 | 
|  | 32 | +- Microsoft.Identity.Client 3.0.8 | 
|  | 33 | + | 
|  | 34 | +#### .NET Core | 
|  | 35 | + | 
|  | 36 | +- Microsoft.Win32.Registry 4.5.0 | 
|  | 37 | +- runtime.native.System.Data.SqlClient.sni 4.4.0 | 
|  | 38 | +- System.Security.Principal.Windows 4.5.0 | 
|  | 39 | +- System.Text.Encoding.CodePages 4.5.0 | 
|  | 40 | +- System.Configuration.ConfigurationManager 4.5.0 | 
|  | 41 | +- Microsoft.Identity.Client 3.0.8 | 
|  | 42 | + | 
|  | 43 | +#### .NET Standard | 
|  | 44 | + | 
|  | 45 | +- Microsoft.Win32.Registry 4.5.0 | 
|  | 46 | +- runtime.native.System.Data.SqlClient.sni 4.4.0 | 
|  | 47 | +- System.Buffers 4.4.0 | 
|  | 48 | +- System.Diagnostics.DiagnosticSource 4.5.0 | 
|  | 49 | +- System.Memory 4.5.1 | 
|  | 50 | +- System.Security.Principal.Windows 4.5.0 | 
|  | 51 | +- System.Text.Encoding.CodePages 4.5.0 | 
|  | 52 | +- System.Configuration.ConfigurationManager 4.5.0 | 
|  | 53 | +- Microsoft.Identity.Client 3.0.8 | 
0 commit comments