tag:github.com,2008:https://github.com/sharefile-org/ShareFile-PowerShell-Module/releasesRelease notes from ShareFile-PowerShell-Module2025-07-30T18:24:41Ztag:github.com,2008:Repository/897522099/v1.0.22025-07-30T18:34:55Zv1.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-sftag:github.com,2008:Repository/897522099/v1.0.12025-02-28T21:47:33Zv1.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-sftag:github.com,2008:Repository/897522099/v1.0.02024-12-03T13:32:44Zv1.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