-
Notifications
You must be signed in to change notification settings - Fork 4
/
KPCLib.nuspec
29 lines (29 loc) · 1.36 KB
/
KPCLib.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
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>KPCLib</id>
<version>2.0.4</version>
<authors>Roger Ye</authors>
<owners>Roger Ye</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">LGPL-3.0-or-later</license>
<projectUrl>https://passxyz.github.io</projectUrl>
<description>This is a .NET standard 2.0 build of KeePassLib.</description>
<releaseNotes>
- Refactored the project structure, build using .NET 8.0
</releaseNotes>
<copyright>Dominik Reichl is the author of KeePassLib on Windows platform. Roger Ye updated and enhanced this library for .NET Standard.</copyright>
<repository url="https://github.com/passxyz/KPCLib" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="SkiaSharp" version="2.88.6" exclude="Build,Analyzers" />
<dependency id="Svg.Skia" version="1.0.0.9" exclude="Build,Analyzers" />
</group>
</dependencies>
<summary>KeePassLib built as .NET Standard Library</summary>
</metadata>
<files>
<file src="KPCLib/bin/Release/netstandard2.0/KPCLib.dll" target="lib/netstandard2.0/KPCLib.dll" />
<file src="KeePassLib/bin/Release/netstandard2.0/KeePassLib.dll" target="lib/netstandard2.0/KeePassLib.dll" />
</files>
</package>