diff options
author | Vitaly Takmazov | 2013-12-16 13:50:31 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-12-16 13:50:31 +0400 |
commit | d82b0465c8d25ac8d243966471a9ff30bf078efb (patch) | |
tree | ab3baba400a6db615fb78b76dc7753f6f8162420 | |
parent | 9730c79feeede41075f8a726a6118d163931ce7c (diff) |
update Restsharp
-rw-r--r-- | Juick/Juick.csproj | 4 | ||||
-rw-r--r-- | Juick/packages.config | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj index b1cc31e..0125586 100644 --- a/Juick/Juick.csproj +++ b/Juick/Juick.csproj @@ -61,9 +61,9 @@ </Reference>
<Reference Include="Microsoft.Phone.Interop" />
<Reference Include="Microsoft.Xna.Framework" />
- <Reference Include="RestSharp.WindowsPhone, Version=104.2.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <Reference Include="RestSharp.WindowsPhone, Version=104.3.3.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\RestSharp.104.2.0\lib\sl4-wp71\RestSharp.WindowsPhone.dll</HintPath>
+ <HintPath>..\packages\RestSharp.104.3.3\lib\sl4-wp71\RestSharp.WindowsPhone.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Servicemodel.Web" />
diff --git a/Juick/packages.config b/Juick/packages.config index 0e775f2..97ef741 100644 --- a/Juick/packages.config +++ b/Juick/packages.config @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="RestSharp" version="104.2.0" targetFramework="wp71" />
+ <package id="RestSharp" version="104.3.3" targetFramework="wp71" />
<package id="WPtoolkit" version="4.2013.08.16" targetFramework="wp71" />
</packages>
\ No newline at end of file |