Release for 1.0.15 to fix mutex + black out.
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
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.15.0")]
|
||||
[assembly: AssemblyVersion("1.0.16.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
//Setting Squirrel Aware Version.
|
||||
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
|
||||
@@ -222,6 +222,15 @@ namespace BodyshopPartner.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show.
|
||||
/// </summary>
|
||||
public static string Label_Show {
|
||||
get {
|
||||
return ResourceManager.GetString("Label_Show", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Source System.
|
||||
/// </summary>
|
||||
|
||||
@@ -171,6 +171,9 @@
|
||||
<data name="Label_Restart" xml:space="preserve">
|
||||
<value>_Restart</value>
|
||||
</data>
|
||||
<data name="Label_Show" xml:space="preserve">
|
||||
<value>Show</value>
|
||||
</data>
|
||||
<data name="Label_SourceSystem" xml:space="preserve">
|
||||
<value>Source System</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user