Skip to content

Commit

Permalink
Create Platform.Numbers.TemplateLibrary.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nassipkali authored Jul 4, 2023
1 parent 02ef974 commit 6c48aad
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions cpp/Platform.Numbers/Platform.Numbers.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.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>

0 comments on commit 6c48aad

Please sign in to comment.