Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tregub committed Feb 14, 2022
1 parent 1ce4d9f commit fcb1b95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The tool has almost all the features the DbUp has, but without a single line of

|Date|Version|Description|
|-|-|-|
|2022-02-14|1.6.5|Support of DisableVars
|2022-02-06|1.6.4|Support of drop and ensure for Azure SQL
|2022-02-02|1.6.3|Support of AzureSQL integrated sequrity
|2022-01-30|1.6.2|PostgreSQL SCRAM authentication support interim fix
Expand Down
4 changes: 2 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.4</Version>
<Version>1.6.5</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>Support of drop and ensure for Azure SQL</PackageReleaseNotes>
<PackageReleaseNotes>Support of DisableVars</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

0 comments on commit fcb1b95

Please sign in to comment.