SHiPS

0.8.0

SHiPS is a PowerShell provider. More accurately it is a provider platform that simplifies developing PowerShell providers.

Minimum PowerShell version

5.0

Installation Options

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

Install-Module -Name SHiPS -RequiredVersion 0.8.0

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

Install-PSResource -Name SHiPS -Version 0.8.0

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

© Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

SHiPS Linux Mac

PSEditions

Core Desktop

Dependencies

This module has no dependencies.

Release Notes


## 0.8.0
* Changed to single .NET Standard 2.0 assembly
* Added error handling for unspported provider cmdlets.
## 0.7.2
* Bug fix for 'dir -force' case.
## 0.7.1
* Perf improvement. For providers using cached data, [SHiPSProvider(UseCache=$true)], 'dir -force' will only refresh the last node in the path.
* Allowed to navigate home directory, e.g., 'dir ~' or 'cd ~' under SHiPS based provider drive.
## 0.7.0
* Fixed forward slash issue on Linux.
* Fixed Set-Location drive: path issue on Linux.
## 0.6.0
* Fixed Test-Path cmdlet.
* Updated SHiPS to build with .NET Core 2.0.5 to be in sync with pwsh.
* Fixed SHiPS formats.ps1xml.

FileList

  • SHiPS.nuspec
  • CodeOwls.PowerShell.Paths.dll
  • CodeOwls.PowerShell.Paths.pdb
  • CodeOwls.PowerShell.Provider.dll
  • CodeOwls.PowerShell.Provider.pdb
  • Microsoft.PowerShell.SHiPS.dll
  • Microsoft.PowerShell.SHiPS.pdb
  • SHiPS.formats.ps1xml
  • SHiPS.psd1

Version History

Version Downloads Last updated
0.8.1 1,853,690 9/21/2018
0.8.0 (current version) 53,540 8/16/2018
0.7.5 55,732 6/19/2018
0.7.2 1,451 4/27/2018
0.7.1 222 4/25/2018
0.7.0 1,174 3/8/2018
0.6.0 910 1/23/2018
0.3.0 2,005 10/17/2017
Show more