Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C#] dependency upgrade #5870

Merged
merged 4 commits into from
Apr 10, 2020
Merged

[C#] dependency upgrade #5870

merged 4 commits into from
Apr 10, 2020

Commits on Apr 7, 2020

  1. Updating packages version (#5313)

    * Add support to RestSharp version 106.10.1
    
    Restsharp 106.10.1 needs the Content Lenght as a parameter to AddFile method
    
    * Updating RestSharp Version
    
    Updating RestSharp Version
    
    * Update netcore_project.mustache
    
    * Update netcore_testproject.mustache
    
    * Update Project.mustache
    
    * Updating packages version
    
    Updating packages version
    
    * Updating packages version
    
    Updating packages version
    
    * Updating packages version
    
    Updating packages version
    
    * Updating packages version
    
    Updating packages version
    
    * Updating packages version
    
    Updating packages version
    
    * Updating packages version
    
    Updating packages version
    
    * Execute task async obsolete
    
    Use ExecuteAsync instead
    
    * update csharp samples
    
    Co-authored-by: William Cheng <[email protected]>
    iquirino and wing328 authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    1472f52 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. [csharp] Library upgrade fix (#5848)

    * On .net45 framework, Restsharp version is updated to 106.10.1 Otherwise, it stays on version 105.1.0
    
    * Added additionalProperties for library versions and target frameworks
    
    * Removed unused properties
    
    * Added an additional property to test for a specific version of RestSharp
    
    * Updated csharp samples
    
    * Fixed nuspec.mustache to use library specific additional properties
    
    * Updated csharp samples
    
    * Updating CI/samples.ci csharp petstore test project file.
    
    * Updated csharp.md
    
    Co-authored-by: Olivier Leonard <[email protected]>
    Bouillie and Olivier Leonard authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    abdee99 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. [csharp-client] Restored tests on csharp samples (#5879)

    * Restored tests on csharp samples
    
    * Restored a reference to the file used to test file uploads
    
    Co-authored-by: Olivier Leonard <[email protected]>
    Bouillie and Olivier Leonard authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    d839f26 View commit details
    Browse the repository at this point in the history
  2. update samples

    wing328 committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    3d217a4 View commit details
    Browse the repository at this point in the history