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
2 changes: 1 addition & 1 deletion DebugLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private static void InitializeLogFile()
LogInfo($"Debug logging started at {DateTime.Now:yyyy-MM-dd HH:mm:ss}", "DebugLogger");
LogInfo($"Log file: {_logFilePath}", "DebugLogger");
LogInfo($"Application: BOINC WSL Distro Installer", "DebugLogger");
LogInfo($"Application Version: 2.1.0", "DebugLogger");
LogInfo($"Application Version: 2.2.0", "DebugLogger");
LogInfo($"Windows Version: {Environment.OSVersion}", "DebugLogger");
LogInfo($"Is 64-bit OS: {Environment.Is64BitOperatingSystem}", "DebugLogger");
LogInfo($"Is 64-bit Process: {Environment.Is64BitProcess}", "DebugLogger");
Expand Down
2 changes: 1 addition & 1 deletion MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ along with BOINC. If not, see <http://www.gnu.org/licenses/>.
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:boinc_buda_runner_wsl_installer"
mc:Ignorable="d"
Title="BOINC WSL Distro Installer - Version 2.1.0"
Title="BOINC WSL Distro Installer - Version 2.2.0"
Height="450"
Width="800">
<Window.Resources>
Expand Down
271 changes: 194 additions & 77 deletions MainWindow.xaml.cs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
Loading