-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Platform.Data.TemplateLibrary.nuspec
- Loading branch information
1 parent
3f47119
commit cd5f958
Showing
1 changed file
with
23 additions
and
0 deletions.
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 |
---|---|---|
@@ -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> |