Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Updated RestSharp to 105
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarzon committed Mar 14, 2015
1 parent 7868d77 commit 609d74b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DropNet.WindowsPhone/DropNet.WindowsPhone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="RestSharp.WindowsPhone">
<HintPath>..\packages\RestSharp.104.1\lib\sl4-wp71\RestSharp.WindowsPhone.dll</HintPath>
<HintPath>..\packages\RestSharp.105.0.1\lib\sl4-wp71\RestSharp.WindowsPhone.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks.WP71">
<HintPath>..\Lib\sl4-wp71\System.Threading.Tasks.WP71.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion DropNet.WindowsPhone/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="104.1" targetFramework="net40" />
<package id="RestSharp" version="105.0.1" targetFramework="net40" />
</packages>
10 changes: 6 additions & 4 deletions DropNet.sln
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DropNet", "DropNet\DropNet.csproj", "{E9580EFC-6014-4D3B-82A8-5F6D57213CE4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DropNet.WindowsPhone", "DropNet.WindowsPhone\DropNet.WindowsPhone.csproj", "{C73D4D29-41E9-4BB1-B70D-38E36187CF51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DropNet.Tests", "DropNet.Tests\DropNet.Tests.csproj", "{06B6BC2F-94D5-456A-ABA7-F73FB28B4703}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = DropNet.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Expand Down Expand Up @@ -56,4 +55,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = DropNet.vsmdi
EndGlobalSection
EndGlobal
5 changes: 3 additions & 2 deletions DropNet/DropNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="RestSharp">
<HintPath>..\packages\RestSharp.104.1\lib\net4\RestSharp.dll</HintPath>
<Reference Include="RestSharp, Version=105.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\RestSharp.105.0.1\lib\net4\RestSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion DropNet/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="104.1" targetFramework="net40" />
<package id="RestSharp" version="105.0.1" targetFramework="net40" />
</packages>
Binary file removed Lib/monotouch/RestSharp.MonoTouch.dll
Binary file not shown.
Binary file removed Lib/monotouch/RestSharp.MonoTouch.dll.mdb
Binary file not shown.
Binary file removed Lib/winrt/RestSharp.Metro.dll
Binary file not shown.

0 comments on commit 609d74b

Please sign in to comment.