Releases: sharefile-org/ShareFile-PowerShell-Module
Releases · sharefile-org/ShareFile-PowerShell-Module
Release list
v1.10.0
What's Changed
- Upgraded to Net 10 in preparation for Net 8 EOL in November 2026.
- Upgraded to latest version of WebView2
Full Changelog: v1.0.2...v1.10.0
New Requirements
- WebView2 runtime
X.Y.4078.Zor greater required.- The third number must be greater than or equal to
4078.- Ex.
150.0.4078.83
- Ex.
- The third number must be greater than or equal to
- Net 10 required for
ShareFile-Coremodule. - PowerShell 7.6+ required for
ShareFile-Coremodule.
v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
- Switch to using
HttpClientfor sending http requests. - Fixes potential authentication failure when calling
New-SfClientcmdlet.
v1.0.0
Existing ShareFile PowerShell SnapIn ported to PowerShell Module format.
Includes two modules for different versions of PowerShell:
ShareFile: For PowerShell 5.X and Net Framework 4.8+.ShareFile-Core: For PowerShell 7+ and Net 8.0.
To start using, run either Import-Module ShareFile or Import-Module ShareFile-Core.