Skip to content

Commit

Permalink
Reverted RestSharp back to 105.1.0 due to bug
Browse files Browse the repository at this point in the history
See restsharp/RestSharp#742 for bug details
  • Loading branch information
Genbox committed Jan 30, 2016
1 parent e3f58c7 commit 32fe1a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VirusTotal.NET/VirusTotal.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
<Compile Include="VirusTotal.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="RestSharp">
<HintPath>..\packages\RestSharp.105.2.3\lib\net46\RestSharp.dll</HintPath>
<Reference Include="RestSharp, Version=105.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\RestSharp.105.1.0\lib\net452\RestSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion VirusTotal.NET/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="RestSharp" version="105.2.3" targetFramework="net461" />
<package id="RestSharp" version="105.1.0" targetFramework="net461" />
</packages>

2 comments on commit 32fe1a4

@keithjjones
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the bug?

@Genbox
Copy link
Owner Author

@Genbox Genbox commented on 32fe1a4 Jan 31, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are 3 open issues related to it. See restsharp/RestSharp#742 for one of them.

Please sign in to comment.