diff --git a/Saviour Backup System/Properties/AssemblyInfo.cs b/Saviour Backup System/Properties/AssemblyInfo.cs index 8e7322b..29b38b9 100644 --- a/Saviour Backup System/Properties/AssemblyInfo.cs +++ b/Saviour Backup System/Properties/AssemblyInfo.cs @@ -1,6 +1,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using System.Resources; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -8,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("Saviour Backup System")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("TheOrangeOne")] [assembly: AssemblyProduct("Saviour Backup System")] [assembly: AssemblyCopyright("Copyright © 2014")] [assembly: AssemblyTrademark("")] @@ -34,3 +35,4 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: NeutralResourcesLanguageAttribute("en-GB")]