Update metadata for the Blazor VSIX (#7473)

This commit is contained in:
Daniel Roth 2019-02-11 16:55:09 -08:00 committed by GitHub
parent 98be5a3ca5
commit 2e1aa139f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Microsoft.VisualStudio.BlazorExtension" Version="|%CurrentProject%;GetBuildVersion|" Language="en-US" Publisher="Microsoft" />
<DisplayName>ASP.NET Core Blazor Language Services</DisplayName>
<Description xml:space="preserve">Provides Visual Studio support for ASP.NET Core Blazor</Description>
<DisplayName>Blazor</DisplayName>
<Description xml:space="preserve">Provides Visual Studio support for Blazor</Description>
<License>Content\LICENSE.txt</License>
<PackageId>Microsoft.VisualStudio.BlazorExtension</PackageId>
<GettingStartedGuide>https://go.microsoft.com/fwlink/?linkid=870449</GettingStartedGuide>