microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
dotnet/visualStudioTypeAgent/Properties/AssemblyInfo.cs
14lines · modecode
| 1 | // Copyright (c) Microsoft Corporation. |
| 2 | // Licensed under the MIT License. |
| 3 | |
| 4 | using System.Reflection; |
| 5 | using System.Runtime.InteropServices; |
| 6 | |
| 7 | [assembly: AssemblyTitle("VisualStudioTypeAgent")] |
| 8 | [assembly: AssemblyDescription("TypeAgent chat panel for Visual Studio")] |
| 9 | [assembly: AssemblyCompany("Microsoft")] |
| 10 | [assembly: AssemblyProduct("TypeAgent Chat")] |
| 11 | [assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")] |
| 12 | [assembly: ComVisible(false)] |
| 13 | [assembly: AssemblyVersion("0.1.0.0")] |
| 14 | [assembly: AssemblyFileVersion("0.1.0.0")] |
| 15 | |