diff options
Diffstat (limited to 'tools/Sandcastle/Source/CCI/Properties/AssemblyInfo.cs')
-rw-r--r-- | tools/Sandcastle/Source/CCI/Properties/AssemblyInfo.cs | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tools/Sandcastle/Source/CCI/Properties/AssemblyInfo.cs b/tools/Sandcastle/Source/CCI/Properties/AssemblyInfo.cs index 7c71f3d..7027a51 100644 --- a/tools/Sandcastle/Source/CCI/Properties/AssemblyInfo.cs +++ b/tools/Sandcastle/Source/CCI/Properties/AssemblyInfo.cs @@ -1,5 +1,8 @@ -// 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; using System.Reflection; using System.Runtime.CompilerServices; @@ -36,5 +39,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")] |