-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.nuspec
More file actions
22 lines (22 loc) · 1004 Bytes
/
plugin.nuspec
File metadata and controls
22 lines (22 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>com.castsoftware.uc.telon</id>
<version>1.0.2</version>
<title>CA-TELON support</title>
<authors>User Community</authors>
<owners>CAST</owners>
<projectUrl>https://github.com/CAST-Extend/com.castsoftware.uc.telon/wiki/CA-Telon-support</projectUrl>
<iconUrl>https://github.com/CAST-Extend/com.castsoftware.uc.telon/blob/master/TelonLogo.jpg?raw=true</iconUrl>
<licenseUrl>http://www.castsoftware.com/ps/doc/extension/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This extension excludes violations from generated TELON code (for standard COBOL quality rules supporting bookmarks)</description>
<tags>COBOL mainframe Quality CA-TELON</tags>
<releaseNotes>
- better report
</releaseNotes>
<dependencies>
<dependency id="CAIP" version="7.3.6" />
</dependencies>
</metadata>
</package>