PSResourceGet

0.5.22-beta22

PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, Scripts, and DSC Resources.

Minimum PowerShell version

5.1

This is a prerelease version of PSResourceGet.
The owner has unlisted this package. This could mean that the module is deprecated or shouldn't be used anymore.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSResourceGet -RequiredVersion 0.5.22-beta22 -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSResourceGet -Version 0.5.22-beta22 -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

PackageManagement Linux Mac Windows

Cmdlets

Find-PSResource Get-InstalledPSResource Get-PSResourceRepository Get-PSScriptFileInfo Install-PSResource Register-PSResourceRepository Save-PSResource Set-PSResourceRepository New-PSScriptFileInfo Test-PSScriptFileInfo Update-PSScriptFileInfo Publish-PSResource Uninstall-PSResource Unregister-PSResourceRepository Update-PSModuleManifest Update-PSResource

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes

## 0.5.22-beta22

### Breaking Changes
- PowerShellGet is now PSResourceGet! (#1164)
- Update-PSScriptFile is now Update-PSScriptFileInfo (#1140)
- New-PSScriptFile is now New-PSScriptFileInfo (#1140)
- Update-ModuleManifest is now Update-PSModuleManifest (#1139)
- -Tags parameter changed to -Tag in New-PSScriptFile, Update-PSScriptFileInfo, and Update-ModuleManifest (#1123)
- Change the type of -InputObject from PSResource to PSResource[] for Install-PSResource, Save-PSResource, and Uninstall-PSResource (#1124)
- PSModulePath is no longer referenced when searching paths (#1154)

### New Features
- Support for Azure Artifacts, GitHub Packages, and Artifactory (#1167, #1180)

### Bug Fixes
- Filter out unlisted packages (#1172, #1161)
- Add paging for V3 server requests (#1170)
- Support for floating versions (#1117)
- Update, Save, and Install with wildcard gets the latest version within specified range (#1117)
- Add positonal parameter for -Path in Publish-PSResource (#1111)
- Uninstall-PSResource -WhatIf now shows version and path of package being uninstalled (#1116)
- Find returns packages from the highest priority repository only (#1155)
- Bug fix for PSCredentialInfo constructor (#1156)
- Bug fix for Install-PSResource -NoClobber parameter (#1121)
- Save-PSResource now searches through all repos when no repo is specified (#1125)
- Caching for improved performance in Uninstall-PSResource (#1175)
- Bug fix for parsing package tags from local repository (#1119)

See change log (CHANGELOG.md) at https://github.com/PowerShell/PSResourceGet

FileList

  • PSResourceGet.nuspec
  • dependencies\NuGet.ProjectModel.dll
  • LICENSE
  • dependencies\NuGet.Protocol.dll
  • Notice.txt
  • dependencies\NuGet.Versioning.dll
  • PSGet.Format.ps1xml
  • dependencies\System.Buffers.dll
  • PSResourceGet.dll
  • dependencies\System.Memory.dll
  • dependencies\System.Numerics.Vectors.dll
  • PSResourceGet.psd1
  • dependencies\System.Runtime.CompilerServices.Unsafe.dll
  • dependencies\Microsoft.Bcl.AsyncInterfaces.dll
  • dependencies\System.Text.Encodings.Web.dll
  • dependencies\Newtonsoft.Json.dll
  • dependencies\System.Text.Json.dll
  • dependencies\NuGet.Commands.dll
  • dependencies\System.Threading.Tasks.Extensions.dll
  • dependencies\NuGet.Common.dll
  • dependencies\System.ValueTuple.dll
  • dependencies\NuGet.Configuration.dll
  • _manifest\spdx_2.2\bsi.json
  • dependencies\NuGet.Credentials.dll
  • _manifest\spdx_2.2\manifest.cat
  • dependencies\NuGet.DependencyResolver.Core.dll
  • _manifest\spdx_2.2\manifest.spdx.json
  • dependencies\NuGet.Frameworks.dll
  • _manifest\spdx_2.2\manifest.spdx.json.sha256
  • dependencies\NuGet.LibraryModel.dll
  • dependencies\NuGet.Packaging.dll

Version History

Version Downloads Last updated