tag:github.com,2008:https://github.com/sharefile-org/ShareFile-PowerShell-Module/releases Release notes from ShareFile-PowerShell-Module 2025-07-30T18:24:41Z tag:github.com,2008:Repository/897522099/v1.0.2 2025-07-30T18:34:55Z v1.0.2 <h2>What's Changed</h2> <ul> <li>fix: Framework module missing dependencies.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/sharefile-org/ShareFile-PowerShell-Module/compare/v1.0.1...v1.0.2"><tt>v1.0.1...v1.0.2</tt></a></p> lukeskrzypek-sf tag:github.com,2008:Repository/897522099/v1.0.1 2025-02-28T21:47:33Z v1.0.1 <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/sharefile-org/ShareFile-PowerShell-Module/compare/v1.0.0...v1.0.1"><tt>v1.0.0...v1.0.1</tt></a></p> <ul> <li>Switch to using <code>HttpClient</code> for sending http requests.</li> <li>Fixes potential authentication failure when calling <code>New-SfClient</code> cmdlet.</li> </ul> lukeskrzypek-sf tag:github.com,2008:Repository/897522099/v1.0.0 2024-12-03T13:32:44Z v1.0.0 <p>Existing <a href="https://github.com/sharefile-org/ShareFile-PowerShell">ShareFile PowerShell SnapIn</a> ported to PowerShell Module format.<br> Includes two modules for different versions of PowerShell:</p> <ul> <li><code>ShareFile</code>: For PowerShell 5.X and Net Framework 4.8+.</li> <li><code>ShareFile-Core</code>: For PowerShell 7+ and Net 8.0.</li> </ul> <p>To start using, run either <code>Import-Module ShareFile</code> or <code>Import-Module ShareFile-Core</code>.</p> lukeskrzypek-sf