Add missing package properties (#1311)

This commit is contained in:
Charles Gagnon
2021-11-16 22:04:52 -08:00
committed by GitHub
parent 6634932e46
commit f99d2e1dda

View File

@@ -20,6 +20,12 @@
<PackageLicenseFile>license/license.txt</PackageLicenseFile>
<PackageIcon>images\sqlserver.png</PackageIcon>
<PackageIconFullPath></PackageIconFullPath>
<Authors>Microsoft</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/Microsoft/sqltoolsservice</PackageProjectUrl>
<RepositoryUrl>https://github.com/Microsoft/sqltoolsservice</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<None Include="../license/license.txt" Pack="true" PackagePath="license/" />