Skip to content

Commit 36cc0dd

Browse files
committed
1 parent 52f8547 commit 36cc0dd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<title>InfluxDB.Client.Net</title>
7+
<authors>$author$</authors>
8+
<owners>$author$</owners>
9+
<licenseUrl>https://github.com/AdysTech/InfluxDB.Client.Net/blob/master/License.md</licenseUrl>
10+
<projectUrl>https://github.com/AdysTech/InfluxDB.Client.Net</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>$description$</description>
13+
<releaseNotes>Added type safe write methods via a new data structure called InfluxDataPoint. Previous write methods are marked obsolete. </releaseNotes>
14+
<copyright>Copyright 2016</copyright>
15+
<tags>InfluxDB Influx TSDB TimeSeries</tags>
16+
</metadata>
17+
</package>

0 commit comments

Comments
 (0)