mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 03:55:41 +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;
|
||||
|
||||
@ -6,6 +6,7 @@ namespace VpSharp.Commands.Attributes;
|
||||
/// Defines the aliases of a command.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
[CLSCompliant(false)]
|
||||
public sealed class AliasesAttribute : Attribute
|
||||
{
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user