Added squirrel awareness to include additional net exception.
This commit is contained in:
@@ -7,11 +7,11 @@ using System.Windows;
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("BodyshopPartner")]
|
||||
[assembly: AssemblyTitle("ImEX Online Partner")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Snapt Software Inc.")]
|
||||
[assembly: AssemblyProduct("BodyshopPartner")]
|
||||
[assembly: AssemblyCompany("ImEX Systems Inc. & Snapt Software Inc.")]
|
||||
[assembly: AssemblyProduct("ImEX Online Partner")]
|
||||
[assembly: AssemblyCopyright("Copyright © Snapt Software Inc. 2020")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
@@ -53,3 +53,5 @@ using System.Windows;
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
//Setting Squirrel Aware Version.
|
||||
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
|
||||
Reference in New Issue
Block a user