Merge pull request #1385 from BrzVlad/fin-hash
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / TypeLibVersionAttribute.cs
index 9291babfda6e736d2a01f6603a92a57ddaa8833e..e4a16bf295e53d842b146d49f652e3e75cd8d1ec 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if (NET_1_1)
-
 namespace System.Runtime.InteropServices
 {
-       [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, 
-                       Inherited = false)]
+       [ComVisible(true)]
+       [AttributeUsage(AttributeTargets.Assembly, Inherited = false)]
        public sealed class TypeLibVersionAttribute : Attribute
        {
                private int major;
@@ -57,5 +55,4 @@ namespace System.Runtime.InteropServices
        }
 }
 
-#endif