Skip to content

Msfinder fix version popup#568

Merged
YukiMatsuzawa merged 5 commits intomasterfrom
msfinder_fix_versionPopup
May 22, 2025
Merged

Msfinder fix version popup#568
YukiMatsuzawa merged 5 commits intomasterfrom
msfinder_fix_versionPopup

Conversation

@Bujee415
Copy link
Copy Markdown
Collaborator

No description provided.

@Bujee415 Bujee415 requested review from YukiMatsuzawa and Copilot May 22, 2025 07:01
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 MS-FINDER version notification and about window to reflect the new version and contributor details.

  • Refactors the version comparison logic in VersionUpdateNotificationService.cs using a regex-based extraction
  • Updates resource values (date and version) in Resources.resx
  • Adjusts layout and contributor information in HelpAboutWindow.xaml

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

File Description
src/MSFINDER/MSFINDER/Version update/VersionUpdateNotificationService.cs Refactored version extraction and popup display logic using regex
src/MSFINDER/MSFINDER/Properties/Resources.resx Updated version string and date values
src/MSFINDER/MSFINDER/Help/HelpAboutWindow.xaml Modified window sizing and updated contributor/contact details

{
if (Rfx.Riken.OsakaUniv.Properties.Resources.VERSION != vdd.LatestVersion) {
// TODO Show version update information in a popup
var currentVersionString = Rfx.Riken.OsakaUniv.Properties.Resources.VERSION;
Copy link

Copilot AI May 22, 2025

Choose a reason for hiding this comment

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

Consider using .NET's Version.TryParse and comparing Version objects instead of string equality for more robust version comparisons.

Copilot uses AI. Check for mistakes.
@YukiMatsuzawa YukiMatsuzawa merged commit 6d00f1e into master May 22, 2025
9 checks passed
@YukiMatsuzawa YukiMatsuzawa deleted the msfinder_fix_versionPopup branch May 22, 2025 07:45
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.

3 participants