Skip to content

Commit

Permalink
Update demo with the 2.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnichollsc committed Aug 23, 2018
1 parent 3fc69fa commit 9a49ec6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/Assembly-CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<HintPath>Assets\Packages\RSG.Promise.3.0.1\lib\net35\RSG.Promise.dll</HintPath>
</Reference>
<Reference Include="Proyecto26.RestClient">
<HintPath>Assets\Packages\Proyecto26.RestClient.2.0.1\lib\net35\Proyecto26.RestClient.dll</HintPath>
<HintPath>Assets\Packages\Proyecto26.RestClient.2.1.0\lib\net35\Proyecto26.RestClient.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/Assets/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="Proyecto26.RestClient" version="2.0.1" targetFramework="net35" />
<package id="Proyecto26.RestClient" version="2.1.0" targetFramework="net35" />
<package id="RSG.Promise" version="3.0.1" targetFramework="net35" />
</packages>

0 comments on commit 9a49ec6

Please sign in to comment.