Skip to content

Commit

Permalink
Merge pull request #66 from max-ieremenko/update/Npgsql
Browse files Browse the repository at this point in the history
update Npgsql
  • Loading branch information
max-ieremenko authored Nov 4, 2024
2 parents f2f3b76 + 8b31168 commit f7df214
Show file tree
Hide file tree
Showing 114 changed files with 1,898 additions and 469 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"Source": "https://api.nuget.org/v3/index.json",
"License": {
"Code": "MIT",
"Status": "AutomaticallyApproved"
},
"UsedBy": [
{
"Name": "SqlDatabase",
"InternalOnly": false,
"TargetFrameworks": [
"netstandard2.0"
],
"Dependencies": [
{
"Name": "System.Threading.Tasks.Extensions",
"Version": "4.5.4"
}
]
}
],
"Licenses": [
{
"Subject": "package",
"Code": "MIT",
"HRef": "https://licenses.nuget.org/MIT"
},
{
"Subject": "repository",
"Code": "MIT",
"HRef": "https://github.com/dotnet/runtime"
},
{
"Subject": "project",
"HRef": "https://dot.net/"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Bcl.AsyncInterfaces</id>
<version>8.0.0</version>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<readme>PACKAGE.md</readme>
<projectUrl>https://dot.net/</projectUrl>
<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.

Commonly Used Types:
System.IAsyncDisposable
System.Collections.Generic.IAsyncEnumerable
System.Collections.Generic.IAsyncEnumerator</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/runtime" commit="5535e31a712343a63f5d7d796cd874e563e5ac14" />
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Microsoft.Bcl.AsyncInterfaces [8.0.0](https://www.nuget.org/packages/Microsoft.Bcl.AsyncInterfaces/8.0.0)
--------------------

Used by: SqlDatabase

Target frameworks: netstandard2.0

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

- package license: [MIT](https://licenses.nuget.org/MIT)
- repository license: [MIT](https://github.com/dotnet/runtime)
- project license: [Unknown](https://dot.net/)

Description
-----------
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.

Commonly Used Types:
System.IAsyncDisposable
System.Collections.Generic.IAsyncEnumerable
System.Collections.Generic.IAsyncEnumerator

Remarks
-----------
no remarks


Dependencies 1
-----------

|Name|Version|
|----------|:----|
|[System.Threading.Tasks.Extensions](../../../../packages/nuget.org/system.threading.tasks.extensions/4.5.4)|4.5.4|

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
{
"Subject": "package",
"Code": "MIT",
"HRef": "https://github.com/dotnet/corefx/blob/master/LICENSE.TXT"
"HRef": "https://licenses.nuget.org/MIT"
},
{
"Subject": "project",
"Code": null,
"HRef": "https://dot.net/"
"HRef": "https://github.com/dotnet/corefx"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>Microsoft.Bcl.HashCode</id>
<version>1.1.1</version>
<title>Microsoft.Bcl.HashCode</title>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<projectUrl>https://github.com/dotnet/corefx</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<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.

Commonly Used Types:
System.HashCode

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.6.1" />
<group targetFramework=".NETCoreApp2.1" />
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.1" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
</frameworkAssemblies>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Microsoft.Bcl.HashCode [1.1.1](https://www.nuget.org/packages/Microsoft.Bcl.HashCode/1.1.1)
--------------------

Used by: SqlDatabase

Target frameworks: netstandard2.0

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

- package license: [MIT](https://licenses.nuget.org/MIT)
- project license: [Unknown](https://github.com/dotnet/corefx)

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.

Commonly Used Types:
System.HashCode

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

Remarks
-----------
no remarks


Dependencies 0
-----------


*This page was generated by a tool.*
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"Source": "https://api.nuget.org/v3/index.json",
"License": {
"Code": "MIT",
"Status": "AutomaticallyApproved"
},
"UsedBy": [
{
"Name": "SqlDatabase",
"InternalOnly": false,
"TargetFrameworks": [
"netstandard2.0"
],
"Dependencies": [
{
"Name": "Microsoft.Bcl.AsyncInterfaces",
"Version": "8.0.0"
},
{
"Name": "System.Threading.Tasks.Extensions",
"Version": "4.5.4"
}
]
}
],
"Licenses": [
{
"Subject": "package",
"Code": "MIT",
"HRef": "https://licenses.nuget.org/MIT"
},
{
"Subject": "repository",
"Code": "MIT",
"HRef": "https://github.com/dotnet/runtime"
},
{
"Subject": "project",
"HRef": "https://dot.net/"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
The MIT License (MIT)

Copyright (c) .NET Foundation and Contributors

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Extensions.DependencyInjection.Abstractions</id>
<version>8.0.0</version>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<readme>PACKAGE.md</readme>
<projectUrl>https://dot.net/</projectUrl>
<description>Abstractions for dependency injection.

Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/runtime" commit="5535e31a712343a63f5d7d796cd874e563e5ac14" />
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
</group>
<group targetFramework="net6.0" />
<group targetFramework="net7.0" />
<group targetFramework="net8.0" />
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Microsoft.Extensions.DependencyInjection.Abstractions [8.0.0](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0)
--------------------

Used by: SqlDatabase

Target frameworks: netstandard2.0

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

- package license: [MIT](https://licenses.nuget.org/MIT)
- repository license: [MIT](https://github.com/dotnet/runtime)
- project license: [Unknown](https://dot.net/)

Description
-----------
Abstractions for dependency injection.

Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection

Remarks
-----------
no remarks


Dependencies 2
-----------

|Name|Version|
|----------|:----|
|[Microsoft.Bcl.AsyncInterfaces](../../../../packages/nuget.org/microsoft.bcl.asyncinterfaces/8.0.0)|8.0.0|
|[System.Threading.Tasks.Extensions](../../../../packages/nuget.org/system.threading.tasks.extensions/4.5.4)|4.5.4|

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
The MIT License (MIT)

Copyright (c) .NET Foundation and Contributors

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit f7df214

Please sign in to comment.