This repository was archived by the owner on Jun 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.1.2
4+
5+ New Feature
6+
7+ - Added support for registering repositories with special characters
8+
39## 2.1.1
410- Fix DSC resource folder structure
511
Original file line number Diff line number Diff line change 1717 <file src =" __INPATHROOT__\PowerShellGet\DSCResources\MSFT_PSRepository\MSFT_PSRepository.schema.mof" signType =" AuthenticodeFormer" dest =" __OUTPATHROOT__\DSCResources\MSFT_PSRepository\MSFT_PSRepository.schema.mof" />
1818 <file src =" __INPATHROOT__\PowerShellGet\DSCResources\MSFT_PSRepository\en-US\MSFT_PSRepository.strings.psd1" signType =" AuthenticodeFormer" dest =" __OUTPATHROOT__\DSCResources\MSFT_PSRepository\en-US\MSFT_PSRepository.strings.psd1" />
1919
20- <file src =" __INPATHROOT__\PowerShellGet\Modules\PowerShellGet.LocalizationHelper\ PowerShellGet.LocalizationHelper.psm1 " signType =" AuthenticodeFormer" dest =" __OUTPATHROOT__\Modules\PowerShellGet.LocalizationHelper\ PowerShellGet.LocalizationHelper.psm1 " />
20+ <file src =" __INPATHROOT__\PowerShellGet\Modules\PowerShellGet.ResourceHelper\en-US\ PowerShellGet.ResourceHelper.strings.psd1 " signType =" AuthenticodeFormer" dest =" __OUTPATHROOT__\Modules\PowerShellGet.ResourceHelper\en-US\ PowerShellGet.ResourceHelper.strings.psd1 " />
2121 <file src =" __INPATHROOT__\PowerShellGet\Modules\PowerShellGet.ResourceHelper\PowerShellGet.ResourceHelper.psm1" signType =" AuthenticodeFormer" dest =" __OUTPATHROOT__\Modules\PowerShellGet.ResourceHelper\PowerShellGet.ResourceHelper.psm1" />
22+ <file src =" __INPATHROOT__\PowerShellGet\Modules\PowerShellGet.LocalizationHelper\PowerShellGet.LocalizationHelper.psm1" signType =" AuthenticodeFormer" dest =" __OUTPATHROOT__\Modules\PowerShellGet.LocalizationHelper\PowerShellGet.LocalizationHelper.psm1" />
2223 </job >
2324</SignConfigXML >
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' PSModule.psm1'
3- ModuleVersion = ' 2.1.1 '
3+ ModuleVersion = ' 2.1.2 '
44 GUID = ' 1d73a601-4a6c-43c5-ba3f-619b18bbb404'
55 Author = ' Microsoft Corporation'
66 CompanyName = ' Microsoft Corporation'
5454 ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
5555 LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
5656 ReleaseNotes = @'
57+ ## 2.1.2
58+
59+ New Feature
60+
61+ - Added support for registering repositories with special characters
62+
5763## 2.1.1
5864
5965- Fix DSC resource folder structure
You can’t perform that action at this time.
0 commit comments