diff options
Diffstat (limited to 'tools/Sandcastle/Source/CommandLine/Properties/AssemblyInfo.cs')
-rw-r--r-- | tools/Sandcastle/Source/CommandLine/Properties/AssemblyInfo.cs | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/tools/Sandcastle/Source/CommandLine/Properties/AssemblyInfo.cs b/tools/Sandcastle/Source/CommandLine/Properties/AssemblyInfo.cs index 6675118..cd3d1c8 100644 --- a/tools/Sandcastle/Source/CommandLine/Properties/AssemblyInfo.cs +++ b/tools/Sandcastle/Source/CommandLine/Properties/AssemblyInfo.cs @@ -1,5 +1,7 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// +// Copyright © Microsoft Corporation. +// This source file is subject to the Microsoft Permissive License. +// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. +// All other rights reserved. using System.Reflection; using System.Runtime.CompilerServices; @@ -17,6 +19,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] +[assembly: System.CLSCompliant(true)] + // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. @@ -34,5 +38,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.4.10522.00")] -[assembly: AssemblyFileVersion("2.4.10522.00")] +[assembly: AssemblyVersion("2.5.10626.00")] +[assembly: AssemblyFileVersion("2.5.10626.00")] |