Skip to content

Commit

Permalink
🔖 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlaueriksson committed Jul 10, 2024
1 parent 2dea173 commit 21a4e8e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions src/GEmojiSharp.AspNetCore/GEmojiSharp.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>3.1.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.1.0
- 🎯 Change TargetFramework to net6.0
- 🎯 Change TargetFramework to net8.0
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>GitHub Emoji for ASP.NET Core
Expand Down
4 changes: 2 additions & 2 deletions src/GEmojiSharp.Blazor/GEmojiSharp.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>3.1.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.1.0
- 🎯 Change TargetFramework to net8.0
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>GitHub Emoji for Blazor
Expand Down
4 changes: 2 additions & 2 deletions src/GEmojiSharp.DotnetTool/GEmojiSharp.DotnetTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<TargetFramework>net8.0</TargetFramework>
<PackAsTool>true</PackAsTool>
<ToolCommandName>emoji</ToolCommandName>
<Version>3.1.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.1.0
- 🎯 Change TargetFramework to net8.0
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>GitHub Emoji dotnet tool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Platforms>x64;ARM64</Platforms>
<PlatformTarget>$(Platform)</PlatformTarget>
<IsPackable>false</IsPackable>
<Version>3.1.3</Version>
<Version>4.0.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/GEmojiSharp.PowerToysRun/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"IsGlobal": false,
"Name": "GEmojiSharp",
"Author": "hlaueriksson",
"Version": "3.1.3",
"Version": "4.0.0",
"Language": "csharp",
"Website": "https://github.com/hlaueriksson/GEmojiSharp",
"ExecuteFileName": "GEmojiSharp.PowerToysRun.dll",
Expand Down
4 changes: 2 additions & 2 deletions src/GEmojiSharp/GEmojiSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.1.0</Version>
<Version>4.0.0</Version>
<PackageReleaseNotes>
- 👽 Update to https://github.com/github/gemoji/releases/tag/v4.1.0
- 👽 Update from https://docs.github.com/en/rest/emojis/emojis
</PackageReleaseNotes>
<Authors>Henrik Lau Eriksson</Authors>
<Description>GitHub Emoji for C# and .NET
Expand Down

0 comments on commit 21a4e8e

Please sign in to comment.