microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
989be20ff20b2a73f762c2d40bf2c61b57fa2ba3

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

dotnet/visualStudioTypeAgent/Properties/AssemblyInfo.cs

14lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4using System.Reflection;
5using 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