Thanks to visit codestin.com
Credit goes to github.com

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: restsharp/RestSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 110.1.0
Choose a base ref
...
head repository: restsharp/RestSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 110.2.0
Choose a head ref
  • 7 commits
  • 85 files changed
  • 2 contributors

Commits on Apr 5, 2023

  1. Bump Microsoft.AspNetCore.TestHost from 6.0.9 to 6.0.15 (#2054)

    Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 6.0.9 to 6.0.15.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.9...v6.0.15)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.TestHost
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d4b6f55 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

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

Commits on Apr 8, 2023

  1. Fix intro a bit

    alexeyzimarev committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    4af066c View commit details
    Browse the repository at this point in the history
  2. More cleanup

    alexeyzimarev committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    edce8c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Add CacheControl (#2053)

    Cleanup response writer code
    alexeyzimarev authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    e147e1c View commit details
    Browse the repository at this point in the history
  2. Merge client- and request-level cookies in the header. Also, dispose …

    …the request if not downloading data. (#2056)
    alexeyzimarev authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    794348e View commit details
    Browse the repository at this point in the history
  3. Move the instantiation of RequestContent after calling the Authentica…

    …tor (#2062)
    
    * Move the instantiation of RequestContent after calling the Authenticator
    * Add auth tests
    * Fix null content issues with .NET Framework
    alexeyzimarev authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    812c344 View commit details
    Browse the repository at this point in the history
Loading