This repository was archived by the owner on Dec 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-22
lines changed
Stormpath.SDK.Http.SystemNetHttpClient
Stormpath.SDK.RestSharpClient Expand file tree Collapse file tree 4 files changed +12
-22
lines changed Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata >
44 <id >Stormpath.SDK</id >
5- <version >0.92.0 </version >
5+ <version >0.92.1 </version >
66 <authors >Nate Barbettini</authors >
77 <owners >Stormpath, Inc.</owners >
88 <licenseUrl >https://github.com/stormpath/stormpath-sdk-csharp/blob/master/LICENSE</licenseUrl >
1414 <tags >Stormpath API Authentication Authorization REST</tags >
1515 <dependencies >
1616 <group targetFramework =" .NETStandard1.3" >
17- <dependency id =" Stormpath.SDK.Core" version =" [0.92.0 , )" />
18- <dependency id =" Stormpath.SDK.Http.SystemNetHttpClient" version =" [0.91.0 , )" />
17+ <dependency id =" Stormpath.SDK.Core" version =" [0.92.1 , )" />
18+ <dependency id =" Stormpath.SDK.Http.SystemNetHttpClient" version =" [0.91.1 , )" />
1919 <dependency id =" Stormpath.SDK.JsonNetSerializer" version =" [0.91.0, )" />
2020 </group >
2121 <group targetFramework =" .NETFramework4.5" >
22- <dependency id =" Stormpath.SDK.Core" version =" [0.92.0 , )" />
23- <dependency id =" Stormpath.SDK.RestSharpClient" version =" [0.91.0 , )" />
22+ <dependency id =" Stormpath.SDK.Core" version =" [0.92.1 , )" />
23+ <dependency id =" Stormpath.SDK.RestSharpClient" version =" [0.91.1 , )" />
2424 <dependency id =" Stormpath.SDK.JsonNetSerializer" version =" [0.91.0, )" />
2525 </group >
2626 </dependencies >
Original file line number Diff line number Diff line change 2020 "frameworks" : {
2121 "net45" : {
2222 "frameworkAssemblies" : {
23- "System.Collections" : " 4.0.0.0" ,
24- "System.IO" : " 4.0.0.0" ,
25- "System.Linq.Expressions" : " 4.0.0.0" ,
26- "System.Net.Primitives" : " 4.0.0.0" ,
27- "System.Reflection" : " 4.0.0.0" ,
2823 "System.Runtime" : {
2924 "type" : " build" ,
3025 "version" : " 4.0.0.0"
31- },
32- "System.Text.Encoding" : " 4.0.0.0" ,
33- "System.Threading.Tasks" : " 4.0.0.0"
26+ }
3427 }
3528 },
3629 "netstandard1.3" : {
5548 "tooling" : {
5649 "defaultNamespace" : " Stormpath.SDK"
5750 },
58- "version" : " 0.92.0 "
51+ "version" : " 0.92.1 "
5952}
Original file line number Diff line number Diff line change 1111 "dependencies" : {
1212 "Stormpath.SDK.Abstractions" : {
1313 "target" : " project" ,
14- "version" : " 0.91 .0"
14+ "version" : " 0.92 .0"
1515 }
1616 },
1717 "description" : " System.Net.Http plugin for the Stormpath .NET SDK." ,
1818 "frameworks" : {
1919 "net45" : {
2020 "frameworkAssemblies" : {
2121 "System.Net.Http" : " 4.0.0.0" ,
22- "System.Net.Primitives" : " 4.0.0.0" ,
2322 "System.Runtime" : {
2423 "type" : " build" ,
2524 "version" : " 4.0.0.0"
4645 "tooling" : {
4746 "defaultNamespace" : " Stormpath.SDK.Http.SystemNetHttpClient"
4847 },
49- "version" : " 0.91.0 "
48+ "version" : " 0.91.1 "
5049}
Original file line number Diff line number Diff line change 1212 "RestSharp" : " 105.2.3" ,
1313 "Stormpath.SDK.Abstractions" : {
1414 "target" : " project" ,
15- "version" : " 0.91 .0"
15+ "version" : " 0.92 .0"
1616 }
1717 },
1818 "description" : " RestSharp HTTP plugin for the Stormpath .NET SDK." ,
1919 "frameworks" : {
2020 "net45" : {
2121 "frameworkAssemblies" : {
22- "System.Net.Primitives" : " 4.0.0.0" ,
2322 "System.Runtime" : {
2423 "type" : " build" ,
2524 "version" : " 4.0.0.0"
26- },
27- "System.Threading.Tasks" : " 4.0.0.0"
25+ }
2826 }
2927 }
3028 },
4139 "tooling" : {
4240 "defaultNamespace" : " Stormpath.SDK.Extensions.Http"
4341 },
44- "version" : " 0.91.0 "
42+ "version" : " 0.91.1 "
4543}
You can’t perform that action at this time.
0 commit comments