Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: This article contains release notes for the PSResourceGet module.
ms.date: 02/02/2026
ms.date: 02/20/2026
ms.topic: release-notes
title: What's new in PSResourceGet
---
Expand All @@ -13,6 +13,8 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.

## Release history

- v1.2.0-rc3 - Preview release - shipped in PowerShell 7.6.0-rc1
- v1.2.0-rc2 - Preview release - released to the PowerShell Gallery only
- v1.2.0-rc1 - Preview release - released to the PowerShell Gallery only
- v1.2.0-preview5 - Preview release - shipped in PowerShell 7.6.0-preview.6
- v1.2.0-preview4 - Preview release - released to the PowerShell Gallery only
Expand All @@ -38,6 +40,14 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.

## Release notes

### 1.2.0-rc3 - 2026-02-06

- Packages that depend on a specific versions should search for dependenies using NormalizedVersion

### 1.2.0-rc2 - 2026-02-05

- For packages that depend on a specific version, use an exact version instead of a version range.

### 1.2.0-rc1 - 2026-01-14

- Fix `-WhatIf` parameter to respect provided value instead of simply checking presence
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Describes how to use version 3.x of the PowerShellGet module.
Locale: en-US
ms.custom: 1.1.1
ms.date: 03/21/2025
ms.date: 02/20/2026
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/about_PSResourceGet?view=powershellget-3.x&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about PSResourceGet
Expand All @@ -11,7 +11,7 @@ title: about PSResourceGet

## Short description

Describes how to use version 1.2.0-preview5 of the
Describes how to use version 1.2.0-rc3 of the
**Microsoft.PowerShell.PSResourceGet** module.

## Long description
Expand Down
Loading