Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,21 @@ jobs:
git add "src/Solution Items/usedComponents.json"
git add "src/PluginRegistry/PluginHashGenerator.Generated.cs"

git diff --staged --quiet
if ($LASTEXITCODE -eq 0) {
# Describe only the files that actually changed. usedComponents.json is
# regenerated every release but rarely differs (dependencies are stable),
# so without this the message falsely claims it was updated each time.
$staged = git diff --staged --name-only
if ([string]::IsNullOrWhiteSpace($staged)) {
Write-Host "No changes to commit; skipping PR."
exit 0
}

git commit -m "chore: update plugin hashes and usedComponents.json for ${{ github.ref_name }} [skip ci]"
$parts = @()
if ($staged -match 'PluginHashGenerator\.Generated\.cs') { $parts += 'plugin hashes' }
if ($staged -match 'usedComponents\.json') { $parts += 'usedComponents.json' }
$what = $parts -join ' and '

git commit -m "chore: update $what for ${{ github.ref_name }} [skip ci]"
# Force-push so re-running the release for the same tag updates the existing branch
git push --force origin $branch

Expand All @@ -98,7 +106,7 @@ jobs:
if ([string]::IsNullOrWhiteSpace($existing)) {
gh pr create --base Development --head $branch `
--title "chore: update generated files for ${{ github.ref_name }} [skip ci]" `
--body "Automated update of plugin hashes and ``usedComponents.json`` for release ${{ github.ref_name }}."
--body "Automated update of $what for release ${{ github.ref_name }}."
} else {
Write-Host "PR #$existing already exists for $branch"
}
Expand Down
10 changes: 5 additions & 5 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<PropertyGroup>
<Version>1.40.1.0</Version>
<AssemblyVersion>1.40.1.0</AssemblyVersion>
<FileVersion>1.40.1.0</FileVersion>
<InformationalVersion>1.40.1.0</InformationalVersion>
<AssemblyVersion>1.40.4.0</AssemblyVersion>
<FileVersion>1.40.4.0</FileVersion>
<InformationalVersion>1.40.4.0</InformationalVersion>
<Authors>Hirogen, zarunbal, RandallFlagg, TheNicker</Authors>
<Company>LogExperts</Company>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -21,8 +21,8 @@
<RepositoryUrl>https://github.com/LogExperts/LogExpert</RepositoryUrl>
<PackageTags>LogExpert, Columnizer, Logging, Windows, Winforms</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>https://github.com/LogExperts/LogExpert/releases/tag/v.1.40.1</PackageReleaseNotes>
<PackageVersion>1.40.1.0</PackageVersion>
<PackageReleaseNotes>https://github.com/LogExperts/LogExpert/releases/tag/v.1.40.4</PackageReleaseNotes>
<PackageVersion>1.40.4.0</PackageVersion>
<Optimize Condition="'$(Configuration)' == 'Release'">true</Optimize>
<Product>LogExpert</Product>
<Copyright>Copyright © LogExpert 2025</Copyright>
Expand Down
8 changes: 8 additions & 0 deletions src/LogExpert.sln
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "help", "help", "{9FC7BC64-C
HelpSmith\LogExpert.chm = HelpSmith\LogExpert.chm
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "winget", "winget", "{EC031913-3DC3-443F-9A86-01F80F964D2A}"
ProjectSection(SolutionItems) = preProject
..\winget\LogExperts.LogExpert.installer.yaml = ..\winget\LogExperts.LogExpert.installer.yaml
..\winget\LogExperts.LogExpert.locale.en-US.yaml = ..\winget\LogExperts.LogExpert.locale.en-US.yaml
..\winget\LogExperts.LogExpert.yaml = ..\winget\LogExperts.LogExpert.yaml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -246,6 +253,7 @@ Global
{CAD17410-CE8C-4FE5-91DE-1B3DE2945135} = {848C24BA-BEBA-48EC-90E6-526ECAB6BB4A}
{1046779B-500D-8260-33BA-BC778C4B836F} = {848C24BA-BEBA-48EC-90E6-526ECAB6BB4A}
{9FC7BC64-CE77-45DF-B8AC-10F1D0336E76} = {DE6375A4-B4C4-4620-8FFB-B9D5A4E21144}
{EC031913-3DC3-443F-9A86-01F80F964D2A} = {DE6375A4-B4C4-4620-8FFB-B9D5A4E21144}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {15924D5F-B90B-4BC7-9E7D-BCCB62EBABAD}
Expand Down
32 changes: 16 additions & 16 deletions src/PluginRegistry/PluginHashGenerator.Generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@ public static partial class PluginValidator
{
/// <summary>
/// Gets pre-calculated SHA256 hashes for built-in plugins.
/// Generated: 2026-06-17 13:20:19 UTC
/// Generated: 2026-06-17 14:54:11 UTC
/// Configuration: Release
/// Plugin count: 21
/// </summary>
public static Dictionary<string, string> GetBuiltInPluginHashes()
{
return new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase)
{
["AutoColumnizer.dll"] = "61E445A9F8960311A1EF0A21001B121DCAFFFDD2243ACE04BCF840560B372EA5",
["AutoColumnizer.dll"] = "6E573CD37B523BF4943DF3277E710357D6AF66E4AD1767B8A12AE0034BA96908",
["BouncyCastle.Cryptography.dll"] = "E5EEAF6D263C493619982FD3638E6135077311D08C961E1FE128F9107D29EBC6",
["BouncyCastle.Cryptography.dll (x86)"] = "E5EEAF6D263C493619982FD3638E6135077311D08C961E1FE128F9107D29EBC6",
["CsvColumnizer.dll"] = "9DE6D6CA21188746BAE404F5EB5D4B3B0897A50ACD596994FE730033DE18DEBA",
["CsvColumnizer.dll (x86)"] = "9DE6D6CA21188746BAE404F5EB5D4B3B0897A50ACD596994FE730033DE18DEBA",
["DefaultPlugins.dll"] = "24DFE5E3B38360ADE7EB0C23DEB15AC98F2649CDC517C1E5A8E3D5666DDC1AB1",
["FlashIconHighlighter.dll"] = "2F196A6B52D1ED5FAC921BC487E27A1DBA444667A76E55C912C145D49CA9CE85",
["GlassfishColumnizer.dll"] = "EFAE70B8767B0C23F0EB72495968F4BEC6E0C1CE0E55484C15DA9DAFE97A0B74",
["JsonColumnizer.dll"] = "5C5D99331694A0543750FD78B35CA3FF082949A45AC731FB06DE8B505F6CA2F5",
["JsonCompactColumnizer.dll"] = "05386F718D6ECBAD1C788B55E70DC8888B8F8C7069702841B081B6CA9D7A54AC",
["Log4jXmlColumnizer.dll"] = "24D85F8884DED3345E25A6592B4808771A6A77B005EF2EAAA05FB76756C36D8B",
["LogExpert.Resources.dll"] = "F94CC3F814A338588EE3E92E4B4D559EDF7E2CF7554A6CDD95C1E0BA6FBCA613",
["CsvColumnizer.dll"] = "7A0A03CD78B58C29B7223640E9DA047234906114654C269030C56DD7CD7D2F1B",
["CsvColumnizer.dll (x86)"] = "7A0A03CD78B58C29B7223640E9DA047234906114654C269030C56DD7CD7D2F1B",
["DefaultPlugins.dll"] = "9F9B3FB77E73D19B69344347A38C3C24305CD4EB964336A45C5EFEB38C293016",
["FlashIconHighlighter.dll"] = "D71E786D67FBC6F2DA1ECC71B7457E6930D108AAC7EEB3D320766BF9BB2F5697",
["GlassfishColumnizer.dll"] = "5DEAEDD62DECA525C315762DBD6A1BD989F9E6A21C2330CC59773FA0CC6C2119",
["JsonColumnizer.dll"] = "CBFF4F8B9A9BF683504366B82A14FECD1987285A41B371A7F30306FF151F4F7B",
["JsonCompactColumnizer.dll"] = "668CA94D93A1DFC0E73DBC899DAA00EC06CB000EE674E5C768A6131F76C1D08A",
["Log4jXmlColumnizer.dll"] = "D49339371569A087824F8197FBC0171DFB5ED67DDE446F02CC68212438C3AC16",
["LogExpert.Resources.dll"] = "BF473D6E8FDD030A1579F328D8D187AD2D5B886E61DD450CB4AFA8FDF7252A58",
["Microsoft.Extensions.DependencyInjection.Abstractions.dll"] = "67FA4325000DB017DC0C35829B416F024F042D24EFB868BCF17A895EE6500A93",
["Microsoft.Extensions.DependencyInjection.Abstractions.dll (x86)"] = "67FA4325000DB017DC0C35829B416F024F042D24EFB868BCF17A895EE6500A93",
["Microsoft.Extensions.Logging.Abstractions.dll"] = "BB853130F5AFAF335BE7858D661F8212EC653835100F5A4E3AA2C66A4D4F685D",
["Microsoft.Extensions.Logging.Abstractions.dll (x86)"] = "BB853130F5AFAF335BE7858D661F8212EC653835100F5A4E3AA2C66A4D4F685D",
["RegexColumnizer.dll"] = "1FD933319BA6978B1E78444472BE7540EC76576327BB09C7900BE66320CAC2EF",
["SftpFileSystem.dll"] = "49D9DB34840774486F3944B49B165279E68A8F8A43C0E93E5DE6D41F9317C1D2",
["SftpFileSystem.dll (x86)"] = "EEAA1B42AE124ECDF0FF63A80C00455FB63778588B656822D366B4D4F5180CC7",
["SftpFileSystem.Resources.dll"] = "6FFC5A1EECA8363E97F7235DD70EE2E9F91870C0BD45E9A3A17669D7BD38423D",
["SftpFileSystem.Resources.dll (x86)"] = "6FFC5A1EECA8363E97F7235DD70EE2E9F91870C0BD45E9A3A17669D7BD38423D",
["RegexColumnizer.dll"] = "47E64BC2B9EDF0A207ED6FD6602A96595C34F0FAA0FCBF7880B2D8280EBC6318",
["SftpFileSystem.dll"] = "6308689E1FC90D4BB7A2AAEE52697BC1ED18CDE5DF2031A7AF3EFC974B2DD5AB",
["SftpFileSystem.dll (x86)"] = "3F05111EA46037BD815FBFDF9724369D6A5B4FF223158DE5E9FE5DFEE36F93D0",
["SftpFileSystem.Resources.dll"] = "B092D10233C84708C65D03B96ED993FDA4E4DEF944FA1D2C9999774C6D606F24",
["SftpFileSystem.Resources.dll (x86)"] = "B092D10233C84708C65D03B96ED993FDA4E4DEF944FA1D2C9999774C6D606F24",

};
}
Expand Down
Loading