diff options
Diffstat (limited to 'tools/Sandcastle/Source/XmlCat/Properties/AssemblyInfo.cs')
-rw-r--r-- | tools/Sandcastle/Source/XmlCat/Properties/AssemblyInfo.cs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/Sandcastle/Source/XmlCat/Properties/AssemblyInfo.cs b/tools/Sandcastle/Source/XmlCat/Properties/AssemblyInfo.cs index a3dc73f..1f63295 100644 --- a/tools/Sandcastle/Source/XmlCat/Properties/AssemblyInfo.cs +++ b/tools/Sandcastle/Source/XmlCat/Properties/AssemblyInfo.cs @@ -1,3 +1,8 @@ +// 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; using System.Runtime.InteropServices; @@ -29,5 +34,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("2.4.10522.00")] -[assembly: AssemblyFileVersion("2.4.10522.00")] +[assembly: AssemblyVersion("2.5.10626.00")] +[assembly: AssemblyFileVersion("2.5.10626.00")] |