diff --git a/GEmojiSharp.Blazor.md b/GEmojiSharp.Blazor.md index 4855a04..0302db6 100644 --- a/GEmojiSharp.Blazor.md +++ b/GEmojiSharp.Blazor.md @@ -12,7 +12,7 @@ Update the `_Imports.razor` file, to enable the component in all Razor views: @using GEmojiSharp.Blazor ``` -> [!NOTE] +> ℹ️ > In a Blazor Web App (.NET 8 or later), the component requires an interactive render mode applied either globally to the app or to the component definition. Set the global render mode in `App.razor`: diff --git a/src/GEmojiSharp.PowerToysRun/pack.ps1 b/src/GEmojiSharp.PowerToysRun/pack.ps1 index cf17a38..b928951 100644 --- a/src/GEmojiSharp.PowerToysRun/pack.ps1 +++ b/src/GEmojiSharp.PowerToysRun/pack.ps1 @@ -55,12 +55,13 @@ foreach ($platform in $platforms) Exit $LastExitCode } - $name = ((Split-Path -Path $PWD -Leaf).Split(".")[0]) # -1 last + $name = Split-Path -Path $PWD -Leaf + $folder = $name.Split(".")[0] # -1 last Write-Output "Pack: $name" $output = ".\bin\$platform\Release\net8.0-windows\" - $destination = ".\bin\$platform\$name" + $destination = ".\bin\$platform\$folder" $zip = ".\bin\$platform\$name-$version-$($platform.ToLower()).zip" Copy-Item -Path $output -Destination $destination -Recurse -Exclude $libs diff --git a/src/GEmojiSharp.PowerToysRun/release.ps1 b/src/GEmojiSharp.PowerToysRun/release.ps1 index ef79f75..70e692e 100644 --- a/src/GEmojiSharp.PowerToysRun/release.ps1 +++ b/src/GEmojiSharp.PowerToysRun/release.ps1 @@ -39,7 +39,7 @@ $platforms = "$($props.Project.PropertyGroup.Platforms)".Trim() -split ";" $result = "release-$version.md" $projectUri = "https://github.com/hlaueriksson/GEmojiSharp" -$name = ((Split-Path -Path $PWD -Leaf).Split(".")[0]) # -1 last +$name = Split-Path -Path $PWD -Leaf $files = Get-ChildItem -Path . -File -Include "$name-$version*.zip" -Recurse function Write-Line { @@ -79,7 +79,7 @@ foreach ($file in $files) { } Write-Line "" -Write-Line "## Installer Hashes" +Write-Line "### Installer Hashes" Write-Line "" Write-Line "| Filename | SHA256 Hash" Write-Line "| --- | ---"