-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFullEmojiList.nuspec
29 lines (29 loc) · 1.13 KB
/
FullEmojiList.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>FullEmojiList</id>
<version>15.1.0</version>
<description>Auto-generated C# file with all Unicode emoji.</description>
<authors>just_dmitry</authors>
<projectUrl>https://github.com/justdmitry/FullEmojiList</projectUrl>
<license type="expression">MIT</license>
<!--<icon></icon>-->
<readme>README.md</readme>
<releaseNotes>Emoji list updated to Unicode version 15.1.</releaseNotes>
<copyright>© Dmitry Popov, 2020-2024</copyright>
<tags>emoji list unicode</tags>
<repository type="git" url="https://github.com/justdmitry/FullEmojiList.git" />
<!--<dependencies>
<group targetFramework="netstandard2.0"/>
<group targetFramework="net45"/>
<group targetFramework="net6.0"/>
</dependencies>-->
<contentFiles>
<files include="any/any/FullEmojiList.cs" buildAction="Compile" />
</contentFiles>
</metadata>
<files>
<file src="README.md" target="" />
<file src="FullEmojiList.cs" target="contentFiles/any/any/" />
</files>
</package>