Skip to content

Commit 5a868f0

Browse files
authored
Merge pull request #7 from shapelets/nuspecAdd
Add .nuspec file
2 parents fc63f13 + 2648159 commit 5a868f0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,3 @@ __pycache__/
267267
# Nuget elements
268268
lib
269269
*.nupkg
270-
*.nuspec

Khiva.nuspec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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>

0 commit comments

Comments
 (0)