Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 804fb07

Browse files
committed
update package version in PowerShellGet.psd1 file
1 parent 002df68 commit 804fb07

File tree

1 file changed

+80
-80
lines changed

1 file changed

+80
-80
lines changed

src/PowerShellGet/PowerShellGet.psd1

Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
@{
2-
RootModule = 'PSModule.psm1'
3-
ModuleVersion = '2.2.5'
4-
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
5-
Author = 'Microsoft Corporation'
6-
CompanyName = 'Microsoft Corporation'
7-
Copyright = '(c) Microsoft Corporation. All rights reserved.'
8-
Description = 'PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, DSC Resources, Role Capabilities and Scripts.'
9-
PowerShellVersion = '3.0'
10-
FormatsToProcess = 'PSGet.Format.ps1xml'
11-
FunctionsToExport = @(
12-
'Find-Command',
13-
'Find-DSCResource',
14-
'Find-Module',
15-
'Find-RoleCapability',
16-
'Find-Script',
17-
'Get-CredsFromCredentialProvider',
18-
'Get-InstalledModule',
19-
'Get-InstalledScript',
20-
'Get-PSRepository',
21-
'Install-Module',
22-
'Install-Script',
23-
'New-ScriptFileInfo',
24-
'Publish-Module',
25-
'Publish-Script',
26-
'Register-PSRepository',
27-
'Save-Module',
28-
'Save-Script',
29-
'Set-PSRepository',
30-
'Test-ScriptFileInfo',
31-
'Uninstall-Module',
32-
'Uninstall-Script',
33-
'Unregister-PSRepository',
34-
'Update-Module',
35-
'Update-ModuleManifest',
36-
'Update-Script',
37-
'Update-ScriptFileInfo')
38-
39-
VariablesToExport = 'PSGetPath'
40-
AliasesToExport = @('inmo', 'fimo', 'upmo', 'pumo')
41-
FileList = @('PSModule.psm1',
42-
'PSGet.Format.ps1xml',
43-
'PSGet.Resource.psd1')
44-
RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.4.4' })
45-
PrivateData = @{
46-
"PackageManagementProviders" = 'PSModule.psm1'
47-
"SupportedPowerShellGetFormatVersions" = @('1.x', '2.x')
48-
PSData = @{
49-
Tags = @('Packagemanagement',
50-
'Provider',
51-
'PSEdition_Desktop',
52-
'PSEdition_Core',
53-
'Linux',
54-
'Mac')
55-
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
56-
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
57-
ReleaseNotes = @'
2+
RootModule = 'PSModule.psm1'
3+
ModuleVersion = '2.2.5.1'
4+
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
5+
Author = 'Microsoft Corporation'
6+
CompanyName = 'Microsoft Corporation'
7+
Copyright = '(c) Microsoft Corporation. All rights reserved.'
8+
Description = 'PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, DSC Resources, Role Capabilities and Scripts.'
9+
PowerShellVersion = '3.0'
10+
FormatsToProcess = 'PSGet.Format.ps1xml'
11+
FunctionsToExport = @(
12+
'Find-Command',
13+
'Find-DSCResource',
14+
'Find-Module',
15+
'Find-RoleCapability',
16+
'Find-Script',
17+
'Get-CredsFromCredentialProvider',
18+
'Get-InstalledModule',
19+
'Get-InstalledScript',
20+
'Get-PSRepository',
21+
'Install-Module',
22+
'Install-Script',
23+
'New-ScriptFileInfo',
24+
'Publish-Module',
25+
'Publish-Script',
26+
'Register-PSRepository',
27+
'Save-Module',
28+
'Save-Script',
29+
'Set-PSRepository',
30+
'Test-ScriptFileInfo',
31+
'Uninstall-Module',
32+
'Uninstall-Script',
33+
'Unregister-PSRepository',
34+
'Update-Module',
35+
'Update-ModuleManifest',
36+
'Update-Script',
37+
'Update-ScriptFileInfo')
38+
39+
VariablesToExport = 'PSGetPath'
40+
AliasesToExport = @('inmo', 'fimo', 'upmo', 'pumo')
41+
FileList = @('PSModule.psm1',
42+
'PSGet.Format.ps1xml',
43+
'PSGet.Resource.psd1')
44+
RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.4.4' })
45+
PrivateData = @{
46+
"PackageManagementProviders" = 'PSModule.psm1'
47+
"SupportedPowerShellGetFormatVersions" = @('1.x', '2.x')
48+
PSData = @{
49+
Tags = @('Packagemanagement',
50+
'Provider',
51+
'PSEdition_Desktop',
52+
'PSEdition_Core',
53+
'Linux',
54+
'Mac')
55+
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
56+
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
57+
ReleaseNotes = @'
5858
### 2.2.5
5959
- Security patch for code injection bug
6060
@@ -119,7 +119,7 @@ New Feature
119119
Breaking Change
120120
121121
- Default installation scope for Update-Module and Update-Script has changed to match Install-Module and Install-Script. For Windows PowerShell (version 5.1 or below), the default scope is AllUsers when running in an elevated session, and CurrentUser at all other times.
122-
For PowerShell version 6.0.0 and above, the default installation scope is always CurrentUser. (#421)
122+
For PowerShell version 6.0.0 and above, the default installation scope is always CurrentUser. (#421)
123123
124124
Bug Fixes
125125
@@ -163,7 +163,7 @@ Bug fixes
163163
164164
Breaking Change
165165
- Default installation scope for Install-Module, Install-Script, and Install-Package has changed. For Windows PowerShell (version 5.1 or below), the default scope is AllUsers when running in an elevated session, and CurrentUser at all other times.
166-
For PowerShell version 6.0.0 and above, the default installation scope is always CurrentUser.
166+
For PowerShell version 6.0.0 and above, the default installation scope is always CurrentUser.
167167
168168
## 1.6.7
169169
@@ -190,18 +190,18 @@ Bug fixes
190190
191191
New features
192192
* Allow Pester/PSReadline installation when signed by non-Microsoft certificate (#258)
193-
- Whitelist installation of non-Microsoft signed Pester and PSReadline over Microsoft signed Pester and PSReadline.
193+
- Whitelist installation of non-Microsoft signed Pester and PSReadline over Microsoft signed Pester and PSReadline.
194194
195195
Build and Code Cleanup Improvements
196196
* Splitting of functions (#229) (Thanks @Benny1007)
197-
- Moves private functions into respective private folder.
198-
- Moves public functions as defined in PSModule.psd1 into respective public folder.
199-
- Removes all functions from PSModule.psm1 file.
200-
- Dot sources the functions from PSModule.psm1 file.
201-
- Uses Export-ModuleMember to export the public functions from PSModule.psm1 file.
197+
- Moves private functions into respective private folder.
198+
- Moves public functions as defined in PSModule.psd1 into respective public folder.
199+
- Removes all functions from PSModule.psm1 file.
200+
- Dot sources the functions from PSModule.psm1 file.
201+
- Uses Export-ModuleMember to export the public functions from PSModule.psm1 file.
202202
203203
* Add build step to construct a single .psm1 file (#242) (Thanks @Benny1007)
204-
- Merged public and private functions into one .psm1 file to increase load time performance.
204+
- Merged public and private functions into one .psm1 file to increase load time performance.
205205
206206
Bug fixes
207207
- Fix null parameter error caused by MinimumVersion in Publish-PackageUtility (#201)
@@ -217,15 +217,15 @@ Bug fixes
217217
218218
New features
219219
* Prerelease Version Support (#185)
220-
- Implemented prerelease versions functionality in PowerShellGet cmdlets.
221-
- Enables publishing, discovering, and installing the prerelease versions of modules and scripts from the PowerShell Gallery.
222-
- [Documentation](https://docs.microsoft.com/en-us/powershell/gallery/psget/module/PrereleaseModule)
220+
- Implemented prerelease versions functionality in PowerShellGet cmdlets.
221+
- Enables publishing, discovering, and installing the prerelease versions of modules and scripts from the PowerShell Gallery.
222+
- [Documentation](https://docs.microsoft.com/en-us/powershell/gallery/psget/module/PrereleaseModule)
223223
224224
* Enabled publish cmdlets on PWSH and Nano Server (#196)
225-
- Dotnet command version 2.0.0 or newer should be installed by the user prior to using the publish cmdlets on PWSH and Windows Nano Server.
226-
- Users can install the dotnet command by following the instructions specified at https://aka.ms/dotnet-install-script.
227-
- On Windows, users can install the dotnet command by running *Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -OutFile '.\dotnet-install.ps1'; & '.\dotnet-install.ps1' -Channel Current -Version '2.0.0'*
228-
- Publish cmdlets on Windows PowerShell supports using the dotnet command for publishing operations.
225+
- Dotnet command version 2.0.0 or newer should be installed by the user prior to using the publish cmdlets on PWSH and Windows Nano Server.
226+
- Users can install the dotnet command by following the instructions specified at https://aka.ms/dotnet-install-script.
227+
- On Windows, users can install the dotnet command by running *Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -OutFile '.\dotnet-install.ps1'; & '.\dotnet-install.ps1' -Channel Current -Version '2.0.0'*
228+
- Publish cmdlets on Windows PowerShell supports using the dotnet command for publishing operations.
229229
230230
Breaking Change
231231
- PWSH: Changed the installation location of AllUsers scope to the parent of $PSHOME instead of $PSHOME. It is the SHARED_MODULES folder on PWSH.
@@ -239,14 +239,14 @@ Bug fixes
239239
240240
New features
241241
* Added support for modules requiring license acceptance (#150)
242-
- [Documentation](https://docs.microsoft.com/en-us/powershell/gallery/psget/module/RequireLicenseAcceptance)
242+
- [Documentation](https://docs.microsoft.com/en-us/powershell/gallery/psget/module/RequireLicenseAcceptance)
243243
244244
* Added version for REQUIREDSCRIPTS (#162)
245-
- Enabled following scenarios for REQUIREDSCRIPTS
246-
- [1.0] - RequiredVersion
247-
- [1.0,2.0] - Min and Max Version
248-
- (,1.0] - Max Version
249-
- 1.0 - Min Version
245+
- Enabled following scenarios for REQUIREDSCRIPTS
246+
- [1.0] - RequiredVersion
247+
- [1.0,2.0] - Min and Max Version
248+
- (,1.0] - Max Version
249+
- 1.0 - Min Version
250250
251251
Bug fixes
252252
* Fixed empty version value in nuspec (#157)
@@ -280,8 +280,8 @@ Bug fixes
280280
## For full history of release notes see changelog:
281281
https://github.com/PowerShell/PowerShellGet/blob/master/CHANGELOG.md
282282
'@
283-
}
284283
}
284+
}
285285

286-
HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=2113539'
286+
HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=2113539'
287287
}

0 commit comments

Comments
 (0)