forked from dlech/KeePass2.x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKeePass.nuspec
25 lines (25 loc) · 972 Bytes
/
KeePass.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>dlech</owners>
<license type="expression">GPL-2.0-or-later</license>
<projectUrl>https://keepass.info</projectUrl>
<icon>content/keepass_256x256.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Unofficial debug build of KeePass for extension development.</description>
<copyright>Copyright (C) 2003-2022 Dominik Reichl</copyright>
<tags>KeePass</tags>
<repository type="git" url="https://github.com/dlech/KeePass2.x" />
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
</dependencies>
<developmentDependency>true</developmentDependency>
</metadata>
<files>
<file src="..\keepass_256x256.png" target="content\" />
</files>
</package>