Skip to content

Commit

Permalink
Merge pull request #257 from boblangley/reintroduce-clscompliance
Browse files Browse the repository at this point in the history
Add assemblyinfo with CLSCompliant(true)
  • Loading branch information
scott-xu authored Oct 12, 2017
2 parents 7006297 + 937ad26 commit 968291f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Ninject/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="Ninject Project Contributors">
// Copyright (c) 2007-2010, Enkari, Ltd.
// Copyright (c) 2010-2017, Ninject Project Contributors
// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
// </copyright>
// -------------------------------------------------------------------------------------------------

using System;

[assembly: CLSCompliant(true)]

0 comments on commit 968291f

Please sign in to comment.