Skip to content

Commit f7df214

Browse files
Merge pull request #66 from max-ieremenko/update/Npgsql
update Npgsql
2 parents f2f3b76 + 8b31168 commit f7df214

File tree

114 files changed

+1898
-469
lines changed

Some content is hidden

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

114 files changed

+1898
-469
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"Source": "https://api.nuget.org/v3/index.json",
3+
"License": {
4+
"Code": "MIT",
5+
"Status": "AutomaticallyApproved"
6+
},
7+
"UsedBy": [
8+
{
9+
"Name": "SqlDatabase",
10+
"InternalOnly": false,
11+
"TargetFrameworks": [
12+
"netstandard2.0"
13+
],
14+
"Dependencies": [
15+
{
16+
"Name": "System.Threading.Tasks.Extensions",
17+
"Version": "4.5.4"
18+
}
19+
]
20+
}
21+
],
22+
"Licenses": [
23+
{
24+
"Subject": "package",
25+
"Code": "MIT",
26+
"HRef": "https://licenses.nuget.org/MIT"
27+
},
28+
{
29+
"Subject": "repository",
30+
"Code": "MIT",
31+
"HRef": "https://github.com/dotnet/runtime"
32+
},
33+
{
34+
"Subject": "project",
35+
"HRef": "https://dot.net/"
36+
}
37+
]
38+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>Microsoft.Bcl.AsyncInterfaces</id>
5+
<version>8.0.0</version>
6+
<authors>Microsoft</authors>
7+
<license type="expression">MIT</license>
8+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
9+
<icon>Icon.png</icon>
10+
<readme>PACKAGE.md</readme>
11+
<projectUrl>https://dot.net/</projectUrl>
12+
<description>Provides the IAsyncEnumerable&lt;T&gt; and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
13+
14+
Commonly Used Types:
15+
System.IAsyncDisposable
16+
System.Collections.Generic.IAsyncEnumerable
17+
System.Collections.Generic.IAsyncEnumerator</description>
18+
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
19+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
20+
<serviceable>true</serviceable>
21+
<repository type="git" url="https://github.com/dotnet/runtime" commit="5535e31a712343a63f5d7d796cd874e563e5ac14" />
22+
<dependencies>
23+
<group targetFramework=".NETFramework4.6.2">
24+
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
25+
</group>
26+
<group targetFramework=".NETStandard2.0">
27+
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
28+
</group>
29+
<group targetFramework=".NETStandard2.1" />
30+
</dependencies>
31+
</metadata>
32+
</package>
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Microsoft.Bcl.AsyncInterfaces [8.0.0](https://www.nuget.org/packages/Microsoft.Bcl.AsyncInterfaces/8.0.0)
2+
--------------------
3+
4+
Used by: SqlDatabase
5+
6+
Target frameworks: netstandard2.0
7+
8+
License: [MIT](../../../../licenses/mit)
9+
10+
- package license: [MIT](https://licenses.nuget.org/MIT)
11+
- repository license: [MIT](https://github.com/dotnet/runtime)
12+
- project license: [Unknown](https://dot.net/)
13+
14+
Description
15+
-----------
16+
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
17+
18+
Commonly Used Types:
19+
System.IAsyncDisposable
20+
System.Collections.Generic.IAsyncEnumerable
21+
System.Collections.Generic.IAsyncEnumerator
22+
23+
Remarks
24+
-----------
25+
no remarks
26+
27+
28+
Dependencies 1
29+
-----------
30+
31+
|Name|Version|
32+
|----------|:----|
33+
|[System.Threading.Tasks.Extensions](../../../../packages/nuget.org/system.threading.tasks.extensions/4.5.4)|4.5.4|
34+
35+
*This page was generated by a tool.*
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
{
1818
"Subject": "package",
1919
"Code": "MIT",
20-
"HRef": "https://github.com/dotnet/corefx/blob/master/LICENSE.TXT"
20+
"HRef": "https://licenses.nuget.org/MIT"
2121
},
2222
{
2323
"Subject": "project",
24-
"Code": null,
25-
"HRef": "https://dot.net/"
24+
"HRef": "https://github.com/dotnet/corefx"
2625
}
2726
]
2827
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
3+
<metadata minClientVersion="2.12">
4+
<id>Microsoft.Bcl.HashCode</id>
5+
<version>1.1.1</version>
6+
<title>Microsoft.Bcl.HashCode</title>
7+
<authors>Microsoft</authors>
8+
<owners>microsoft,dotnetframework</owners>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<license type="expression">MIT</license>
11+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
12+
<icon>Icon.png</icon>
13+
<projectUrl>https://github.com/dotnet/corefx</projectUrl>
14+
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
15+
<description>Provides the HashCode type for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
16+
17+
Commonly Used Types:
18+
System.HashCode
19+
20+
When using NuGet 3.x this package requires at least version 3.4.</description>
21+
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
22+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
23+
<serviceable>true</serviceable>
24+
<dependencies>
25+
<group targetFramework=".NETFramework4.6.1" />
26+
<group targetFramework=".NETCoreApp2.1" />
27+
<group targetFramework=".NETStandard2.0" />
28+
<group targetFramework=".NETStandard2.1" />
29+
</dependencies>
30+
<frameworkAssemblies>
31+
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
32+
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
33+
</frameworkAssemblies>
34+
</metadata>
35+
</package>

0 commit comments

Comments
 (0)