Add license and metadata to VSIX

This commit is contained in:
Ryan Nowak 2018-03-21 13:30:00 -07:00 committed by Steve Sanderson
parent 808f741cdd
commit 64d78c6e62
2 changed files with 15 additions and 4 deletions

View File

@ -29,7 +29,7 @@
VS needs this build number to be parsable by System.Version, so it can't have any letters.
-->
<VsixVersion>15.6</VsixVersion>
<VsixVersion>15.7</VsixVersion>
<VsixVersion Condition="'$(BuildNumber)'!='' AND '$(BuildNumber)'!='t000'">$(VsixVersion).$(BuildNumber)</VsixVersion>
<VsixVersion Condition="'$(BuildNumber)'=='' OR '$(BuildNumber)'=='t000'">$(VsixVersion).999999</VsixVersion>
</PropertyGroup>
@ -229,11 +229,19 @@
</None>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\LICENSE.txt">
<Link>Content\LICENSE.txt</Link>
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Content\WebConfiguration.png">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\BlazorPackage.ico">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\BlazorPackage.ico" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources.resx">

View File

@ -4,7 +4,10 @@
<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>
<License>Content\LICENSE.txt</License>
<PackageId>Microsoft.VisualStudio.BlazorExtension</PackageId>
<GettingStartedGuide>https://go.microsoft.com/fwlink/?linkid=870449</GettingStartedGuide>
<ReleaseNotes>https://go.microsoft.com/fwlink/?linkid=870448</ReleaseNotes>
<Icon>Content\WebConfiguration.png</Icon>
<PreviewImage>Content\WebConfiguration.png</PreviewImage>
</Metadata>
@ -18,7 +21,7 @@
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="File" Path="Microsoft.VisualStudio.LanguageServices.Blazor.dll" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Microsoft.AspNetCore.Blazor.AngleSharp.dll" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Microsoft.AspNetCore.Blazor.AngleSharp.dll" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Microsoft.AspNetCore.Blazor.Razor.Extensions.dll" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Microsoft.VisualStudio.LanguageServices.Blazor.dll" />
<Asset Type="Microsoft.VisualStudio.VsPackage" Path="Templates.pkgdef" />