Skip to content

Commit

Permalink
0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyadanli committed Dec 10, 2023
1 parent 71095d5 commit e77f832
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion BetterGenshinImpact/Core/Config/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace BetterGenshinImpact.Core.Config;

public class Global
{
public static string Version { get; } = "0.17.2";
public static string Version { get; } = "0.18.0";

public static string StartUpPath { get; private set; } = AppContext.BaseDirectory;

Expand Down
7 changes: 0 additions & 7 deletions BetterGenshinImpact/ViewModel/Pages/HomePageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,11 @@
using CommunityToolkit.Mvvm.Messaging.Messages;
using Fischless.GameCapture;
using Microsoft.Extensions.Logging;
using Microsoft.Win32;
using SharpDX.Direct3D11;
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Interop;
using Windows.Graphics.Printing.PrintSupport;
using Windows.System;
using Wpf.Ui.Controls;

Expand Down

0 comments on commit e77f832

Please sign in to comment.