Skip to content

Commit

Permalink
Create Platform.Data.TemplateLibrary.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nassipkali authored Jul 4, 2023
1 parent 3f47119 commit cd5f958
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions cpp/Platform.Data/Platform.Data.TemplateLibrary.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Platform.Data.TemplateLibrary</id>
<title>LinksPlatform's Platform.Data Template Library</title>
<summary>LinksPlatform's Platform.Data is a Template Library what contains abstract class templates.</summary>
<description>LinksPlatform's Platform.Hashing is a Template Library which contains interface specializations for:
- doublets, triplets and etc.
Use Platform.Data.h file to include the whole library.
</description>
<releaseNotes> First release for C++ </releaseNotes>
<version>0.1.0</version>
<authors>Konstantin Diachenko</authors>
<owners>Konstantin Diachenko</owners>
<copyright>Konstantin Diachenko</copyright>
<projectUrl>https://linksplatform.github.io/Data</projectUrl>
<repository type="git" url="https://github.com/linksplatform/Data" />
<icon>images/icon.png</icon>
<tags>C++ Data Links</tags>
<license type="expression">Unlicense</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
</metadata>
</package>

0 comments on commit cd5f958

Please sign in to comment.