diff --git a/.pipelines/PSResourceGet-Official.yml b/.pipelines/PSResourceGet-Official.yml index bc6a10f14..d096cf33e 100644 --- a/.pipelines/PSResourceGet-Official.yml +++ b/.pipelines/PSResourceGet-Official.yml @@ -152,7 +152,7 @@ extends: inputs: command: 'sign' signing_profile: external_distribution - files_to_sign: '**\*.psd1;**\*.psm1;**\*.ps1xml;**\Microsoft*.dll' + files_to_sign: '**\*.ps1;**\*.psd1;**\*.psm1;**\*.ps1xml;**\Microsoft*.dll' search_root: $(signSrcPath) - pwsh: | diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index 28a334ffc..f248fd013 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,6 +1,6 @@ # Preview Changelog -## [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 ### New Features