Skip to content

Commit

Permalink
Merge pull request #7 from shapelets/nuspecAdd
Browse files Browse the repository at this point in the history
Add .nuspec file
  • Loading branch information
jrecuerda authored Jun 11, 2019
2 parents fc63f13 + 2648159 commit 5a868f0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,3 @@ __pycache__/
# Nuget elements
lib
*.nupkg
*.nuspec
17 changes: 17 additions & 0 deletions Khiva.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>

0 comments on commit 5a868f0

Please sign in to comment.