Missing resouce & version updates.
This commit is contained in:
@@ -51,7 +51,7 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.11.0")]
|
[assembly: AssemblyVersion("1.0.12.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||||
//Setting Squirrel Aware Version.
|
//Setting Squirrel Aware Version.
|
||||||
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
|
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
|
||||||
@@ -19,3 +19,5 @@ E0698E0CC34D4C4935F2203A5FBD0FD0689950F4 ImEXOnlinePartner-1.0.7-full.nupkg 4941
|
|||||||
C49C53B522F40B10C7DD68976A272CBFBA3FB780 ImEXOnlinePartner-1.0.9-full.nupkg 4941918
|
C49C53B522F40B10C7DD68976A272CBFBA3FB780 ImEXOnlinePartner-1.0.9-full.nupkg 4941918
|
||||||
2773D5E14A52247AAC34D85A27DDC02BB0292872 ImEXOnlinePartner-1.0.10-delta.nupkg 1421541
|
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
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
</ComboBox>
|
</ComboBox>
|
||||||
<Button Command="{Binding LogoutCommand, UpdateSourceTrigger=PropertyChanged}"
|
<Button Command="{Binding LogoutCommand, UpdateSourceTrigger=PropertyChanged}"
|
||||||
Margin="8"
|
Margin="8"
|
||||||
Style="{StaticResource }"
|
|
||||||
Content="{x:Static p:Resources.Actions_Logout}" />
|
Content="{x:Static p:Resources.Actions_Logout}" />
|
||||||
<Separator />
|
<Separator />
|
||||||
<CheckBox IsChecked="{Binding Source={x:Static p:Settings.Default}, Path=AutoStartMonitor}"
|
<CheckBox IsChecked="{Binding Source={x:Static p:Settings.Default}, Path=AutoStartMonitor}"
|
||||||
|
|||||||
Reference in New Issue
Block a user