mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 03:35:42 +00:00
Add CLSCompliant attribute to VpSharp.Commands assembly
This commit is contained in:
parent
ba6f6ce239
commit
168c6d9177
1
VpSharp.Commands/Assembly.cs
Normal file
1
VpSharp.Commands/Assembly.cs
Normal file
@ -0,0 +1 @@
|
|||||||
|
[assembly: CLSCompliant(true)]
|
@ -1,4 +1,4 @@
|
|||||||
using System.Collections.ObjectModel;
|
using System.Collections.ObjectModel;
|
||||||
|
|
||||||
namespace VpSharp.Commands.Attributes;
|
namespace VpSharp.Commands.Attributes;
|
||||||
|
|
||||||
@ -6,6 +6,7 @@ namespace VpSharp.Commands.Attributes;
|
|||||||
/// Defines the aliases of a command.
|
/// Defines the aliases of a command.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[AttributeUsage(AttributeTargets.Method)]
|
[AttributeUsage(AttributeTargets.Method)]
|
||||||
|
[CLSCompliant(false)]
|
||||||
public sealed class AliasesAttribute : Attribute
|
public sealed class AliasesAttribute : Attribute
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user