File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public UpdateChangeLogDialog()
25
25
// TODO: Move to view model
26
26
private async void ContentDialog_Loaded ( object sender , Windows . UI . Xaml . RoutedEventArgs e )
27
27
{
28
- await ViewModel . LoadUpdateDataFromGitHub ( true ) ;
28
+ await ViewModel ? . LoadUpdateDataFromGitHub ( true ) ;
29
29
}
30
30
}
31
31
}
Original file line number Diff line number Diff line change @@ -34,10 +34,8 @@ public static async Task CheckVersionAndShowDialog()
34
34
// Compare two versions
35
35
if ( VersionHelpers . IsVersionDifferentThan ( lastVersion , currentVersion ) )
36
36
{
37
- UpdateChangeLogDialog updateChangeLogDialog = new UpdateChangeLogDialog ( ) ;
38
-
39
37
// Show the update dialog
40
- await updateChangeLogDialog . ShowAsync ( ) ;
38
+ await App . DialogService . ShowDialog ( new UpdateChangeLogDialogViewModel ( ) ) ;
41
39
42
40
// Update the last version number to be the current number
43
41
App . AppSettings . ApplicationSettings . LastVersionNumber = currentVersion ;
Original file line number Diff line number Diff line change 12
12
<Identity
13
13
Name =" 3515d2dyno.ClipboardCanvas"
14
14
Publisher =" CN=5D7DCD3D-745C-4E03-AC4D-F5BFEB54F40E"
15
- Version =" 1.0.0 .0" />
15
+ Version =" 1.0.1 .0" />
16
16
17
17
<mp : PhoneIdentity PhoneProductId =" 35b56687-e655-46c4-862f-25725278c524" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
18
18
19
19
<Properties >
20
- <DisplayName >Clipboard Canvas</DisplayName >
20
+ <DisplayName >Clipboard Canvas - Preview </DisplayName >
21
21
<PublisherDisplayName >d2dyno</PublisherDisplayName >
22
22
<Logo >Assets\AppIcon\StoreLogo.png</Logo >
23
23
</Properties >
37
37
desktop4 : SupportsMultipleInstances =" true"
38
38
iot2 : SupportsMultipleInstances =" true" >
39
39
<uap : VisualElements
40
- DisplayName =" Clipboard Canvas"
40
+ DisplayName =" Clipboard Canvas - Preview "
41
41
Square150x150Logo =" Assets\AppIcon\Square150x150Logo.png"
42
42
Square44x44Logo =" Assets\AppIcon\Square44x44Logo.png"
43
43
Description =" Clipboard Canvas gives users an enhanced clipboard experience. Clipboard Canvas enables you to paste content worry free increasing your productivity."
You can’t perform that action at this time.
0 commit comments