Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sharefile-org/ShareFile-PowerShell-Module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: sharefile-org/ShareFile-PowerShell-Module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 12 commits
  • 18 files changed
  • 2 contributors

Commits on Dec 3, 2024

  1. Update README.md

    Fix image urls
    lukeskrzypek-sf authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    3fc50b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    033b347 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Add note about older snapin sdk
    lukeskrzypek-sf authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f6c59ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3767730 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Merge pull request #10 from sharefile-org/httpclient

    Replace outdated HttpWebRequest with HttpClient
    lukeskrzypek-sf authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    e9d6dcc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Configuration menu
    Copy the full SHA
    5a28368 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Configuration menu
    Copy the full SHA
    6c62988 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. fix: Update model namespaces to correct value.

    In the C# SDK, the model namespaces changed with the "latest" version from ShareFile.Api.Models.* to ShareFile.Api.Clients.Models.*
    lukeskrzypek-sf committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    6a3f1e7 View commit details
    Browse the repository at this point in the history
  2. fix: Fix unit tests.

    lukeskrzypek-sf committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    ad3ee54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d3e73f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. fix: Framework module was missing some dependencies

    Framework module (ShareFile) was missing some dependencies, specifically System.Buffers.dll.
    This caused a stack overflow when trying to resolve it via our manual binding redirect as it couldn't be found.
    
    Also incremented version and added publish profiles for both targets.
    lukeskrzypek-sf committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    09198ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from sharefile-org/fix-framework-install

    fix: Framework module was missing some dependencies
    lukeskrzypek-sf authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    78084b7 View commit details
    Browse the repository at this point in the history
Loading