|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | 4 | <id>KPCLib</id> |
5 | | - <version>1.2.2.8</version> |
| 5 | + <version>1.2.3.0</version> |
6 | 6 | <authors>Roger Ye</authors> |
7 | 7 | <owners>Roger Ye</owners> |
8 | 8 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
9 | 9 | <license type="expression">LGPL-3.0-or-later</license> |
10 | 10 | <projectUrl>https://github.com/passxyz/KPCLib</projectUrl> |
11 | 11 | <description>This is the build of KeePassLib in Xamarin Portable Class Library. Three platforms, UWP, Android and iOS, are supported and tested.</description> |
12 | | - <releaseNotes>-Support Markdown in Notes field |
13 | | - - Support PassXYZ data format</releaseNotes> |
14 | | - <copyright>Dominik Reichl is the author of the original KeePassLib on Windows platform. Roger Ye created this for UWP, Android and iOS platforms.</copyright> |
| 12 | + <releaseNotes>- Support OTP</releaseNotes> |
| 13 | + <copyright>Dominik Reichl is the author of the original KeePassLib on Windows platform. Roger Ye updated and enhanced this library for .NET Standard.</copyright> |
15 | 14 | <repository url="https://github.com/passxyz/KPCLib" /> |
16 | 15 | <dependencies> |
17 | 16 | <group targetFramework=".NETStandard2.0"> |
18 | 17 | <dependency id="SkiaSharp" version="1.68.0" exclude="Build,Analyzers" /> |
| 18 | + <dependency id="PureOtp" version="1.0.0.8" exclude="Build,Analyzers" /> |
19 | 19 | </group> |
20 | 20 | </dependencies> |
21 | | - <summary>A library to be built as .NET Standard Library to be used for Android, iOS and UWP</summary> |
| 21 | + <summary>KeePassLib built as .NET Standard Library</summary> |
22 | 22 | </metadata> |
23 | 23 | <files> |
24 | 24 | <file src="PassXYZLib/bin/Release/netstandard2.0/KPCLib.dll" target="lib/netstandard2.0/KPCLib.dll" /> |
|
0 commit comments