Skip to content

Commit

Permalink
Merge pull request #89 from TrueWill/fix-restsharp-version
Browse files Browse the repository at this point in the history
Fix RestSharp version in .nuspec
  • Loading branch information
mfilippov authored Aug 6, 2017
2 parents fd8776d + 1cedcce commit a6386ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VimeoDotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<tags>vimeo, async</tags>
<dependencies>
<group>
<dependency id="RestSharp" version="105.1.0" />
<dependency id="RestSharp" version="105.2.3" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit a6386ec

Please sign in to comment.