Skip to content

Commit 9a77f2a

Browse files
committed
Merge pull request #128 from eriove/feature/CLSCompliant
Add CLSCompliant attribute
2 parents 99ea5fb + 523cd1d commit 9a77f2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

UnitsNet/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22+
using System;
2223
using System.Reflection;
2324
using System.Resources;
2425

@@ -34,11 +35,11 @@
3435
[assembly: AssemblyConfiguration("")]
3536
[assembly: AssemblyCompany("Initial Force AS")]
3637
[assembly: AssemblyProduct("UnitsNet")]
37-
[assembly: AssemblyCopyright("Copyright © 2007-2014 Initial Force AS")]
38+
[assembly: AssemblyCopyright("Copyright © 2007-2016 Initial Force AS")]
3839
[assembly: AssemblyTrademark("")]
3940
[assembly: AssemblyCulture("")]
4041
[assembly: NeutralResourcesLanguage("")]
41-
42+
[assembly: CLSCompliant(true)]
4243
// Version information for an assembly consists of the following four values:
4344
//
4445
// Major Version

0 commit comments

Comments
 (0)