Skip to content

Commit 9aaa644

Browse files
committed
Version -> 3.0.0 to align with PSql
1 parent 8948f99 commit 9aaa644

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ This file documents all notable changes.
44
Most lines should begin with one of these words:
55
*Add*, *Fix*, *Update*, *Change*, *Deprecate*, *Remove*.
66

7-
<!--
8-
## [Unreleased](https://github.com/sharpjs/PSql.Deploy/compare/release/2.0.1..HEAD)
9-
(none)
10-
-->
11-
12-
## [2.0.0](https://github.com/sharpjs/PSql.Deploy/tree/release/2.0.0)
7+
## [3.0.0](https://github.com/sharpjs/PSql.Deploy/tree/release/3.0.0)
138
Future release.
149

1510
- Change: PSql.Deploy now requires PowerShell 7.2 or later.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- Descriptive properties -->
1616
<PropertyGroup>
1717
<Product>PSql.Deploy</Product>
18-
<VersionPrefix>2.0.0</VersionPrefix>
18+
<VersionPrefix>3.0.0</VersionPrefix>
1919
<Authors>Jeffrey Sharp</Authors>
2020
<Company>Subatomix Research Inc.</Company>
2121
<Copyright>© $([System.DateTime]::UtcNow.Year) $(Company)</Copyright>

0 commit comments

Comments
 (0)