Missing resouce & version updates.

This commit is contained in:
Patrick Fic
2021-04-07 22:35:22 -07:00
parent 0a89c0c767
commit dba5377a05
3 changed files with 5 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ using System.Windows;
// 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("1.0.11.0")]
[assembly: AssemblyVersion("1.0.12.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//Setting Squirrel Aware Version.
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]

View File

@@ -18,4 +18,6 @@ E0698E0CC34D4C4935F2203A5FBD0FD0689950F4 ImEXOnlinePartner-1.0.7-full.nupkg 4941
4DB8C0F3DCADA02053283379BFE2EDBEBB8E5CAE ImEXOnlinePartner-1.0.9-delta.nupkg 43719
C49C53B522F40B10C7DD68976A272CBFBA3FB780 ImEXOnlinePartner-1.0.9-full.nupkg 4941918
2773D5E14A52247AAC34D85A27DDC02BB0292872 ImEXOnlinePartner-1.0.10-delta.nupkg 1421541
FA38CDB780F139BFE53BA4040EEC198F0526CE1B ImEXOnlinePartner-1.0.10-full.nupkg 5906091
FA38CDB780F139BFE53BA4040EEC198F0526CE1B ImEXOnlinePartner-1.0.10-full.nupkg 5906091
B267713EE688D7AE11DF601300DD009BE489C3F7 ImEXOnlinePartner-1.0.11-delta.nupkg 91294
234F7CBCDE952C8B418EC3914DF14A8478F6FE60 ImEXOnlinePartner-1.0.11-full.nupkg 5909542

View File

@@ -113,7 +113,7 @@
</ComboBox>
<Button Command="{Binding LogoutCommand, UpdateSourceTrigger=PropertyChanged}"
Margin="8"
Style="{StaticResource }"
Content="{x:Static p:Resources.Actions_Logout}" />
<Separator />
<CheckBox IsChecked="{Binding Source={x:Static p:Settings.Default}, Path=AutoStartMonitor}"