Skip to content

Commit

Permalink
Downgrade dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
holzmaster committed Sep 15, 2015
1 parent 30af229 commit f3c097f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions OpenPr0gramm/OpenPr0gramm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<AssemblyOriginatorKeyFile>OpenPr0gramm.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Refit, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -135,9 +135,10 @@
<Compile Include="Vote.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="OpenPr0gramm.pfx" />
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\refit.2.3.0\build\refit.targets" Condition="Exists('..\packages\refit.2.3.0\build\refit.targets')" />
Expand Down
2 changes: 1 addition & 1 deletion OpenPr0gramm/Pr0grammApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace OpenPr0gramm
{
public class Pr0grammApiClient : IPr0grammApiClient
{
internal const string OpenPr0grammVersion = "0.3.1"; // Also referenced in AssemblyInfo.cs
internal const string OpenPr0grammVersion = "0.3.2"; // Also referenced in AssemblyInfo.cs

private const string ProtocolPrefix = "https://";
private const string HostName = "pr0gramm.com";
Expand Down
2 changes: 1 addition & 1 deletion OpenPr0gramm/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
<package id="refit" version="2.3.0" targetFramework="net45" />
</packages>

0 comments on commit f3c097f

Please sign in to comment.