Skip to content

Commit 1b74de1

Browse files
Bump RestSharp from 106.10.0 to 106.10.1 (#33)
* 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] <support@dependabot.com> * Update Core.csproj Co-authored-by: John <cincenko@outlook.com>
1 parent c02ed1d commit 1b74de1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MeetupToRTM/Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<HintPath>RememberTheMilkApi.dll</HintPath>
157157
</Reference>
158158
<Reference Include="RestSharp, Version=106.0.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
159-
<HintPath>..\packages\RestSharp.106.10.0\lib\net452\RestSharp.dll</HintPath>
159+
<HintPath>..\packages\RestSharp.106.10.1\lib\net452\RestSharp.dll</HintPath>
160160
</Reference>
161161
<Reference Include="ShowMeTheXAML, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
162162
<HintPath>..\packages\ShowMeTheXAML.1.0.12\lib\net45\ShowMeTheXAML.dll</HintPath>

MeetupToRTM/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<package id="NLog" version="4.6.8" targetFramework="net48" />
1616
<package id="NLog.Schema" version="4.6.8" targetFramework="net472" />
1717
<package id="NodaTime" version="2.4.7" targetFramework="net472" />
18-
<package id="RestSharp" version="106.10.0" targetFramework="net48" />
18+
<package id="RestSharp" version="106.10.1" targetFramework="net48" />
1919
<package id="ShowMeTheXAML" version="1.0.12" targetFramework="net472" />
2020
<package id="ShowMeTheXAML.AvalonEdit" version="1.0.12" targetFramework="net472" />
2121
<package id="StyleCop.MSBuild" version="6.1.0" targetFramework="net472" developmentDependency="true" />

0 commit comments

Comments
 (0)