summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-10-09 00:51:32 +0400
committerGravatar Vitaly Takmazov2013-10-09 00:51:32 +0400
commitdaade5f7991618146e9b46287b41915d6eea954f (patch)
tree046589eab0f2b02386386ad838750f0c8be2fc5f
parentc63da7c62138965840592c619a67432a83f01fab (diff)
Update dependencies
-rw-r--r--Juick/Juick.csproj20
-rw-r--r--Juick/Toolkit.Content/ApplicationBar.Add.pngbin0 -> 339 bytes
-rw-r--r--Juick/packages.config4
3 files changed, 14 insertions, 10 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index f979405..53d0a72 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -55,13 +55,15 @@
<ItemGroup>
<Reference Include="Microsoft.Phone" />
<Reference Include="Microsoft.Phone.Controls" />
- <Reference Include="Microsoft.Phone.Controls.Toolkit">
- <HintPath>..\packages\WPtoolkit.4.2012.10.30\lib\sl4-windowsphone71\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
+ <Reference Include="Microsoft.Phone.Controls.Toolkit, Version=7.0.1.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\WPtoolkit.4.2013.08.16\lib\sl4-windowsphone71\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Phone.Interop" />
<Reference Include="Microsoft.Xna.Framework" />
- <Reference Include="RestSharp.WindowsPhone, Version=104.1.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\RestSharp.104.1\lib\sl4-wp71\RestSharp.WindowsPhone.dll</HintPath>
+ <Reference Include="RestSharp.WindowsPhone, Version=104.2.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\RestSharp.104.2.0\lib\sl4-wp71\RestSharp.WindowsPhone.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Servicemodel.Web" />
@@ -163,10 +165,12 @@
<Content Include="ApplicationIcon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Resource Include="Toolkit.Content\ApplicationBar.Cancel.png" />
- <Resource Include="Toolkit.Content\ApplicationBar.Check.png" />
- <Resource Include="Toolkit.Content\ApplicationBar.Delete.png" />
- <Resource Include="Toolkit.Content\ApplicationBar.Select.png" />
+ <Content Include="README_FIRST.txt" />
+ <Content Include="Toolkit.Content\ApplicationBar.Add.png" />
+ <Content Include="Toolkit.Content\ApplicationBar.Cancel.png" />
+ <Content Include="Toolkit.Content\ApplicationBar.Check.png" />
+ <Content Include="Toolkit.Content\ApplicationBar.Delete.png" />
+ <Content Include="Toolkit.Content\ApplicationBar.Select.png" />
<Resource Include="Images\appbar.add.rest.png" />
<Resource Include="Images\appbar.back.rest.png" />
<Resource Include="Images\appbar.basecircle.rest.png" />
diff --git a/Juick/Toolkit.Content/ApplicationBar.Add.png b/Juick/Toolkit.Content/ApplicationBar.Add.png
new file mode 100644
index 0000000..4b524d6
--- /dev/null
+++ b/Juick/Toolkit.Content/ApplicationBar.Add.png
Binary files differ
diff --git a/Juick/packages.config b/Juick/packages.config
index 73aeefe..0e775f2 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.1" targetFramework="sl40-wp71" />
- <package id="WPtoolkit" version="4.2012.10.30" targetFramework="sl40-wp71" />
+ <package id="RestSharp" version="104.2.0" targetFramework="wp71" />
+ <package id="WPtoolkit" version="4.2013.08.16" targetFramework="wp71" />
</packages> \ No newline at end of file