Skip to content

V1.20.0#441

Merged
Hirogen merged 5 commits intoDevelopmentfrom
v1.20.0
Jul 6, 2025
Merged

V1.20.0#441
Hirogen merged 5 commits intoDevelopmentfrom
v1.20.0

Conversation

@Hirogen
Copy link
Copy Markdown
Collaborator

@Hirogen Hirogen commented Jul 6, 2025

Version 1.20.0

@Hirogen Hirogen requested a review from Copilot July 6, 2025 09:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the project to version 1.20.0, adds GitVersion integration, and modernizes some UI initialization and metadata logic.

  • Included GitVersion.yml in solution items.
  • Bumped assembly and file versions to 1.20.0 and replaced placeholder metadata.
  • Refactored attribute retrieval in AboutBox and adjusted link/DataGrid initializations.

Reviewed Changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/LogExpert.sln Added GitVersion.yml to solution items
src/LogExpert.UI/Dialogs/AboutBox.cs Simplified string checks, added discard assignments, UI tweaks
src/LogExpert.UI/Controls/LogWindow/LogWindow.cs Removed stray whitespace
src/Directory.Build.props Updated version numbers and filled in AssemblyTitle/Description
lib/3rdparty.txt Updated DockPanel Suite URL to GitHub
Files not reviewed (1)
  • src/LogExpert.UI/Dialogs/AboutBox.Designer.cs: Language not supported
Comments suppressed due to low confidence (1)

src/LogExpert.UI/Dialogs/AboutBox.cs:83

  • The special handling for revisions >= 9000 that appended " Testrelease" has been removed. If that suffix is still required for test builds, reintroduce the conditional logic.
            return assembly.Version != null


LoadResources();

usedComponentsDataGrid.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
Copy link

Copilot AI Jul 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider setting the DataGridView's AutoSizeColumnsMode in the designer rather than at runtime to keep UI configuration centralized.

Copilot uses AI. Check for mistakes.
<AssemblyTitle>FIX ME - AssemblyTitle!</AssemblyTitle>
<Description>FIX ME - Description!</Description>
<AssemblyTitle>LogExpert</AssemblyTitle>
<Description>
Copy link

Copilot AI Jul 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The project description XML is very verbose. Consider moving detailed feature lists to external documentation and keeping the element concise for easier maintenance.

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Hirogen Hirogen merged commit ffd9e3e into Development Jul 6, 2025
1 check passed
@Hirogen Hirogen deleted the v1.20.0 branch July 6, 2025 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants