diff --git a/Modbus.Net/packages/Microsoft.AspNet.WebApi.HelpPage.5.2.0/Content/Areas/HelpPage/ModelDescriptions/ModelNameAttribute.cs.pp b/Modbus.Net/packages/Microsoft.AspNet.WebApi.HelpPage.5.2.0/Content/Areas/HelpPage/ModelDescriptions/ModelNameAttribute.cs.pp deleted file mode 100644 index 2faa8c7..0000000 --- a/Modbus.Net/packages/Microsoft.AspNet.WebApi.HelpPage.5.2.0/Content/Areas/HelpPage/ModelDescriptions/ModelNameAttribute.cs.pp +++ /dev/null @@ -1,18 +0,0 @@ -using System; - -namespace $rootnamespace$.Areas.HelpPage.ModelDescriptions -{ - /// - /// Use this attribute to change the name of the generated for a type. - /// - [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum, AllowMultiple = false, Inherited = false)] - public sealed class ModelNameAttribute : Attribute - { - public ModelNameAttribute(string name) - { - Name = name; - } - - public string Name { get; private set; } - } -} \ No newline at end of file