<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011">
  <Metadata>
    <Identity Id="Microsoft.VisualStudio.Copilot.Testing.UI" Version="0.4.1109.33125" Language="en-US" Publisher="Microsoft" />
    <DisplayName>GitHub Copilot testing</DisplayName>
    <Description>A Copilot-driven agent that serves as an autonomous expert for .NET testing. It automatically generates buildable C# unit tests, understands developer intent and context, and integrates deeply with .NET tools like Roslyn, MSBuild, and MSTest/xUnit. The agent helps teams boost coverage, catch bugs early, and save hours of manual test-writing—all without slowing development velocity.</Description>
  </Metadata>
  <Installation ExtensionType="VSSDK+VisualStudio.Extensibility" SystemComponent="true" Experimental="false">
    <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[18.0, 19.0)">
      <ProductArchitecture>amd64</ProductArchitecture>
    </InstallationTarget>
  </Installation>
  <Prerequisites>
    <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[18.0,19.0)" DisplayName="Visual Studio core editor" />
  </Prerequisites>
  <Assets>
    <Asset Type="Microsoft.VisualStudio.MefComponent" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
  </Assets>
</PackageManifest>