microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-github-actions-job-shell-and-cli

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