Skip to content

Commit

Permalink
🔖 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlaueriksson committed Dec 26, 2021
1 parent dc96e8d commit c0e3c8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/GEmojiSharp.Blazor/GEmojiSharp.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>
<Version>1.4.0</Version>
<Version>1.5.0</Version>
<PackageReleaseNotes>
☑️ Bug fixes and improvements
👽 Update to https://github.com/github/gemoji/releases/tag/v4.0.0.rc3
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>GitHub Emoji for Blazor
Expand Down
4 changes: 2 additions & 2 deletions src/GEmojiSharp.TagHelpers/GEmojiSharp.TagHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.4.0</Version>
<Version>1.5.0</Version>
<PackageReleaseNotes>
☑️ Bug fixes and improvements
👽 Update to https://github.com/github/gemoji/releases/tag/v4.0.0.rc3
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>GitHub Emoji for ASP.NET Core
Expand Down
7 changes: 2 additions & 5 deletions src/GEmojiSharp/GEmojiSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.4.0</Version>
<Version>1.5.0</Version>
<PackageReleaseNotes>
Fixed raw emoji of:
🐞 :beetle:
🤵 :man_in_tuxedo:
👰 :bride_with_veil:
👽 Update to https://github.com/github/gemoji/releases/tag/v4.0.0.rc3
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>GitHub Emoji for C# and .NET
Expand Down

0 comments on commit c0e3c8e

Please sign in to comment.