// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("VisualStudioTypeAgent")] [assembly: AssemblyDescription("TypeAgent chat panel for Visual Studio")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("TypeAgent Chat")] [assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")] [assembly: ComVisible(false)] [assembly: AssemblyVersion("0.1.0.0")] [assembly: AssemblyFileVersion("0.1.0.0")]