Update VSIX version
This commit is contained in:
parent
550283957a
commit
04395b8bfa
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-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.RazorExtension" Version="1.0" Language="en-US" Publisher="Microsoft" />
|
||||
<Identity Id="Microsoft.VisualStudio.RazorExtension" Version="0.1" Language="en-US" Publisher="Microsoft" />
|
||||
<DisplayName>Microsoft.VisualStudio.RazorExtension</DisplayName>
|
||||
<Description xml:space="preserve">Language services for AspNetCore Razor</Description>
|
||||
<Description xml:space="preserve">Language services for ASP.NET Core Razor</Description>
|
||||
</Metadata>
|
||||
<Installation>
|
||||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0]" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue