Compliance with CLS-Compliant Code spec
This commit is contained in:
Родитель
324df0c5cf
Коммит
97f1d3212a
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>5.2.0</Version>
|
||||
<Version>5.2.1</Version>
|
||||
<PackageReleaseNotes>This package is compatible with .NET 4.5, 4.6, and 4.7 frameworks.</PackageReleaseNotes>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
using System;
|
||||
|
||||
[assembly:CLSCompliant(true)]
|
Загрузка…
Ссылка в новой задаче