Skip to content

Commit 1bbe7b2

Browse files
committed
Prep for release.
1 parent b848d3c commit 1bbe7b2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Most lines should begin with one of these words:
55
*Add*, *Fix*, *Update*, *Change*, *Deprecate*, *Remove*.
66

77
## [3.0.0](https://github.com/sharpjs/PSql.Deploy/tree/release/3.0.0)
8-
Future release.
98

109
- Change: PSql.Deploy now requires PowerShell 7.2 or later.
1110
- Change: PSql.Deploy is now a binary module.

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,22 @@ for SQL Server and Azure SQL Database.
1515
[![NuGet](https://img.shields.io/powershellgallery/v/PSql.Deploy.svg)](https://www.powershellgallery.com/packages/PSql.Deploy)
1616
[![NuGet](https://img.shields.io/powershellgallery/dt/PSql.Deploy.svg)](https://www.powershellgallery.com/packages/PSql.Deploy)
1717

18-
Slowly nearing public release.
19-
Based on previous work used privately in production for years.
18+
Version 3 recently released. Based on previous work used privately in
19+
production for years.
2020

2121
## Installation
2222

2323
Install [this PowerShell module](https://www.powershellgallery.com/packages/PSql.Deploy).
2424

2525
## Usage
2626

27-
WIP
27+
For now, invoke the following command for more documentation:
28+
29+
```powershell
30+
Get-Help about_PSql_Deploy
31+
```
32+
33+
Better README content is forthcoming.
2834

2935
<!--
3036
Copyright Subatomix Research Inc.

0 commit comments

Comments
 (0)