Skip to content

Commit de381f7

Browse files
update System.Data.SqlClient
update System.Data.SqlClient
2 parents ca69370 + 48c6e50 commit de381f7

58 files changed

Lines changed: 687 additions & 167 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.5.0/index.json renamed to Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.7.0/index.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"Dependencies": [
1919
{
2020
"Name": "System.Security.AccessControl",
21-
"Version": "4.5.0"
21+
"Version": "4.7.0"
2222
},
2323
{
2424
"Name": "System.Security.Principal.Windows",
25-
"Version": "4.5.0"
25+
"Version": "4.7.0"
2626
}
2727
]
2828
}
@@ -31,14 +31,14 @@
3131
{
3232
"Subject": "package",
3333
"Code": "MIT",
34-
"HRef": "https://github.com/dotnet/corefx/blob/master/LICENSE.TXT",
34+
"HRef": "https://licenses.nuget.org/MIT",
3535
"Description": null
3636
},
3737
{
3838
"Subject": "project",
3939
"Code": null,
40-
"HRef": "https://dot.net/",
41-
"Description": "License should be verified on https://dot.net/"
40+
"HRef": "https://github.com/dotnet/corefx",
41+
"Description": "License should be verified on https://github.com/dotnet/corefx"
4242
}
4343
]
4444
}

Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.5.0/package-LICENSE.txt renamed to Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.7.0/package-LICENSE.txt

File renamed without changes.

Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.5.0/package.nuspec renamed to Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.7.0/package.nuspec

Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>Microsoft.Win32.Registry</id>
5-
<version>4.5.0</version>
5+
<version>4.7.0</version>
66
<title>Microsoft.Win32.Registry</title>
77
<authors>Microsoft</authors>
88
<owners>microsoft,dotnetframework</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10-
<licenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</licenseUrl>
11-
<projectUrl>https://dot.net/</projectUrl>
10+
<license type="expression">MIT</license>
11+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
12+
<projectUrl>https://github.com/dotnet/corefx</projectUrl>
1213
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
1314
<description>Provides support for accessing and modifying the Windows Registry.
1415

@@ -19,72 +20,75 @@ Microsoft.Win32.RegistryValueKind
1920
Microsoft.Win32.RegistryHive
2021
Microsoft.Win32.RegistryView
2122

22-
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
2323
When using NuGet 3.x this package requires at least version 3.4.</description>
2424
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
25-
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
25+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
2626
<serviceable>true</serviceable>
2727
<dependencies>
2828
<group targetFramework="MonoAndroid1.0">
29-
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
30-
<dependency id="System.Security.AccessControl" version="4.5.0" />
31-
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
29+
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
30+
<dependency id="System.Security.AccessControl" version="4.7.0" />
31+
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
3232
</group>
3333
<group targetFramework="MonoTouch1.0">
34-
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
35-
<dependency id="System.Security.AccessControl" version="4.5.0" />
36-
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
34+
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
35+
<dependency id="System.Security.AccessControl" version="4.7.0" />
36+
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
3737
</group>
3838
<group targetFramework=".NETFramework4.6" />
3939
<group targetFramework=".NETFramework4.6.1">
40-
<dependency id="System.Security.AccessControl" version="4.5.0" />
41-
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
40+
<dependency id="System.Security.AccessControl" version="4.7.0" />
41+
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
42+
</group>
43+
<group targetFramework=".NETFramework4.7.2">
44+
<dependency id="System.Security.AccessControl" version="4.7.0" />
45+
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
4246
</group>
4347
<group targetFramework=".NETCoreApp2.0">
44-
<dependency id="System.Memory" version="4.5.0" exclude="Compile" />
45-
<dependency id="System.Security.AccessControl" version="4.5.0" />
46-
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
48+
<dependency id="System.Memory" version="4.5.3" exclude="Compile" />
49+
<dependency id="System.Security.AccessControl" version="4.7.0" />
50+
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
4751
</group>
4852
<group targetFramework=".NETCoreApp2.1">
49-
<dependency id="System.Security.AccessControl" version="4.5.0" />
50-
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
53+
<dependency id="System.Security.AccessControl" version="4.7.0" />
54+
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
5155
</group>
5256
<group targetFramework=".NETStandard1.3">
5357
<dependency id="NETStandard.Library" version="1.6.1" />
5458
</group>
5559
<group targetFramework=".NETStandard2.0">
56-
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
57-
<dependency id="System.Memory" version="4.5.0" exclude="Compile" />
58-
<dependency id="System.Security.AccessControl" version="4.5.0" />
59-
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
60+
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
61+
<dependency id="System.Memory" version="4.5.3" exclude="Compile" />
62+
<dependency id="System.Security.AccessControl" version="4.7.0" />
63+
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
6064
</group>
6165
<group targetFramework="UAP10.0.16299">
62-
<dependency id="System.Memory" version="4.5.0" exclude="Compile" />
66+
<dependency id="System.Memory" version="4.5.3" exclude="Compile" />
6367
</group>
64-
<group targetFramework="UAP10.0.16300" />
6568
<group targetFramework="Xamarin.iOS1.0">
66-
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
67-
<dependency id="System.Security.AccessControl" version="4.5.0" />
68-
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
69+
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
70+
<dependency id="System.Security.AccessControl" version="4.7.0" />
71+
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
6972
</group>
7073
<group targetFramework="Xamarin.Mac2.0">
71-
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
72-
<dependency id="System.Security.AccessControl" version="4.5.0" />
73-
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
74+
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
75+
<dependency id="System.Security.AccessControl" version="4.7.0" />
76+
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
7477
</group>
7578
<group targetFramework="Xamarin.TVOS1.0">
76-
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
77-
<dependency id="System.Security.AccessControl" version="4.5.0" />
78-
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
79+
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
80+
<dependency id="System.Security.AccessControl" version="4.7.0" />
81+
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
7982
</group>
8083
<group targetFramework="Xamarin.WatchOS1.0">
81-
<dependency id="System.Buffers" version="4.4.0" exclude="Compile" />
82-
<dependency id="System.Security.AccessControl" version="4.5.0" />
83-
<dependency id="System.Security.Principal.Windows" version="4.5.0" />
84+
<dependency id="System.Buffers" version="4.5.0" exclude="Compile" />
85+
<dependency id="System.Security.AccessControl" version="4.7.0" />
86+
<dependency id="System.Security.Principal.Windows" version="4.7.0" />
8487
</group>
8588
</dependencies>
8689
<frameworkAssemblies>
8790
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
91+
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.7.2" />
8892
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6" />
8993
</frameworkAssemblies>
9094
</metadata>

Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.5.0/readme.md renamed to Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.7.0/readme.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Microsoft.Win32.Registry [4.5.0](https://www.nuget.org/packages/Microsoft.Win32.Registry/4.5.0)
1+
Microsoft.Win32.Registry [4.7.0](https://www.nuget.org/packages/Microsoft.Win32.Registry/4.7.0)
22
--------------------
33

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

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

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

1313
Description
1414
-----------
@@ -21,7 +21,6 @@ Microsoft.Win32.RegistryValueKind
2121
Microsoft.Win32.RegistryHive
2222
Microsoft.Win32.RegistryView
2323

24-
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
2524
When using NuGet 3.x this package requires at least version 3.4.
2625

2726
Remarks
@@ -34,7 +33,7 @@ Dependencies 2
3433

3534
|Name|Version|
3635
|----------|:----|
37-
|[System.Security.AccessControl](../../../../packages/nuget.org/system.security.accesscontrol/4.5.0)|4.5.0|
38-
|[System.Security.Principal.Windows](../../../../packages/nuget.org/system.security.principal.windows/4.5.0)|4.5.0|
36+
|[System.Security.AccessControl](../../../../packages/nuget.org/system.security.accesscontrol/4.7.0)|4.7.0|
37+
|[System.Security.Principal.Windows](../../../../packages/nuget.org/system.security.principal.windows/4.7.0)|4.7.0|
3938

4039
*This page was generated by a tool.*

Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.5.0/remarks.md renamed to Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.7.0/remarks.md

File renamed without changes.

Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.5.0/third-party-notices.txt renamed to Build/third-party-libraries/packages/nuget.org/microsoft.win32.registry/4.7.0/third-party-notices.txt

File renamed without changes.

Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/4.5.0/index.json renamed to Build/third-party-libraries/packages/nuget.org/system.buffers/4.5.1/index.json

File renamed without changes.

Build/third-party-libraries/packages/nuget.org/system.data.sqlclient/4.5.1/package-LICENSE.txt renamed to Build/third-party-libraries/packages/nuget.org/system.buffers/4.5.1/package-LICENSE.txt

File renamed without changes.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata minClientVersion="2.12">
4+
<id>System.Buffers</id>
5+
<version>4.5.1</version>
6+
<title>System.Buffers</title>
7+
<authors>Microsoft</authors>
8+
<owners>microsoft,dotnetframework</owners>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<licenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</licenseUrl>
11+
<projectUrl>https://dot.net/</projectUrl>
12+
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
13+
<description>Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.
14+
15+
Commonly Used Types:
16+
System.Buffers.ArrayPool&lt;T&gt;
17+
18+
7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
19+
When using NuGet 3.x this package requires at least version 3.4.</description>
20+
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
21+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
22+
<serviceable>true</serviceable>
23+
<dependencies>
24+
<group targetFramework=".NETFramework4.5" />
25+
<group targetFramework=".NETFramework4.6.1" />
26+
<group targetFramework=".NETCoreApp2.0" />
27+
<group targetFramework=".NETStandard1.1">
28+
<dependency id="System.Diagnostics.Debug" version="4.3.0" exclude="Compile" />
29+
<dependency id="System.Diagnostics.Tracing" version="4.3.0" exclude="Compile" />
30+
<dependency id="System.Resources.ResourceManager" version="4.3.0" exclude="Compile" />
31+
<dependency id="System.Runtime" version="4.3.0" />
32+
<dependency id="System.Threading" version="4.3.0" exclude="Compile" />
33+
</group>
34+
<group targetFramework=".NETStandard2.0" />
35+
<group targetFramework=".NETPortable4.5-Profile111" />
36+
<group targetFramework="UAP10.0.16299" />
37+
<group targetFramework="Windows8.0" />
38+
<group targetFramework="WindowsPhoneApp8.1" />
39+
</dependencies>
40+
<frameworkAssemblies>
41+
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
42+
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.5" />
43+
</frameworkAssemblies>
44+
</metadata>
45+
</package>

Build/third-party-libraries/packages/nuget.org/system.diagnostics.diagnosticsource/4.5.0/readme.md renamed to Build/third-party-libraries/packages/nuget.org/system.buffers/4.5.1/readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
System.Diagnostics.DiagnosticSource [4.5.0](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/4.5.0)
1+
System.Buffers [4.5.1](https://www.nuget.org/packages/System.Buffers/4.5.1)
22
--------------------
33

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

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

1717
Commonly Used Types:
18-
System.Diagnostics.DiagnosticListener
19-
System.Diagnostics.DiagnosticSource
18+
System.Buffers.ArrayPool<T>
2019

21-
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
20+
7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
2221
When using NuGet 3.x this package requires at least version 3.4.
2322

2423
Remarks

0 commit comments

Comments
 (0)