-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add nuspec file for NuGet publishing
- Loading branch information
1 parent
a859ac4
commit 6287694
Showing
4 changed files
with
32 additions
and
15 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,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>FullEmojiList</id> | ||
<version>13.0.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>Full Emoji list (from Unicode version 13.0).</releaseNotes> | ||
<copyright>© Dmitry Popov, 2020-2024</copyright> | ||
<tags>emoji list unicode</tags> | ||
<repository type="git" url="https://github.com/justdmitry/FullEmojiList.git" /> | ||
<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> |
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
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
File renamed without changes.