- Download new
emoji.json
from https://github.com/joypixels/emoji-toolkit/blob/master/emoji.json. - Generate
Emoji.generated.cs
withdotnet run
in the\src\Generator
folder. - Add unit tests for the new emoji version.
- Update
VersionPrefix
inDirectory.build.props
. - Verify that all unit tests are ok.
- Commit and push the changes to
main
. - Create a release and tag it with the version number. This triggers publish.yml which publishes a nuget package to https://www.nuget.org/.