forked from MyPureCloud/purecloud_api_dotnet_oauth_control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpurecloud_api_dotnet_oauth_control.nuspec
25 lines (25 loc) · 1.27 KB
/
purecloud_api_dotnet_oauth_control.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>PureCloudOAuthControl</id>
<version>2.2.0.0</version>
<title>PureCloud OAuth Control</title>
<authors>Genesys</authors>
<license type="expression">MIT</license>
<projectUrl>https://github.com/MyPureCloud/purecloud_api_dotnet_oauth_control</projectUrl>
<iconUrl>https://raw.githubusercontent.com/MyPureCloud/purecloud_api_dotnet_oauth_control/master/genesys.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>PureCloud OAuth Control</description>
<summary>A .NET control to handle OAuth flows with PureCloud</summary>
<releaseNotes>* Added error handling for scope rejections</releaseNotes>
<copyright>Genesys</copyright>
<language>en-us</language>
<tags>genesys purecloud pure cloud public api sdk oauth control</tags>
<dependencies>
<dependency id="RestSharp" version="106.12.0" />
</dependencies>
</metadata>
<files>
<file src="src\OAuthLibrary\OAuthControl\bin\Release\ININ.PureCloud.OAuthControl.dll" target="lib\ININ.PureCloud.OAuthControl.dll" />
</files>
</package>