-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.nuspec
More file actions
19 lines (19 loc) · 1.09 KB
/
plugin.nuspec
File metadata and controls
19 lines (19 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>com.castsoftware.uc.checkanalysiscompleteness</id>
<version>0.5.1</version>
<title>Unanalysed Code Report</title>
<authors>User Community</authors>
<owners>CAST</owners>
<projectUrl>https://github.com/CAST-Extend/com.castsoftware.uc.checkanalysiscompleteness/wiki/Unanalysed-Code-Report</projectUrl>
<iconUrl>http://cliparts.co/cliparts/ki8/5E9/ki85E9r5T.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Generates a report showing the delivered source code that has not been analyzed by comparing it to the Knowledge Base content. It also provides the language of that missed code and recommendations.</description>
<tags>Reporting Completeness AnalysisTuning</tags>
<releaseNotes>https://github.com/CAST-Extend/com.castsoftware.uc.checkanalysiscompleteness/wiki/Unanalysed-Code-Report#changelog</releaseNotes>
<dependencies>
<dependency id="CAIP" version="7.3.4" />
</dependencies>
</metadata>
</package>