diff --git a/EtchBendLines/Bend.cs b/EtchBendLines/Bend.cs index 0eb3a35..528751c 100644 --- a/EtchBendLines/Bend.cs +++ b/EtchBendLines/Bend.cs @@ -4,7 +4,7 @@ using netDxf.Tables; using System; using System.Collections.Generic; -namespace EtchBendLine +namespace EtchBendLines { public class Bend { diff --git a/EtchBendLines/BendDirection.cs b/EtchBendLines/BendDirection.cs index 79f5701..4cd137c 100644 --- a/EtchBendLines/BendDirection.cs +++ b/EtchBendLines/BendDirection.cs @@ -1,4 +1,4 @@ -namespace EtchBendLine +namespace EtchBendLines { public enum BendDirection { diff --git a/EtchBendLines/Extensions.cs b/EtchBendLines/Extensions.cs index ffc2413..cc46908 100644 --- a/EtchBendLines/Extensions.cs +++ b/EtchBendLines/Extensions.cs @@ -2,7 +2,7 @@ using netDxf.Entities; using System; -namespace EtchBendLine +namespace EtchBendLines { public static class Extensions { diff --git a/EtchBendLines/Program.cs b/EtchBendLines/Program.cs index 2f0fc89..d4b1692 100644 --- a/EtchBendLines/Program.cs +++ b/EtchBendLines/Program.cs @@ -8,7 +8,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace EtchBendLine +namespace EtchBendLines { class Program { diff --git a/EtchBendLines/Properties/AssemblyInfo.cs b/EtchBendLines/Properties/AssemblyInfo.cs index d76633c..7bc5c42 100644 --- a/EtchBendLines/Properties/AssemblyInfo.cs +++ b/EtchBendLines/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // 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("EtchBendLine")] +[assembly: AssemblyTitle("EtchBendLines")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("EtchBendLine")] +[assembly: AssemblyProduct("EtchBendLines")] [assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]