Skip to content

Update version to 2.9.0-preview #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
### 0.9.0
### 2.9.0-preview

### 0.0.4
* Changes
Expand Down
20 changes: 4 additions & 16 deletions src/PowerShellGet.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@{
RootModule = 'PowerShellGet.psm1'
ModuleVersion = '0.9.0'
ModuleVersion = '2.9.0'
GUID = '68ec3ec1-55bf-42f8-9add-d224e5c76548'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Expand Down Expand Up @@ -44,6 +44,7 @@

PrivateData = @{
PSData = @{
Prerelease = 'preview'
Tags = @('PackageManagement',
'PSEdition_Desktop',
'PSEdition_Core',
Expand All @@ -54,22 +55,9 @@
LicenseUri = 'https://github.com/PowerShell/PowerShellGet/blob/master/LICENSE'
ProjectUri = 'https://github.com/PowerShell/PowerShellGet'
ReleaseNotes = @'
### 0.9.0

### 0.0.4
* Changes
- Update module to be compatible with latest version of PowerShellGet (3.0.21-beta21)

### 0.0.3
### 2.9.0-preview
* Changes
- Updated reference to PowerShellGet 'Url' parameter to 'Uri' to reflect changes made in PowerShellGet

### 0.0.2
* Bug Fix
- Remove -Force parameter when calling into v3 cmdlets

### 0.0.1
* Initial release
- This module was renamed from 'CompatPowerShellGet' to 'PowerShellGet'

## For full history of release notes see changelog:
https://github.com/PowerShell/PowerShellGet/blob/master/CHANGELOG.md
Expand Down