File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -267,4 +267,3 @@ __pycache__/
267267# Nuget elements
268268lib
269269* .nupkg
270- * .nuspec
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3+ <metadata >
4+ <id >Khiva</id >
5+ <version >0.3.0</version >
6+ <authors >otorreno, j_recuerda</authors >
7+ <owners >otorreno, j_recuerda</owners >
8+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
9+ <licenseUrl >https://raw.githubusercontent.com/shapelets/khiva-csharp/master/LICENSE.txt</licenseUrl >
10+ <projectUrl >https://github.com/shapelets/khiva-csharp</projectUrl >
11+ <iconUrl >https://raw.githubusercontent.com/shapelets/khiva/master/assets/Khiva.png</iconUrl >
12+ <description >C# binding for Khiva library</description >
13+ <releaseNotes >First version of the binding</releaseNotes >
14+ <copyright >Copyright 2019</copyright >
15+ <tags >khiva gpu data-series multicore csharp time-series opencl cuda timeseries matrix-profile shapelets snippets motifs discords distances clustering kshape</tags >
16+ </metadata >
17+ </package >
You can’t perform that action at this time.
0 commit comments