Skip to content

Commit

Permalink
SqlServerDsc: Bump PSResourceGet to v1.0.0 (#1975)
Browse files Browse the repository at this point in the history
- SqlServerDsc
  - Bump PSResourceGet to v1.0.0 (used when resolving dependencies).
  • Loading branch information
johlju authored Oct 13, 2023
1 parent c71a128 commit e0bf6a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- SqlServerDsc
- Bump PSResourceGet to v1.0.0 (used when resolving dependencies).

## [16.5.0] - 2023-10-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Resolve-Dependency.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
WithYAML = $true

UsePSResourceGet = $true
PSResourceGetVersion = '0.9.0-rc1'
PSResourceGetVersion = '1.0.0'
UsePowerShellGetCompatibilityModule = $true
UsePowerShellGetCompatibilityModuleVersion = '3.0.22-beta22'
}

0 comments on commit e0bf6a5

Please sign in to comment.