We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a7dab commit 8a339b0Copy full SHA for 8a339b0
.pipelines/PSResourceGet-Official.yml
@@ -152,7 +152,7 @@ extends:
152
inputs:
153
command: 'sign'
154
signing_profile: external_distribution
155
- files_to_sign: '**\*.psd1;**\*.psm1;**\*.ps1xml;**\Microsoft*.dll'
+ files_to_sign: '**\*.ps1;**\*.psd1;**\*.psm1;**\*.ps1xml;**\Microsoft*.dll'
156
search_root: $(signSrcPath)
157
158
- pwsh: |
CHANGELOG/preview.md
@@ -1,6 +1,6 @@
1
# Preview Changelog
2
3
-## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-09-13
+## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-10-22
4
5
### New Features
6
0 commit comments