Skip to content

Commit 6c48aad

Browse files
authored
Create Platform.Numbers.TemplateLibrary.nuspec
1 parent 02ef974 commit 6c48aad

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>Platform.Numbers.TemplateLibrary</id>
5+
<title>LinksPlatform's Platform.Numbers Template Library</title>
6+
<summary>LinksPlatform's Platform.Numbers is a Template Library what contains abstract class templates for collections.</summary>
7+
<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>
8+
<releaseNotes>Initial realise</releaseNotes>
9+
<version>0.1.0</version>
10+
<authors>konard</authors>
11+
<owners>konard</owners>
12+
<copyright>konard</copyright>
13+
<projectUrl>https://linksplatform.github.io/Numbers</projectUrl>
14+
<repository type="git" url="https://github.com/linksplatform/Numbers" />
15+
<icon>images/icon.png</icon>
16+
<tags>C++ Collections Concepts</tags>
17+
<license type="expression">Unlicense</license>
18+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
19+
<dependencies>
20+
<group targetFramework="native"></group>
21+
</dependencies>
22+
</metadata>
23+
</package>

0 commit comments

Comments
 (0)