Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Bump meta package to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Apr 15, 2016
1 parent 2980792 commit 679a1e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Stormpath.SDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Stormpath.SDK</id>
<version>0.8.2</version>
<version>0.8.3</version>
<authors>Nate Barbettini</authors>
<owners>Stormpath, Inc.</owners>
<licenseUrl>https://github.com/stormpath/stormpath-sdk-csharp/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,22 +15,22 @@
<tags>Stormpath API Authentication Authorization REST</tags>
<dependencies>
<group targetFramework="DNX4.5.1">
<dependency id="Stormpath.SDK.Core" version="[0.8.2, )" />
<dependency id="Stormpath.SDK.Core" version="[0.8.3, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.7.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.7.0, )" />
</group>
<group targetFramework=".NETPlatform5.4">
<dependency id="Stormpath.SDK.Core" version="[0.8.2, )" />
<dependency id="Stormpath.SDK.Core" version="[0.8.3, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.7.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.7.0, )" />
</group>
<group targetFramework=".NETFramework4.5.1">
<dependency id="Stormpath.SDK.Core" version="[0.8.2, )" />
<dependency id="Stormpath.SDK.Core" version="[0.8.3, )" />
<dependency id="Stormpath.SDK.RestSharpClient" version="[0.7.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.7.0, )" />
</group>
<group targetFramework=".NETCore5.0">
<dependency id="Stormpath.SDK.Core" version="[0.8.2, )" />
<dependency id="Stormpath.SDK.Core" version="[0.8.3, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.7.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.7.0, )" />
</group>
Expand Down

0 comments on commit 679a1e3

Please sign in to comment.