mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
17 lines
598 B
XML
17 lines
598 B
XML
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>$id$</id>
|
|
<version>$version$</version>
|
|
<title>$title$</title>
|
|
<authors>$author$</authors>
|
|
<owners>$author$</owners>
|
|
<licenseUrl>https://www.gnu.org/licenses/gpl-3.0.en.html</licenseUrl>
|
|
<projectUrl>https://github.com/wismna/ModernKeePass</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>$description$</description>
|
|
<releaseNotes>Initial release.</releaseNotes>
|
|
<copyright>$copyright$</copyright>
|
|
<tags>KeePass KeePassLib NetStandard</tags>
|
|
</metadata>
|
|
</package> |