Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Jul 12, 2024
1 parent dc0ef5a commit 68dd0b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Source/ExifGlass.Core/AboutWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
CanResize="False"
CornerRadius="100"
DragDrop.AllowDrop="True"
ExtendClientAreaChromeHints="NoChrome"
ExtendClientAreaToDecorationsHint="True"
Icon="Assets\exifglass_icon_512.ico"
SizeToContent="WidthAndHeight"
Expand Down
2 changes: 1 addition & 1 deletion Source/ExifGlass.Core/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ private void MnuAbout_Click(object? sender, RoutedEventArgs e)
Topmost = Config.EnableWindowTopMost,
};

_ = win.ShowDialog(this);
win.Show(this);
}


Expand Down
2 changes: 1 addition & 1 deletion Source/ExifGlass/ExifGlass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<AssemblyTitle>ExifGlass</AssemblyTitle>
<Copyright>Copyright © 2023 - 2024 Duong Dieu Phap</Copyright>
<FileVersion>$(Version)</FileVersion>
<Version>1.5.0.0</Version>
<Version>1.6.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 68dd0b8

Please sign in to comment.