Skip to content

Commit

Permalink
Update 2.0 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Aug 31, 2024
1 parent f6e776a commit 82a4ef3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: Upgrading to 2.0
description: Breaking and important changes.
---

## 🚀 Check out the Prerelease Build

```powershell
Install-Module PwshSpectreConsole -Scope CurrentUser -AllowPrerelease
# or update to the prerelease version
Update-Module PwshSpectreConsole -Scope CurrentUser -AllowPrerelease
```

## 💥 Breaking Changes

- **[`Out-SpectreHost`](/reference/writing/out-spectrehost/) is required if you want to render an item without additional whitespace above and below the item:**
Expand Down

0 comments on commit 82a4ef3

Please sign in to comment.