This repository was archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathStormpath.SDK.nuspec
30 lines (30 loc) · 1.56 KB
/
Stormpath.SDK.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Stormpath.SDK</id>
<version>0.96.1</version>
<authors>Nate Barbettini, Sai Maddali, and contributors</authors>
<owners>Stormpath, Inc.</owners>
<licenseUrl>https://github.com/stormpath/stormpath-sdk-dotnet/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/stormpath/stormpath-sdk-dotnet</projectUrl>
<iconUrl>https://raw.githubusercontent.com/stormpath/stormpath-sdk-dotnet/develop/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The official Stormpath SDK for .NET</description>
<copyright>(c) 2016 Stormpath, Inc.</copyright>
<tags>Stormpath API Authentication Authorization REST</tags>
<dependencies>
<group targetFramework=".NETStandard1.3">
<dependency id="Stormpath.SDK.Core" version="[0.96.1, )" />
<dependency id="Stormpath.SDK.Http.SystemNetHttpClient" version="[0.94.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.91.0, )" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="Stormpath.SDK.Core" version="[0.96.1, )" />
<dependency id="Stormpath.SDK.RestSharpClient" version="[0.94.0, )" />
<dependency id="Stormpath.SDK.JsonNetSerializer" version="[0.91.0, )" />
</group>
</dependencies>
</metadata>
<files>
</files>
</package>