-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathKhiva.nuspec
17 lines (17 loc) · 972 Bytes
/
Khiva.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Khiva</id>
<version>0.3.0</version>
<authors>otorreno, j_recuerda</authors>
<owners>otorreno, j_recuerda</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.githubusercontent.com/shapelets/khiva-csharp/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/shapelets/khiva-csharp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/shapelets/khiva/master/assets/Khiva.png</iconUrl>
<description>C# binding for Khiva library</description>
<releaseNotes>First version of the binding</releaseNotes>
<copyright>Copyright 2019</copyright>
<tags>khiva gpu data-series multicore csharp time-series opencl cuda timeseries matrix-profile shapelets snippets motifs discords distances clustering kshape</tags>
</metadata>
</package>