mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
18 lines
686 B
XML
18 lines
686 B
XML
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>$id$</id>
|
|
<version>$version$</version>
|
|
<title>$title$</title>
|
|
<authors>$author$</authors>
|
|
<owners>$author$</owners>
|
|
<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
|
|
<projectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</projectUrl>
|
|
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>$description$</description>
|
|
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
|
|
<copyright>Copyright 2017</copyright>
|
|
<tags>Tag1 Tag2</tags>
|
|
</metadata>
|
|
</package> |