From 7dccd0a37120bc3eb5509d9df3369619b02da42f Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 19 Nov 2019 14:57:16 -0800 Subject: [PATCH 1/2] update(Store): add 'Loading' UI label - added 'loading preview image' text that is visible when downloading preview image --- .../UI/AssetStoreUserControl.xaml | 29 ++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/SessionMapSwitcherWPF/UI/AssetStoreUserControl.xaml b/SessionMapSwitcherWPF/UI/AssetStoreUserControl.xaml index 32e026b..b788262 100644 --- a/SessionMapSwitcherWPF/UI/AssetStoreUserControl.xaml +++ b/SessionMapSwitcherWPF/UI/AssetStoreUserControl.xaml @@ -197,7 +197,34 @@ HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="1" - RenderOptions.BitmapScalingMode="HighQuality"/> + RenderOptions.BitmapScalingMode="HighQuality"> + + + + + + + + + + Date: Tue, 19 Nov 2019 15:10:30 -0800 Subject: [PATCH 2/2] chore: increment version - increment to v2.4.1.0 --- SessionMapSwitcherWPF/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SessionMapSwitcherWPF/Properties/AssemblyInfo.cs b/SessionMapSwitcherWPF/Properties/AssemblyInfo.cs index ef6c862..80b72db 100644 --- a/SessionMapSwitcherWPF/Properties/AssemblyInfo.cs +++ b/SessionMapSwitcherWPF/Properties/AssemblyInfo.cs @@ -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("2.4.0.0")] -[assembly: AssemblyFileVersion("2.4.0.0")] +[assembly: AssemblyVersion("2.4.1.0")] +[assembly: AssemblyFileVersion("2.4.1.0")]