diff --git a/SabreTools.Helper/Properties/AssemblyInfo.cs b/SabreTools.Helper/Properties/AssemblyInfo.cs index 4c75d0c1..c5f4ccaf 100644 --- a/SabreTools.Helper/Properties/AssemblyInfo.cs +++ b/SabreTools.Helper/Properties/AssemblyInfo.cs @@ -6,13 +6,13 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SabreHelper")] -[assembly: AssemblyDescription(String.Empty)] -[assembly: AssemblyConfiguration(String.Empty)] -[assembly: AssemblyCompany(String.Empty)] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SabreHelper")] [assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark(String.Empty)] -[assembly: AssemblyCulture(String.Empty)] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from