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 1
1
# Changelog
2
2
3
+ ## 2.1.2
4
+
5
+ New Feature
6
+
7
+ - Added support for registering repositories with special characters
8
+
3
9
## 2.1.1
4
10
- Fix DSC resource folder structure
5
11
Original file line number Diff line number Diff line change 17
17
<file src =" __INPATHROOT__\PowerShellGet\DSCResources\MSFT_PSRepository\MSFT_PSRepository.schema.mof" signType =" AuthenticodeFormer" dest =" __OUTPATHROOT__\DSCResources\MSFT_PSRepository\MSFT_PSRepository.schema.mof" />
18
18
<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" />
19
19
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 " />
21
21
<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" />
22
23
</job >
23
24
</SignConfigXML >
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' PSModule.psm1'
3
- ModuleVersion = ' 2.1.1 '
3
+ ModuleVersion = ' 2.1.2 '
4
4
GUID = ' 1d73a601-4a6c-43c5-ba3f-619b18bbb404'
5
5
Author = ' Microsoft Corporation'
6
6
CompanyName = ' Microsoft Corporation'
54
54
ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
55
55
LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
56
56
ReleaseNotes = @'
57
+ ## 2.1.2
58
+
59
+ New Feature
60
+
61
+ - Added support for registering repositories with special characters
62
+
57
63
## 2.1.1
58
64
59
65
- Fix DSC resource folder structure
You can’t perform that action at this time.
0 commit comments