diff --git a/src/GEmojiSharp.AspNetCore/GEmojiSharp.AspNetCore.csproj b/src/GEmojiSharp.AspNetCore/GEmojiSharp.AspNetCore.csproj index 7c58f77..d5cad67 100644 --- a/src/GEmojiSharp.AspNetCore/GEmojiSharp.AspNetCore.csproj +++ b/src/GEmojiSharp.AspNetCore/GEmojiSharp.AspNetCore.csproj @@ -2,9 +2,10 @@ net6.0 - 3.0.0 + 3.1.0 -- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.0.0 +- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.1.0 +- 🎯 Change TargetFramework to net6.0 Henrik Lau Eriksson GitHub Emoji for ASP.NET Core diff --git a/src/GEmojiSharp.Blazor/GEmojiSharp.Blazor.csproj b/src/GEmojiSharp.Blazor/GEmojiSharp.Blazor.csproj index 5c6a8e6..a101fdd 100644 --- a/src/GEmojiSharp.Blazor/GEmojiSharp.Blazor.csproj +++ b/src/GEmojiSharp.Blazor/GEmojiSharp.Blazor.csproj @@ -2,9 +2,9 @@ net6.0 - 3.0.0 + 3.1.0 -- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.0.0 +- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.1.0 Henrik Lau Eriksson GitHub Emoji for Blazor diff --git a/src/GEmojiSharp.DotnetTool/GEmojiSharp.DotnetTool.csproj b/src/GEmojiSharp.DotnetTool/GEmojiSharp.DotnetTool.csproj index 7f30473..f9ecec0 100644 --- a/src/GEmojiSharp.DotnetTool/GEmojiSharp.DotnetTool.csproj +++ b/src/GEmojiSharp.DotnetTool/GEmojiSharp.DotnetTool.csproj @@ -6,10 +6,9 @@ enable true emoji - 3.0.0 + 3.1.0 -- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.0.0 -- raw command now supports the -st or --skin-tones option to includes skin tone variants +- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.1.0 Henrik Lau Eriksson GitHub Emoji dotnet tool diff --git a/src/GEmojiSharp.PowerToysRun/GEmojiSharp.PowerToysRun.csproj b/src/GEmojiSharp.PowerToysRun/GEmojiSharp.PowerToysRun.csproj index 8c77143..e4924d6 100644 --- a/src/GEmojiSharp.PowerToysRun/GEmojiSharp.PowerToysRun.csproj +++ b/src/GEmojiSharp.PowerToysRun/GEmojiSharp.PowerToysRun.csproj @@ -7,7 +7,7 @@ x64 x64 false - 3.0.0 + 3.1.0 true diff --git a/src/GEmojiSharp.PowerToysRun/pack.bat b/src/GEmojiSharp.PowerToysRun/pack.bat index e6110c8..a8da483 100644 --- a/src/GEmojiSharp.PowerToysRun/pack.bat +++ b/src/GEmojiSharp.PowerToysRun/pack.bat @@ -5,4 +5,4 @@ xcopy /y .\bin\Release\net7.0-windows\Images\ .\bin\Release\GEmojiSharp\Images\ xcopy /y .\bin\Release\net7.0-windows\GEmojiSharp.PowerToysRun.* .\bin\Release\GEmojiSharp\ xcopy /y .\bin\Release\net7.0-windows\plugin.json .\bin\Release\GEmojiSharp\ -:: Zip '.\bin\Release\GEmojiSharp\' into 'GEmojiSharp.PowerToysRun.3.0.0.zip' +:: Zip '.\bin\Release\GEmojiSharp\' into 'GEmojiSharp.PowerToysRun.3.1.0.zip' diff --git a/src/GEmojiSharp.PowerToysRun/plugin.json b/src/GEmojiSharp.PowerToysRun/plugin.json index d4b03e0..bef04eb 100644 --- a/src/GEmojiSharp.PowerToysRun/plugin.json +++ b/src/GEmojiSharp.PowerToysRun/plugin.json @@ -4,7 +4,7 @@ "IsGlobal": false, "Name": "GEmojiSharp", "Author": "hlaueriksson", - "Version": "3.0.0", + "Version": "3.1.0", "Language": "csharp", "Website": "https://github.com/hlaueriksson/GEmojiSharp", "ExecuteFileName": "GEmojiSharp.PowerToysRun.dll", diff --git a/src/GEmojiSharp/GEmojiSharp.csproj b/src/GEmojiSharp/GEmojiSharp.csproj index 16ece7b..49e16d0 100644 --- a/src/GEmojiSharp/GEmojiSharp.csproj +++ b/src/GEmojiSharp/GEmojiSharp.csproj @@ -2,12 +2,9 @@ netstandard2.0 - 3.0.0 + 3.1.0 -- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.0.0 -- GEmoji property HasSkinTones returns true when an emoji supports skin tone modifiers -- GEmoji extension method RawSkinToneVariants generates a list of all 5 skin tone variants for an emoji -- Emoji.Get now recognizes emoji sequences with skin tone modifiers +- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.1.0 Henrik Lau Eriksson GitHub Emoji for C# and .NET