Skip to content

Commit

Permalink
[DBViewer] Updated to v0.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeromusXYZ committed Jul 20, 2024
1 parent c1c6a03 commit 307f74a
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 325 deletions.
4 changes: 2 additions & 2 deletions AAEmu.DBViewer/AAEmu.DBViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<AssemblyTitle>AAEmu.DBViewer</AssemblyTitle>
<Product>AAEmu.DBViewer</Product>
<Copyright>Copyright © 2019-2024, No Rights Reserved</Copyright>
<AssemblyVersion>0.4.2.0</AssemblyVersion>
<FileVersion>0.4.2.0</FileVersion>
<AssemblyVersion>0.5.0.0</AssemblyVersion>
<FileVersion>0.5.0.0</FileVersion>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
Expand Down
67 changes: 41 additions & 26 deletions AAEmu.DBViewer/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions AAEmu.DBViewer/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private void TryLoadPakKeys(string fileName)
private void MainForm_Load(object sender, EventArgs e)
{
MMVersion.Text = $"Version {Assembly.GetExecutingAssembly().GetName().Version}";
lAppVersion.Text = MMVersion.Text;
MM.Visible = false;
tcViewer.ItemSize = new Size(0, 1);

Expand Down
Loading

0 comments on commit 307f74a

Please sign in to comment.