Skip to content

Commit

Permalink
Bump RestSharp from 106.10.0 to 106.10.1 (#33)
Browse files Browse the repository at this point in the history
* Bump RestSharp from 106.10.0 to 106.10.1

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.10.0 to 106.10.1.
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Changelog](https://github.com/restsharp/RestSharp/blob/master/releasenotes.md)
- [Commits](restsharp/RestSharp@106.10.0...106.10.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Update Core.csproj

Co-authored-by: John <[email protected]>
  • Loading branch information
dependabot-preview[bot] and dmpe committed Jan 25, 2020
1 parent c02ed1d commit 1b74de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MeetupToRTM/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<HintPath>RememberTheMilkApi.dll</HintPath>
</Reference>
<Reference Include="RestSharp, Version=106.0.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
<HintPath>..\packages\RestSharp.106.10.0\lib\net452\RestSharp.dll</HintPath>
<HintPath>..\packages\RestSharp.106.10.1\lib\net452\RestSharp.dll</HintPath>
</Reference>
<Reference Include="ShowMeTheXAML, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ShowMeTheXAML.1.0.12\lib\net45\ShowMeTheXAML.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion MeetupToRTM/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<package id="NLog" version="4.6.8" targetFramework="net48" />
<package id="NLog.Schema" version="4.6.8" targetFramework="net472" />
<package id="NodaTime" version="2.4.7" targetFramework="net472" />
<package id="RestSharp" version="106.10.0" targetFramework="net48" />
<package id="RestSharp" version="106.10.1" targetFramework="net48" />
<package id="ShowMeTheXAML" version="1.0.12" targetFramework="net472" />
<package id="ShowMeTheXAML.AvalonEdit" version="1.0.12" targetFramework="net472" />
<package id="StyleCop.MSBuild" version="6.1.0" targetFramework="net472" developmentDependency="true" />
Expand Down

0 comments on commit 1b74de1

Please sign in to comment.