-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from shapelets/nuspecAdd
Add .nuspec file
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -267,4 +267,3 @@ __pycache__/ | |
# Nuget elements | ||
lib | ||
*.nupkg | ||
*.nuspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |