Index: src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/AssemblyInfo.cs =================================================================== diff -u -rcd3f98d2c3ac66dc2bdf93b99c8b18ffe3718170 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision cd3f98d2c3ac66dc2bdf93b99c8b18ffe3718170) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -1,12 +1,10 @@ -using System.Reflection; -using System.Runtime.InteropServices; -using Mono.Addins; +using System.Reflection; +using System.Runtime.InteropServices; +using Mono.Addins; -[assembly: AssemblyTitle("DeltaShell.Plugins.CommonTools.Gui")] -[assembly: AssemblyProduct("DeltaShell.Plugins.CommonTools.Gui")] - -[assembly: Guid("bb54dc10-a400-4a6c-8ac2-50f1c6738308")] - -[assembly: Addin] -[assembly: AddinDependency("DeltaShellApplication", "1.0")] -[assembly: AddinDependency("DeltaShellGui", "1.0")] +[assembly: AssemblyTitle("DeltaShell.Plugins.CommonTools.Gui")] +[assembly: AssemblyProduct("DeltaShell.Plugins.CommonTools.Gui")] +[assembly: Guid("bb54dc10-a400-4a6c-8ac2-50f1c6738308")] +[assembly: Addin] +[assembly: AddinDependency("DeltaShellApplication", "1.0")] +[assembly: AddinDependency("DeltaShellGui", "1.0")] \ No newline at end of file