-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Platform.Numbers.TemplateLibrary.nuspec
- Loading branch information
1 parent
02ef974
commit 6c48aad
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
cpp/Platform.Numbers/Platform.Numbers.TemplateLibrary.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,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>Platform.Numbers.TemplateLibrary</id> | ||
<title>LinksPlatform's Platform.Numbers Template Library</title> | ||
<summary>LinksPlatform's Platform.Numbers is a Template Library what contains abstract class templates for collections.</summary> | ||
<description>LinksPlatform's Platform.Numbers is a Template Library what contains set of C++ abstract class templates for collections. Use Platform.Numbers.h file to include the library.</description> | ||
<releaseNotes>Initial realise</releaseNotes> | ||
<version>0.1.0</version> | ||
<authors>konard</authors> | ||
<owners>konard</owners> | ||
<copyright>konard</copyright> | ||
<projectUrl>https://linksplatform.github.io/Numbers</projectUrl> | ||
<repository type="git" url="https://github.com/linksplatform/Numbers" /> | ||
<icon>images/icon.png</icon> | ||
<tags>C++ Collections Concepts</tags> | ||
<license type="expression">Unlicense</license> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<dependencies> | ||
<group targetFramework="native"></group> | ||
</dependencies> | ||
</metadata> | ||
</package> |