PowerShellGet/PSGetModuleInfo.xml
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0"> <TN RefId="0"> <T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="Name">PowerShellGet</S> <Version N="Version">1.6.0</Version> <S N="Type">Module</S> <S N="Description">PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, DSC Resources, Role Capabilities and Scripts.</S> <S N="Author">Microsoft Corporation</S> <Obj N="CompanyName" RefId="1"> <TN RefId="1"> <T>System.Object[]</T> <T>System.Array</T> <T>System.Object</T> </TN> <LST> <S>PowerShellTeam</S> <S>manikb</S> </LST> </Obj> <S N="Copyright">(c) Microsoft Corporation. All rights reserved.</S> <DT N="PublishedDate">2017-12-05T23:34:41-08:00</DT> <Nil N="InstalledDate" /> <Nil N="UpdatedDate" /> <URI N="LicenseUri">https://go.microsoft.com/fwlink/?LinkId=829061</URI> <URI N="ProjectUri">https://go.microsoft.com/fwlink/?LinkId=828955</URI> <Nil N="IconUri" /> <Obj N="Tags" RefId="2"> <TNRef RefId="1" /> <LST> <S>Packagemanagement</S> <S>Provider</S> <S>PSEdition_Desktop</S> <S>PSEdition_Core</S> <S>Linux</S> <S>Mac</S> <S>PSModule</S> </LST> </Obj> <Obj N="Includes" RefId="3"> <TN RefId="2"> <T>System.Collections.Hashtable</T> <T>System.Object</T> </TN> <DCT> <En> <S N="Key">Function</S> <Obj N="Value" RefId="4"> <TNRef RefId="1" /> <LST> <S>Install-Module</S> <S>Find-Module</S> <S>Save-Module</S> <S>Update-Module</S> <S>Publish-Module</S> <S>Get-InstalledModule</S> <S>Uninstall-Module</S> <S>Find-Command</S> <S>Find-DscResource</S> <S>Find-RoleCapability</S> <S>Install-Script</S> <S>Find-Script</S> <S>Save-Script</S> <S>Update-Script</S> <S>Publish-Script</S> <S>Get-InstalledScript</S> <S>Uninstall-Script</S> <S>Test-ScriptFileInfo</S> <S>New-ScriptFileInfo</S> <S>Update-ScriptFileInfo</S> <S>Get-PSRepository</S> <S>Set-PSRepository</S> <S>Register-PSRepository</S> <S>Unregister-PSRepository</S> <S>Update-ModuleManifest</S> </LST> </Obj> </En> <En> <S N="Key">DscResource</S> <Obj N="Value" RefId="5"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Cmdlet</S> <Obj N="Value" RefId="6"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Workflow</S> <Obj N="Value" RefId="7"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Command</S> <Obj N="Value" RefId="8"> <TNRef RefId="1" /> <LST> <S>Install-Module</S> <S>Find-Module</S> <S>Save-Module</S> <S>Update-Module</S> <S>Publish-Module</S> <S>Get-InstalledModule</S> <S>Uninstall-Module</S> <S>Find-Command</S> <S>Find-DscResource</S> <S>Find-RoleCapability</S> <S>Install-Script</S> <S>Find-Script</S> <S>Save-Script</S> <S>Update-Script</S> <S>Publish-Script</S> <S>Get-InstalledScript</S> <S>Uninstall-Script</S> <S>Test-ScriptFileInfo</S> <S>New-ScriptFileInfo</S> <S>Update-ScriptFileInfo</S> <S>Get-PSRepository</S> <S>Set-PSRepository</S> <S>Register-PSRepository</S> <S>Unregister-PSRepository</S> <S>Update-ModuleManifest</S> </LST> </Obj> </En> </DCT> </Obj> <Nil N="PowerShellGetFormatVersion" /> <S N="ReleaseNotes">## 1.6.0_x000D__x000A_ _x000D__x000A_New features_x000D__x000A_* Prerelease Version Support (#185)_x000D__x000A_ - Implemented prerelease versions functionality in PowerShellGet cmdlets._x000D__x000A_ - Enables publishing, discovering, and installing the prerelease versions of modules and scripts from the PowerShell Gallery._x000D__x000A_ - [Documentation](https://docs.microsoft.com/en-us/powershell/gallery/psget/module/PrereleaseModule)_x000D__x000A__x000D__x000A_* Enabled publish cmdlets on PWSH and Nano Server (#196)_x000D__x000A_ - 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._x000D__x000A_ - Users can install the dotnet command by following the instructions specified at https://aka.ms/dotnet-install-script._x000D__x000A_ - 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'*_x000D__x000A_ - Publish cmdlets on Windows PowerShell supports using the dotnet command for publishing operations._x000D__x000A__x000D__x000A_Breaking Change_x000D__x000A_- PWSH: Changed the installation location of AllUsers scope to the parent of $PSHOME instead of $PSHOME. It is the SHARED_MODULES folder on PWSH._x000D__x000A__x000D__x000A_Bug fixes_x000D__x000A_- Update HelpInfoURI to 'https://go.microsoft.com/fwlink/?linkid=855963' (#195)_x000D__x000A_- Ensure MyDocumentsPSPath path is correct (#179) (Thanks @lwsrbrts)_x000D__x000A__x000D__x000A__x000D__x000A_## 1.5.0.0_x000D__x000A__x000D__x000A_New features_x000D__x000A_* Added support for modules requiring license acceptance (#150)_x000D__x000A_ - [Documentation](https://docs.microsoft.com/en-us/powershell/gallery/psget/module/RequireLicenseAcceptance)_x000D__x000A__x000D__x000A_* Added version for REQUIREDSCRIPTS (#162)_x000D__x000A_ - Enabled following scenarios for REQUIREDSCRIPTS_x000D__x000A_ - [1.0] - RequiredVersion_x000D__x000A_ - [1.0,2.0] - Min and Max Version_x000D__x000A_ - (,1.0] - Max Version_x000D__x000A_ - 1.0 - Min Version_x000D__x000A__x000D__x000A_Bug fixes_x000D__x000A_* Fixed empty version value in nuspec (#157)_x000D__x000A__x000D__x000A__x000D__x000A_## 1.1.3.2_x000D__x000A_* Disabled PowerShellGet Telemetry on PS Core as PowerShell Telemetry APIs got removed in PowerShell Core beta builds. (#153)_x000D__x000A_* Fixed for DateTime format serialization issue. (#141)_x000D__x000A_* Update-ModuleManifest should add ExternalModuleDependencies value as a collection. (#129)_x000D__x000A__x000D__x000A_## 1.1.3.1_x000D__x000A__x000D__x000A_New features_x000D__x000A_* Added `PrivateData` field to ScriptFileInfo. (#119)_x000D__x000A__x000D__x000A_Bug fixes_x000D__x000A_* Fixed Add-Type issue in v6.0.0-beta.1 release of PowerShellCore. (#125, #124)_x000D__x000A_* Install-Script -Scope CurrentUser PATH changes should not require a reboot for new PS processes. (#124)_x000D__x000A_ - Made changes to broadcast the Environment variable changes, so that other processes pick changes to Environment variables without having to reboot or logoff/logon._x000D__x000A_* Changed `Get-EnvironmentVariable` to get the unexpanded version of `%path%`. (#117)_x000D__x000A_* Refactor credential parameter propagation to sub-functions. (#104)_x000D__x000A_* Added credential parameter to subsequent calls of `Publish-Module/Script`. (#93)_x000D__x000A_ - This is needed when a module is published that has the RequiredModules attribute in the manifest on a repository that does not have anonymous access because the required module lookups will fail._x000D__x000A__x000D__x000A_## 1.1.2.0_x000D__x000A__x000D__x000A_Bug fixes_x000D__x000A_* Renamed `PublishModuleIsNotSupportedOnNanoServer` errorid to `PublishModuleIsNotSupportedOnPowerShellCoreEdition`. (#44)_x000D__x000A_ - Also renamed `PublishScriptIsNotSupportedOnNanoServer` to `PublishScriptIsNotSupportedOnPowerShellCoreEdition`._x000D__x000A_* Fixed an issue in `Update-Module` and `Update-Script` cmdlets to show proper version of current item being updated in `Confirm`/`WhatIf` message. (#44)_x000D__x000A_* Updated `Test-ModuleInstalled` function to return single module instead of multiple modules. (#44)_x000D__x000A_* Updated `ModuleCommandAlreadyAvailable` error message to include all conflicting commands instead of one. (#44)_x000D__x000A_ - Corresponding changes to collect the complete set of conflicting commands from the being installed._x000D__x000A_ - Also ensured that conflicting commands from PSModule.psm1 are ignored in the command collision analysis as Get-Command includes the commands from current local scope as well._x000D__x000A__x000D__x000A_* Fixed '[Test-ScriptFileInfo] Fails on *NIX newlines (LF vs. CRLF)' (#18)_x000D__x000A__x000D__x000A__x000D__x000A_## 1.1.1.0_x000D__x000A__x000D__x000A_Bug fixes_x000D__x000A_* Fixed 'Update-Module fails with `ModuleAuthenticodeSignature` error for modules with signed PSD1'. (#12) (#8)_x000D__x000A_* Fixed 'Properties of `AdditionalMetadata` are case-sensitive'. #7_x000D__x000A_* Changed `ErrorAction` to `Ignore` for few cmdlet usages as they should not show up in ErrorVariable._x000D__x000A_ - For example, error returned by `Get-Command Test-FileCatalog` should be ignored._x000D__x000A__x000D__x000A__x000D__x000A_## 1.1.0.0_x000D__x000A__x000D__x000A_* Initial release from GitHub._x000D__x000A_* PowerShellCore support._x000D__x000A_* Security enhancements including the enforcement of catalog-signed modules during installation._x000D__x000A_* Authenticated Repository support._x000D__x000A_* Proxy Authentication support._x000D__x000A_* Responses to a number of user requests and issues.</S> <Obj N="Dependencies" RefId="9"> <TNRef RefId="1" /> <LST> <Obj RefId="10"> <TN RefId="3"> <T>System.Collections.Specialized.OrderedDictionary</T> <T>System.Object</T> </TN> <DCT> <En> <S N="Key">Name</S> <S N="Value">PackageManagement</S> </En> <En> <S N="Key">MinimumVersion</S> <S N="Value">1.1.7.0</S> </En> <En> <S N="Key">CanonicalId</S> <S N="Value">nuget:PackageManagement/1.1.7.0</S> </En> </DCT> </Obj> </LST> </Obj> <S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2/</S> <S N="Repository">PSGallery</S> <S N="PackageManagementProvider">NuGet</S> <Obj N="AdditionalMetadata" RefId="11"> <TNRef RefId="2" /> <DCT> <En> <S N="Key">releaseNotes</S> <S N="Value">## 1.6.0_x000D__x000A_ _x000D__x000A_New features_x000D__x000A_* Prerelease Version Support (#185)_x000D__x000A_ - Implemented prerelease versions functionality in PowerShellGet cmdlets._x000D__x000A_ - Enables publishing, discovering, and installing the prerelease versions of modules and scripts from the PowerShell Gallery._x000D__x000A_ - [Documentation](https://docs.microsoft.com/en-us/powershell/gallery/psget/module/PrereleaseModule)_x000D__x000A__x000D__x000A_* Enabled publish cmdlets on PWSH and Nano Server (#196)_x000D__x000A_ - 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._x000D__x000A_ - Users can install the dotnet command by following the instructions specified at https://aka.ms/dotnet-install-script._x000D__x000A_ - 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'*_x000D__x000A_ - Publish cmdlets on Windows PowerShell supports using the dotnet command for publishing operations._x000D__x000A__x000D__x000A_Breaking Change_x000D__x000A_- PWSH: Changed the installation location of AllUsers scope to the parent of $PSHOME instead of $PSHOME. It is the SHARED_MODULES folder on PWSH._x000D__x000A__x000D__x000A_Bug fixes_x000D__x000A_- Update HelpInfoURI to 'https://go.microsoft.com/fwlink/?linkid=855963' (#195)_x000D__x000A_- Ensure MyDocumentsPSPath path is correct (#179) (Thanks @lwsrbrts)_x000D__x000A__x000D__x000A__x000D__x000A_## 1.5.0.0_x000D__x000A__x000D__x000A_New features_x000D__x000A_* Added support for modules requiring license acceptance (#150)_x000D__x000A_ - [Documentation](https://docs.microsoft.com/en-us/powershell/gallery/psget/module/RequireLicenseAcceptance)_x000D__x000A__x000D__x000A_* Added version for REQUIREDSCRIPTS (#162)_x000D__x000A_ - Enabled following scenarios for REQUIREDSCRIPTS_x000D__x000A_ - [1.0] - RequiredVersion_x000D__x000A_ - [1.0,2.0] - Min and Max Version_x000D__x000A_ - (,1.0] - Max Version_x000D__x000A_ - 1.0 - Min Version_x000D__x000A__x000D__x000A_Bug fixes_x000D__x000A_* Fixed empty version value in nuspec (#157)_x000D__x000A__x000D__x000A__x000D__x000A_## 1.1.3.2_x000D__x000A_* Disabled PowerShellGet Telemetry on PS Core as PowerShell Telemetry APIs got removed in PowerShell Core beta builds. (#153)_x000D__x000A_* Fixed for DateTime format serialization issue. (#141)_x000D__x000A_* Update-ModuleManifest should add ExternalModuleDependencies value as a collection. (#129)_x000D__x000A__x000D__x000A_## 1.1.3.1_x000D__x000A__x000D__x000A_New features_x000D__x000A_* Added `PrivateData` field to ScriptFileInfo. (#119)_x000D__x000A__x000D__x000A_Bug fixes_x000D__x000A_* Fixed Add-Type issue in v6.0.0-beta.1 release of PowerShellCore. (#125, #124)_x000D__x000A_* Install-Script -Scope CurrentUser PATH changes should not require a reboot for new PS processes. (#124)_x000D__x000A_ - Made changes to broadcast the Environment variable changes, so that other processes pick changes to Environment variables without having to reboot or logoff/logon._x000D__x000A_* Changed `Get-EnvironmentVariable` to get the unexpanded version of `%path%`. (#117)_x000D__x000A_* Refactor credential parameter propagation to sub-functions. (#104)_x000D__x000A_* Added credential parameter to subsequent calls of `Publish-Module/Script`. (#93)_x000D__x000A_ - This is needed when a module is published that has the RequiredModules attribute in the manifest on a repository that does not have anonymous access because the required module lookups will fail._x000D__x000A__x000D__x000A_## 1.1.2.0_x000D__x000A__x000D__x000A_Bug fixes_x000D__x000A_* Renamed `PublishModuleIsNotSupportedOnNanoServer` errorid to `PublishModuleIsNotSupportedOnPowerShellCoreEdition`. (#44)_x000D__x000A_ - Also renamed `PublishScriptIsNotSupportedOnNanoServer` to `PublishScriptIsNotSupportedOnPowerShellCoreEdition`._x000D__x000A_* Fixed an issue in `Update-Module` and `Update-Script` cmdlets to show proper version of current item being updated in `Confirm`/`WhatIf` message. (#44)_x000D__x000A_* Updated `Test-ModuleInstalled` function to return single module instead of multiple modules. (#44)_x000D__x000A_* Updated `ModuleCommandAlreadyAvailable` error message to include all conflicting commands instead of one. (#44)_x000D__x000A_ - Corresponding changes to collect the complete set of conflicting commands from the being installed._x000D__x000A_ - Also ensured that conflicting commands from PSModule.psm1 are ignored in the command collision analysis as Get-Command includes the commands from current local scope as well._x000D__x000A__x000D__x000A_* Fixed '[Test-ScriptFileInfo] Fails on *NIX newlines (LF vs. CRLF)' (#18)_x000D__x000A__x000D__x000A__x000D__x000A_## 1.1.1.0_x000D__x000A__x000D__x000A_Bug fixes_x000D__x000A_* Fixed 'Update-Module fails with `ModuleAuthenticodeSignature` error for modules with signed PSD1'. (#12) (#8)_x000D__x000A_* Fixed 'Properties of `AdditionalMetadata` are case-sensitive'. #7_x000D__x000A_* Changed `ErrorAction` to `Ignore` for few cmdlet usages as they should not show up in ErrorVariable._x000D__x000A_ - For example, error returned by `Get-Command Test-FileCatalog` should be ignored._x000D__x000A__x000D__x000A__x000D__x000A_## 1.1.0.0_x000D__x000A__x000D__x000A_* Initial release from GitHub._x000D__x000A_* PowerShellCore support._x000D__x000A_* Security enhancements including the enforcement of catalog-signed modules during installation._x000D__x000A_* Authenticated Repository support._x000D__x000A_* Proxy Authentication support._x000D__x000A_* Responses to a number of user requests and issues.</S> </En> <En> <S N="Key">versionDownloadCount</S> <S N="Value">6069</S> </En> <En> <S N="Key">ItemType</S> <S N="Value">Module</S> </En> <En> <S N="Key">copyright</S> <S N="Value">(c) Microsoft Corporation. All rights reserved.</S> </En> <En> <S N="Key">CompanyName</S> <S N="Value">Microsoft Corporation</S> </En> <En> <S N="Key">tags</S> <S N="Value">Packagemanagement Provider PSEdition_Desktop PSEdition_Core Linux Mac PSModule PSFunction_Install-Module PSCommand_Install-Module PSFunction_Find-Module PSCommand_Find-Module PSFunction_Save-Module PSCommand_Save-Module PSFunction_Update-Module PSCommand_Update-Module PSFunction_Publish-Module PSCommand_Publish-Module PSFunction_Get-InstalledModule PSCommand_Get-InstalledModule PSFunction_Uninstall-Module PSCommand_Uninstall-Module PSFunction_Find-Command PSCommand_Find-Command PSFunction_Find-DscResource PSCommand_Find-DscResource PSFunction_Find-RoleCapability PSCommand_Find-RoleCapability PSFunction_Install-Script PSCommand_Install-Script PSFunction_Find-Script PSCommand_Find-Script PSFunction_Save-Script PSCommand_Save-Script PSFunction_Update-Script PSCommand_Update-Script PSFunction_Publish-Script PSCommand_Publish-Script PSFunction_Get-InstalledScript PSCommand_Get-InstalledScript PSFunction_Uninstall-Script PSCommand_Uninstall-Script PSFunction_Test-ScriptFileInfo PSCommand_Test-ScriptFileInfo PSFunction_New-ScriptFileInfo PSCommand_New-ScriptFileInfo PSFunction_Update-ScriptFileInfo PSCommand_Update-ScriptFileInfo PSFunction_Get-PSRepository PSCommand_Get-PSRepository PSFunction_Set-PSRepository PSCommand_Set-PSRepository PSFunction_Register-PSRepository PSCommand_Register-PSRepository PSFunction_Unregister-PSRepository PSCommand_Unregister-PSRepository PSFunction_Update-ModuleManifest PSCommand_Update-ModuleManifest PSIncludes_Function</S> </En> <En> <S N="Key">created</S> <S N="Value">12/5/2017 11:34:41 PM -08:00</S> </En> <En> <S N="Key">description</S> <S N="Value">PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, DSC Resources, Role Capabilities and Scripts.</S> </En> <En> <S N="Key">published</S> <S N="Value">12/5/2017 11:34:41 PM -08:00</S> </En> <En> <S N="Key">developmentDependency</S> <S N="Value">False</S> </En> <En> <S N="Key">NormalizedVersion</S> <S N="Value">1.6.0</S> </En> <En> <S N="Key">downloadCount</S> <S N="Value">119774</S> </En> <En> <S N="Key">GUID</S> <S N="Value">1d73a601-4a6c-43c5-ba3f-619b18bbb404</S> </En> <En> <S N="Key">PowerShellVersion</S> <S N="Value">3.0</S> </En> <En> <S N="Key">updated</S> <S N="Value">2017-12-12T20:50:12Z</S> </En> <En> <S N="Key">isLatestVersion</S> <S N="Value">True</S> </En> <En> <S N="Key">IsPrerelease</S> <S N="Value">false</S> </En> <En> <S N="Key">isAbsoluteLatestVersion</S> <S N="Value">True</S> </En> <En> <S N="Key">packageSize</S> <S N="Value">150679</S> </En> <En> <S N="Key">FileList</S> <S N="Value">PowerShellGet.nuspec|PowerShellGet.cat|PowerShellGet.psd1|PSGet.Format.ps1xml|PSGet.Resource.psd1|PSModule.psm1|en-US\PSGet.Resource.psd1</S> </En> <En> <S N="Key">requireLicenseAcceptance</S> <S N="Value">False</S> </En> </DCT> </Obj> <S N="InstalledLocation">C:\Build\Whiskey\Whiskey\PowerShellGet</S> </MS> </Obj> </Objs> |