Skip to content

Commit 49e4e05

Browse files
Merge pull request #55 from max-ieremenko/release/4.2.2
release 4.2.2
2 parents 62ae3e3 + 89000db commit 49e4e05

26 files changed

Lines changed: 145 additions & 54 deletions

File tree

Build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build.ps1 is designed to run on windows
55
- PowerShell Desktop 5.1
66
- PowerShell [7.3.0](https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0) for .net 7.0 and 8.0 tests
77
- PowerShell [7.2.1](https://github.com/PowerShell/PowerShell/releases/tag/v7.2.1) for .net 6.0 tests
8-
- Install-Module -Name [InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild/5.11.0) -RequiredVersion 5.11.0
8+
- Install-Module -Name [InvokeBuild](https://www.powershellgallery.com/packages/InvokeBuild/5.11.1) -RequiredVersion 5.11.1
99
- Install-Module -Name [ThirdPartyLibraries](https://www.powershellgallery.com/packages/ThirdPartyLibraries/3.5.1) -RequiredVersion 3.5.1
1010
- .net framework 4.7.2+ sdk
1111
- .net 8.0 sdk

Build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Requires -Version "7.0"
2-
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.11.0" }
2+
#Requires -Modules @{ ModuleName="InvokeBuild"; ModuleVersion="5.11.1" }
33
#Requires -Modules @{ ModuleName="ThirdPartyLibraries"; ModuleVersion="3.5.1" }
44

55
[CmdletBinding()]

Build/scripts/Start-Pgsql.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
88

99
$builder = New-Object -TypeName Npgsql.NpgsqlConnectionStringBuilder
1010
$builder["Database"] = "sqldatabasetest"
11-
$builder["Username"] = "postgres"
11+
$builder["Username"] = "adminuser"
1212
$builder["Password"] = "qwerty"
1313
$builder["Timeout"] = 5
1414

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|

0 commit comments

Comments
 (0)