Skip to content

Update version to 2.1.0#18

Merged
AenBleidd merged 1 commit into
masterfrom
vko_update_version_to_210
Oct 16, 2025
Merged

Update version to 2.1.0#18
AenBleidd merged 1 commit into
masterfrom
vko_update_version_to_210

Conversation

@AenBleidd

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Copilot AI review requested due to automatic review settings October 16, 2025 16:12

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 application version from 2.0.0 to 2.1.0 across all relevant configuration files and source code.

Key Changes:

  • Version number bumped from 2.0.0 to 2.1.0 across the codebase
  • Updates applied consistently to project files, assembly attributes, and user-facing strings

Reviewed Changes

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

Show a summary per file
File Description
boinc-buda-runner-wsl-installer.csproj Updated ApplicationVersion property to 2.1.0
app.manifest Updated assemblyIdentity version to 2.1.0.0
Properties/AssemblyInfo.cs Updated AssemblyVersion and AssemblyFileVersion attributes to 2.1.0.0
MainWindow.xaml Updated window title to display version 2.1.0
DebugLogger.cs Updated hardcoded version string in log output to 2.1.0

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread DebugLogger.cs
LogInfo($"Log file: {_logFilePath}", "DebugLogger");
LogInfo($"Application: BOINC WSL Distro Installer", "DebugLogger");
LogInfo($"Application Version: 2.0.0", "DebugLogger");
LogInfo($"Application Version: 2.1.0", "DebugLogger");

Copilot AI Oct 16, 2025

Copy link

Choose a reason for hiding this comment

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

The application version is hardcoded in the logger. Consider using reflection to retrieve the version from AssemblyInfo instead: Assembly.GetExecutingAssembly().GetName().Version.ToString(). This would eliminate the need to update this line manually during version bumps and prevent potential version inconsistencies.

Copilot uses AI. Check for mistakes.
@AenBleidd AenBleidd merged commit ed14ef5 into master Oct 16, 2025
1 check passed
@AenBleidd AenBleidd deleted the vko_update_version_to_210 branch October 16, 2025 16:15
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