Skip to content

Commit

Permalink
preparation for 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kopaka1822 committed Oct 18, 2019
1 parent 37314f3 commit b790688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ImageFramework/Model/ImagePipeline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ internal async Task UpdateImageAsync(UpdateImageArgs args, CancellationToken ct)
cachedTexture = false; // image was not taken from the image cache
HasChanges = false;
args.Progress.IsProcessing = false;
OnPropertyChanged(nameof(Image));
return;
}
}
Expand Down
2 changes: 1 addition & 1 deletion ImageViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.*")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.0.0")]

0 comments on commit b790688

Please sign in to comment.