Skip to content

Commit

Permalink
update System.Data.SqlClient
Browse files Browse the repository at this point in the history
update System.Data.SqlClient
  • Loading branch information
max-ieremenko authored Nov 27, 2022
2 parents ca69370 + 48c6e50 commit de381f7
Show file tree
Hide file tree
Showing 58 changed files with 687 additions and 167 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"Dependencies": [
{
"Name": "System.Security.AccessControl",
"Version": "4.5.0"
"Version": "4.7.0"
},
{
"Name": "System.Security.Principal.Windows",
"Version": "4.5.0"
"Version": "4.7.0"
}
]
}
Expand All @@ -31,14 +31,14 @@
{
"Subject": "package",
"Code": "MIT",
"HRef": "https://github.com/dotnet/corefx/blob/master/LICENSE.TXT",
"HRef": "https://licenses.nuget.org/MIT",
"Description": null
},
{
"Subject": "project",
"Code": null,
"HRef": "https://dot.net/",
"Description": "License should be verified on https://dot.net/"
"HRef": "https://github.com/dotnet/corefx",
"Description": "License should be verified on https://github.com/dotnet/corefx"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>Microsoft.Win32.Registry</id>
<version>4.5.0</version>
<version>4.7.0</version>
<title>Microsoft.Win32.Registry</title>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</licenseUrl>
<projectUrl>https://dot.net/</projectUrl>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/dotnet/corefx</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>Provides support for accessing and modifying the Windows Registry.

Expand All @@ -19,72 +20,75 @@ Microsoft.Win32.RegistryValueKind
Microsoft.Win32.RegistryHive
Microsoft.Win32.RegistryView

30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<dependencies>
<group targetFramework="MonoAndroid1.0">
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.5.0" />
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.7.0" />
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
</group>
<group targetFramework="MonoTouch1.0">
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.5.0" />
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.7.0" />
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
</group>
<group targetFramework=".NETFramework4.6" />
<group targetFramework=".NETFramework4.6.1">
<dependency id="System.Security.AccessControl" version="4.5.0" />
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
<dependency id="System.Security.AccessControl" version="4.7.0" />
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
</group>
<group targetFramework=".NETFramework4.7.2">
<dependency id="System.Security.AccessControl" version="4.7.0" />
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
</group>
<group targetFramework=".NETCoreApp2.0">
<dependency id="System.Memory" version="4.5.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.5.0" />
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
<dependency id="System.Memory" version="4.5.3" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.7.0" />
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
</group>
<group targetFramework=".NETCoreApp2.1">
<dependency id="System.Security.AccessControl" version="4.5.0" />
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
<dependency id="System.Security.AccessControl" version="4.7.0" />
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
<dependency id="System.Memory" version="4.5.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.5.0" />
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
<dependency id="System.Memory" version="4.5.3" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.7.0" />
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
</group>
<group targetFramework="UAP10.0.16299">
<dependency id="System.Memory" version="4.5.0" exclude="Compile" />
<dependency id="System.Memory" version="4.5.3" exclude="Compile" />
</group>
<group targetFramework="UAP10.0.16300" />
<group targetFramework="Xamarin.iOS1.0">
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.5.0" />
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.7.0" />
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
</group>
<group targetFramework="Xamarin.Mac2.0">
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.5.0" />
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.7.0" />
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
</group>
<group targetFramework="Xamarin.TVOS1.0">
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.5.0" />
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.7.0" />
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
</group>
<group targetFramework="Xamarin.WatchOS1.0">
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.5.0" />
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
<dependency id="System.Security.AccessControl" version="4.7.0" />
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.7.2" />
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6" />
</frameworkAssemblies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft.Win32.Registry [4.5.0](https://www.nuget.org/packages/Microsoft.Win32.Registry/4.5.0)
Microsoft.Win32.Registry [4.7.0](https://www.nuget.org/packages/Microsoft.Win32.Registry/4.7.0)
--------------------

Used by: SqlDatabase
Expand All @@ -7,8 +7,8 @@ Target frameworks: net452, net5.0, net6.0, net7.0, netcoreapp3.1, netstandard2.0

License: [MIT](../../../../licenses/mit)

- package license: [MIT](https://github.com/dotnet/corefx/blob/master/LICENSE.TXT)
- project license: [Unknown](https://dot.net/) , License should be verified on https://dot.net/
- package license: [MIT](https://licenses.nuget.org/MIT)
- project license: [Unknown](https://github.com/dotnet/corefx) , License should be verified on https://github.com/dotnet/corefx

Description
-----------
Expand All @@ -21,7 +21,6 @@ Microsoft.Win32.RegistryValueKind
Microsoft.Win32.RegistryHive
Microsoft.Win32.RegistryView

30ab651fcb4354552bd4891619a0bdd81e0ebdbf
When using NuGet 3.x this package requires at least version 3.4.

Remarks
Expand All @@ -34,7 +33,7 @@ Dependencies 2

|Name|Version|
|----------|:----|
|[System.Security.AccessControl](../../../../packages/nuget.org/system.security.accesscontrol/4.5.0)|4.5.0|
|[System.Security.Principal.Windows](../../../../packages/nuget.org/system.security.principal.windows/4.5.0)|4.5.0|
|[System.Security.AccessControl](../../../../packages/nuget.org/system.security.accesscontrol/4.7.0)|4.7.0|
|[System.Security.Principal.Windows](../../../../packages/nuget.org/system.security.principal.windows/4.7.0)|4.7.0|

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>System.Buffers</id>
<version>4.5.1</version>
<title>System.Buffers</title>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</licenseUrl>
<projectUrl>https://dot.net/</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.

Commonly Used Types:
System.Buffers.ArrayPool&lt;T&gt;

7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
When using NuGet 3.x this package requires at least version 3.4.</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework=".NETCoreApp2.0" />
<group targetFramework=".NETStandard1.1">
<dependency id="System.Diagnostics.Debug" version="4.3.0" exclude="Compile" />
<dependency id="System.Diagnostics.Tracing" version="4.3.0" exclude="Compile" />
<dependency id="System.Resources.ResourceManager" version="4.3.0" exclude="Compile" />
<dependency id="System.Runtime" version="4.3.0" />
<dependency id="System.Threading" version="4.3.0" exclude="Compile" />
</group>
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETPortable4.5-Profile111" />
<group targetFramework="UAP10.0.16299" />
<group targetFramework="Windows8.0" />
<group targetFramework="WindowsPhoneApp8.1" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.5" />
</frameworkAssemblies>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
System.Diagnostics.DiagnosticSource [4.5.0](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/4.5.0)
System.Buffers [4.5.1](https://www.nuget.org/packages/System.Buffers/4.5.1)
--------------------

Used by: SqlDatabase
Expand All @@ -12,13 +12,12 @@ License: [MIT](../../../../licenses/mit)

Description
-----------
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.

Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource
System.Buffers.ArrayPool<T>

30ab651fcb4354552bd4891619a0bdd81e0ebdbf
7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
When using NuGet 3.x this package requires at least version 3.4.

Remarks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@
"Dependencies": [
{
"Name": "Microsoft.Win32.Registry",
"Version": "4.5.0"
"Version": "4.7.0"
},
{
"Name": "System.Security.Principal.Windows",
"Version": "4.5.0"
},
{
"Name": "System.Text.Encoding.CodePages",
"Version": "4.5.0"
"Version": "4.7.0"
}
]
}
Expand All @@ -35,14 +31,14 @@
{
"Subject": "package",
"Code": "MIT",
"HRef": "https://github.com/dotnet/corefx/blob/master/LICENSE.TXT",
"HRef": "https://licenses.nuget.org/MIT",
"Description": null
},
{
"Subject": "project",
"Code": null,
"HRef": "https://dot.net/",
"Description": "License should be verified on https://dot.net/"
"HRef": "https://github.com/dotnet/corefx",
"Description": "License should be verified on https://github.com/dotnet/corefx"
}
]
}
Loading

0 comments on commit de381f7

Please sign in to comment.