This commit is contained in:
David Alcantar 2020-03-02 11:31:09 -08:00
Родитель f42bc84e3e
Коммит 2211b978b6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,6 @@
<AssemblyName>devskim</AssemblyName>
<StartupObject>Microsoft.DevSkim.CLI.Program</StartupObject>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<PackageId>DevSkim</PackageId>
<Product>Microsoft DevSkim Command Line Interface</Product>
<Version>0.0.0</Version>
<Authors>Microsoft</Authors>
@ -15,6 +14,7 @@
<Description>DevSkim is a framework and language analyzer that provides inline security analysis. This is a Dotnet Tool package. For the library package, see Microsoft.DevSkim.</Description>
<PackAsTool>true</PackAsTool>
<ToolCommandName>devskim</ToolCommandName>
<PackageId>Microsoft.DevSkim.CLI</PackageId>
<PackageTags>Security Linter</PackageTags>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIcon>devskim-icon-128.png</PackageIcon>