Skip to content

Commit 96a4335

Browse files
Merge pull request #51 from max-ieremenko/update/npgsql
update Npgsql 4.0.11 => 4.016
2 parents df19781 + 6431862 commit 96a4335

9 files changed

Lines changed: 7 additions & 9 deletions

File tree

Build/scripts/Start-Pgsql.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function Start-Pgsql {
22
param ()
33

4-
$npgsqldll = Join-Path $env:USERPROFILE ".nuget\packages\npgsql\4.0.11\lib\netstandard2.0\Npgsql.dll"
4+
$npgsqldll = Join-Path $env:USERPROFILE ".nuget\packages\npgsql\4.0.16\lib\netstandard2.0\Npgsql.dll"
55
Add-Type -Path $npgsqldll
66

77
$container = Start-Container -Image sqldatabase/postgres:13.3 -ContainerPort 5432

Build/third-party-libraries/packages/nuget.org/npgsql/4.0.11/index.json renamed to Build/third-party-libraries/packages/nuget.org/npgsql/4.0.16/index.json

File renamed without changes.

Build/third-party-libraries/packages/nuget.org/npgsql/4.0.11/package.nuspec renamed to Build/third-party-libraries/packages/nuget.org/npgsql/4.0.16/package.nuspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>Npgsql</id>
5-
<version>4.0.11</version>
5+
<version>4.0.16</version>
66
<authors>Shay Rojansky,Yoh Deadfall,Austin Drenski,Emil Lenngren,Francisco Figueiredo Jr.,Kenji Uno</authors>
7-
<owners>Shay Rojansky,Yoh Deadfall,Austin Drenski,Emil Lenngren,Francisco Figueiredo Jr.,Kenji Uno</owners>
8-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
97
<license type="expression">PostgreSQL</license>
108
<licenseUrl>https://licenses.nuget.org/PostgreSQL</licenseUrl>
119
<projectUrl>http://www.npgsql.org/</projectUrl>
1210
<description>Npgsql is the open source .NET data provider for PostgreSQL.</description>
1311
<copyright>Copyright 2019 © The Npgsql Development Team</copyright>
1412
<tags>npgsql postgresql postgres ado ado.net database sql</tags>
15-
<repository type="git" url="git://github.com/npgsql/npgsql" />
13+
<repository type="git" url="git://github.com/npgsql/npgsql" commit="86e9a120e7503ef9163a6e44cf51255ef8912633" />
1614
<dependencies>
1715
<group targetFramework=".NETFramework4.5">
1816
<dependency id="System.Memory" version="4.5.3" exclude="Build,Analyzers" />

Build/third-party-libraries/packages/nuget.org/npgsql/4.0.11/readme.md renamed to Build/third-party-libraries/packages/nuget.org/npgsql/4.0.16/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Npgsql [4.0.11](https://www.nuget.org/packages/Npgsql/4.0.11)
1+
Npgsql [4.0.16](https://www.nuget.org/packages/Npgsql/4.0.16)
22
--------------------
33

44
Used by: SqlDatabase

Build/third-party-libraries/packages/nuget.org/npgsql/4.0.11/remarks.md renamed to Build/third-party-libraries/packages/nuget.org/npgsql/4.0.16/remarks.md

File renamed without changes.

Build/third-party-libraries/packages/nuget.org/npgsql/4.0.11/repository-LICENSE renamed to Build/third-party-libraries/packages/nuget.org/npgsql/4.0.16/repository-LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2002-2023, Npgsql
1+
Copyright (c) 2002-2024, Npgsql
22

33
Permission to use, copy, modify, and distribute this software and its
44
documentation for any purpose, without fee, and without a written agreement

Build/third-party-libraries/packages/nuget.org/npgsql/4.0.11/third-party-notices.txt renamed to Build/third-party-libraries/packages/nuget.org/npgsql/4.0.16/third-party-notices.txt

File renamed without changes.

Build/third-party-libraries/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Packages 47
3232
|[NETStandard.Library](packages/nuget.org/netstandard.library/2.0.3)|2.0.3|[nuget.org](https://www.nuget.org/packages/NETStandard.Library/2.0.3)|[MIT](licenses/mit)|SqlDatabase|
3333
|[Newtonsoft.Json](packages/nuget.org/newtonsoft.json/13.0.1)|13.0.1|[nuget.org](https://www.nuget.org/packages/Newtonsoft.Json/13.0.1)|[MIT](licenses/mit)|SqlDatabase internal|
3434
|[Newtonsoft.Json](packages/nuget.org/newtonsoft.json/13.0.3)|13.0.3|[nuget.org](https://www.nuget.org/packages/Newtonsoft.Json/13.0.3)|[MIT](licenses/mit)|SqlDatabase internal|
35-
|[Npgsql](packages/nuget.org/npgsql/4.0.11)|4.0.11|[nuget.org](https://www.nuget.org/packages/Npgsql/4.0.11)|[PostgreSQL](licenses/postgresql)|SqlDatabase|
35+
|[Npgsql](packages/nuget.org/npgsql/4.0.16)|4.0.16|[nuget.org](https://www.nuget.org/packages/Npgsql/4.0.16)|[PostgreSQL](licenses/postgresql)|SqlDatabase|
3636
|[NUnit](packages/nuget.org/nunit/4.1.0)|4.1.0|[nuget.org](https://www.nuget.org/packages/NUnit/4.1.0)|[MIT](licenses/mit)|SqlDatabase internal|
3737
|[NUnit3TestAdapter](packages/nuget.org/nunit3testadapter/4.5.0)|4.5.0|[nuget.org](https://www.nuget.org/packages/NUnit3TestAdapter/4.5.0)|[MIT](licenses/mit)|SqlDatabase internal|
3838
|[PowerShellStandard.Library](packages/nuget.org/powershellstandard.library/5.1.1)|5.1.1|[nuget.org](https://www.nuget.org/packages/PowerShellStandard.Library/5.1.1)|[MIT](licenses/mit)|SqlDatabase|

Sources/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageVersion Include="MySqlConnector" Version="1.3.10" />
9-
<PackageVersion Include="Npgsql" Version="4.0.11" />
9+
<PackageVersion Include="Npgsql" Version="4.0.16" />
1010

1111
<PackageVersion Include="System.Data.SqlClient" Version="4.8.6" />
1212
<PackageVersion Include="System.Runtime.Loader" Version="4.3.0" />

0 commit comments

Comments
 (0)