Skip to content

Commit

Permalink
Merge pull request #18 from ANDDEV-OSS/&DEV/npgsql-scram
Browse files Browse the repository at this point in the history
PostgreSQL SCRAM auth until dbup-postgresql nuget released #14
  • Loading branch information
drwatson1 authored Feb 2, 2022
2 parents 42bf69d + cf21e43 commit 2a19115
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The tool has almost all the features the DbUp has, but without a single line of

|Date|Version|Description|
|-|-|-|
|2022-01-30|1.6.2|PostgreSQL SCRAM authentication support interim fix
|2022-01-29|1.6.1|BUGFIX: 'version' and '--version' should return exit code 0
|2021-10-03|1.6.0|Add a 'journalTo' option to dbup.yml
|2021-03-28|1.5.0|Add support of .Net Core 3.1 and .Net 5.0
Expand Down
5 changes: 3 additions & 2 deletions src/dbup-cli/dbup-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<LangVersion>latest</LangVersion>
<Product>DbUp Command Line Interface</Product>
<Authors>Sergey Tregub</Authors>
<Version>1.6.1</Version>
<Version>1.6.2</Version>
<RepositoryUrl>https://github.com/drwatson1/dbup-cli</RepositoryUrl>
<Company />
<Copyright>Copyright (c) 2022 Sergey Tregub</Copyright>
Expand All @@ -28,7 +28,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>dbup</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<PackageReleaseNotes>BUGFIX: 'version' and '--version' should return exit code 0</PackageReleaseNotes>
<PackageReleaseNotes>PostgreSQL SCRAM authentication support interim fix</PackageReleaseNotes>
<Title>DbUp Command Line Interface</Title>
<Description>Command line tool, that can be installed as a .Net global tool, that helps you to deploy changes to databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.</Description>
<PackageLicenseUrl></PackageLicenseUrl>
Expand Down Expand Up @@ -58,6 +58,7 @@
<PackageReference Include="dbup-postgresql" Version="4.5.0" />
<PackageReference Include="dbup-sqlserver" Version="4.5.0" />
<PackageReference Include="DotNetEnv" Version="2.1.1" />
<PackageReference Include="Npgsql" Version="3.2.7" />
<PackageReference Include="Optional" Version="4.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
<PackageReference Include="YamlDotNet" Version="9.1.4" />
Expand Down

0 comments on commit 2a19115

Please sign in to comment.