-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOSvCCSharp.nuspec
More file actions
23 lines (23 loc) · 893 Bytes
/
OSvCCSharp.nuspec
File metadata and controls
23 lines (23 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>OSvCCSharp</id>
<version>1.1.0</version>
<title>OSvCCSharp</title>
<authors>rajangdavis</authors>
<owners>rajangdavis</owners>
<licenseUrl>https://raw.githubusercontent.com/rajangdavis/osvc_csharp/master/License.txt</licenseUrl>
<projectUrl>https://github.com/rajangdavis/osvc_csharp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An unofficial C# wrapper for Oracle Service Cloud (fka RightNow Technologies) REST API</description>
<releaseNotes>Second Release</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>Oracle Service Cloud</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="11.0.2"></dependency>
</dependencies>
</metadata>
<files>
<file src="OSvCCSharp.cs" target="content"></file>
</files>
</package>