Skip to content

Commit

Permalink
버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
catship committed Jul 19, 2023
1 parent bfbb78d commit 8d818d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GSEditor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static class Program
public const string Name = "GS 에디터";
public const string Description = "포켓몬스터 금 버전 에디터";
public const string Author = "koipkoi";
public const string Version = "1.2.6.3";
public const string Version = "1.2.7.0";

public static IServiceProvider Services { get; private set; } = new ServiceCollection()
.AddSingleton<IPokegoldService, PokegoldService>()
Expand Down
6 changes: 5 additions & 1 deletion GSEditor/UI/Windows/AppInfoDialog.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
using GSEditor.Common.Utilities;
using GSEditor.Common.Utilities;
using System.Windows;

namespace GSEditor.UI.Windows;

public partial class AppInfoDialog : Window
{
public static readonly string AppVersions = "" +
"### v1.2.7\n" +
"* 트레이너 그룹 탭 추가" +
" \n" +
" \n" +
"### v1.2.6\n" +
"* 항목 검색 기능에서 창이 열릴경우 입력을 바로 할 수 있도록 변경\n" +
"* 체크섬 기록이 재대로 되지 않는 문제를 수정\n" +
Expand Down

0 comments on commit 8d818d2

Please sign in to comment.