Skip to content

Commit

Permalink
bump version v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Oct 19, 2024
1 parent ce828a0 commit bfe87b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/ExifGlass.Core/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ private void IgTool_ToolMessageReceived(object? sender, MessageReceivedEventArgs
if (string.IsNullOrEmpty(e.MessageData)) return;


// update image list
// update image
if (e.MessageName.Equals(ImageGlassEvents.IMAGE_LOADING, StringComparison.InvariantCultureIgnoreCase))
{
var obj = JsonSerializer.Deserialize(e.MessageData, IgImageLoadingEventArgsJsonContext.Default.IgImageLoadingEventArgs);
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.6.0.0</Version>
<Version>1.7.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bfe87b4

Please sign in to comment.