/CompatPowerShellGet

This module provide functions used with PowerShellGet v3 to provide compatibility with scripts expecting PowerShellGet v2

Primary LanguagePowerShellMIT LicenseMIT

CompatPowerShellGet

PowerShell Gallery - CompatPowerShellGet Minimum Supported PowerShell Version

Introduction

CompatPowerShellGet is a compatibility module that allows use of PowerShellGet 2.x (and below) cmdlet syntax with PowerShellGet 3.0 (and newer) functionality by making a best effort mapping between the cmdlet interfaces of both versions of the module.'

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Documentation

Documentation for CompatPowerShellGet has not yet been published, please Click here to reference the documentation for previous versions of PowerShellGet.

Requirements

  • Windows PowerShell 3.0 or newer.
  • PowerShell Core.

Get CompatPowerShellGet Module

Please refer to our documentation for the up-to-date version on how to get the CompatPowerShellGet Module.

Get PowerShellGet Source

Steps

cd path/to/CompatPowerShellGet
  • Import the module
Import-Module src/CompatPowerShellGet