Skip to content

Commit e55dc51

Browse files
committed
update readme, remove psake 4.8.0-alpha requirement.
1 parent 8e217d9 commit e55dc51

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Using these shared tasks reduces the boilerplate scaffolding needed in most Powe
1010
This consistency ultimately helps the community in building high-quality PowerShell modules.
1111

1212
> If using [psake](https://github.com/psake/psake) as your task runner, version `4.8.0` or greater is required to make use of shared tasks distributed in separate modules.
13-
> Currently, `v4.8.0` of psake is in `alpha`. You can install the pre-release version with:
13+
> To install psake `4.8.0` you can run:
1414
1515
```powershell
16-
Install-Module -Name psake -RequiredVersion 4.8.0-alpha -Repository PSGallery -AllowPrerelease -Force
16+
Install-Module -Name psake -RequiredVersion 4.8.0 -Repository PSGallery
1717
```
1818

1919
> For [Invoke-Build](https://github.com/nightroman/Invoke-Build), see the [how to dot source tasks using PowerShell aliases](https://github.com/nightroman/Invoke-Build/blob/master/Tasks/Import/README.md#example-2-import-from-a-module-with-tasks) example.
@@ -24,11 +24,8 @@ Install-Module -Name psake -RequiredVersion 4.8.0-alpha -Repository PSGallery -A
2424

2525
## Status - Work in progress
2626

27-
> This project is a **work in progress** and may change significantly before release based on feedback from the community.
27+
> This project is a **work in progress** and may change significantly before reaching stability based on feedback from the community.
2828
> **Please do not base critical processes on this project** until it has been further refined.
29-
>
30-
> This is in part based on the [PlasterBuild](https://github.com/PowerShell/PlasterBuild) project and _MAY_ be merged into it.
31-
> It is being kept separate for now so experimental features can be explored.
3229
3330
## Tasks
3431

0 commit comments

Comments
 (0)