forked from hdinsight/hbase-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMicrosoft.HBase.Client.nuspec
20 lines (20 loc) · 1010 Bytes
/
Microsoft.HBase.Client.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.HBase.Client</id>
<version>0.2</version>
<title>Microsoft HBase REST Client Library for .NET</title>
<authors>Microsoft</authors>
<owners>maxluk,ashitgosalia,thomasjungblut</owners>
<licenseUrl>https://github.com/hdinsight/hbase-sdk-for-net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/hdinsight/hbase-sdk-for-net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NET Client Library for Azure HDInsight HBase clusters.</description>
<releaseNotes>(pre-release)</releaseNotes>
<copyright>Copyright © Microsoft Corporation</copyright>
<tags>Microsoft HDInsight HBase</tags>
<dependencies>
<dependency id="protobuf-net" version="2.0.0.668" />
</dependencies>
</metadata>
</package>