Skip to content

Commit bfe87b4

Browse files
committed
bump version v1.7
1 parent ce828a0 commit bfe87b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Source/ExifGlass.Core/MainWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ private void IgTool_ToolMessageReceived(object? sender, MessageReceivedEventArgs
244244
if (string.IsNullOrEmpty(e.MessageData)) return;
245245

246246

247-
// update image list
247+
// update image
248248
if (e.MessageName.Equals(ImageGlassEvents.IMAGE_LOADING, StringComparison.InvariantCultureIgnoreCase))
249249
{
250250
var obj = JsonSerializer.Deserialize(e.MessageData, IgImageLoadingEventArgsJsonContext.Default.IgImageLoadingEventArgs);

Source/ExifGlass/ExifGlass.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<AssemblyTitle>ExifGlass</AssemblyTitle>
2020
<Copyright>Copyright © 2023 - 2024 Duong Dieu Phap</Copyright>
2121
<FileVersion>$(Version)</FileVersion>
22-
<Version>1.6.0.0</Version>
22+
<Version>1.7.0.0</Version>
2323
</PropertyGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)