Skip to content

Commit 8505773

Browse files
authored
Package "rules" Folder with Library, Update Descriptions (#158)
* Update AppInspector.Commands.csproj * Update package descriptions
1 parent d7edba0 commit 8505773

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AppInspector.CLI/AppInspector.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Company>Microsoft</Company>
1111
<Authors>Microsoft</Authors>
1212
<Version>0.0.0-placeholder</Version>
13-
<Description>Command line tool for GUI launch of Application Inspector</Description>
13+
<Description>Microsoft Application Inspector is a software source code analysis tool that helps identify and surface well-known features and other interesting characteristics of source code to aid in determining what the software is or what it does. This is a dotnet tool package. For the library, see Microsoft.CST.ApplicationInspector.</Description>
1414
<FileVersion>0.0.0.0</FileVersion>
1515
<AssemblyVersion>0.0.0.0</AssemblyVersion>
1616
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

AppInspector/AppInspector.Commands.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageProjectUrl>https://github.com/microsoft/ApplicationInspector</PackageProjectUrl>
99
<RepositoryUrl>https://github.com/microsoft/ApplicationInspector</RepositoryUrl>
1010
<PackageTags>Security Static Analyzer</PackageTags>
11-
<Description>Characterizes software features.</Description>
11+
<Description>Microsoft Application Inspector is a software source code analysis tool that helps identify and surface well-known features and other interesting characteristics of source code to aid in determining what the software is or what it does.</Description>
1212
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1313
<HighEntropyVA>true</HighEntropyVA>
1414
<Product>Application Inspector</Product>
@@ -86,6 +86,7 @@
8686
<ItemGroup>
8787
<None Include="..\LICENSE.txt" Pack="true" PackagePath=""/>
8888
<None Include="..\icon-128.png" Pack="true" PackagePath=""/>
89+
<None Update="rules\**" Pack="true" PackagePath="lib\$(TargetFramework)\"/>
8990
</ItemGroup>
9091

9192
</Project>

0 commit comments

Comments
 (0)