From 56353ea34e7ba78453326cd0b101e2ecf4fce510 Mon Sep 17 00:00:00 2001 From: Roger Ye Date: Sat, 7 Aug 2021 19:06:31 +0800 Subject: [PATCH] Build 1.3.2 --- CHANGELOG.md | 3 +++ KPCLib.sln | 2 ++ PassXYZLib.nuspec | 16 ++++------------ README.md | 2 +- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32baed..e1a177a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Change log +### Release 1.3.2 + - Removed dependencies + ### Release 1.2.2 - Bug fixes diff --git a/KPCLib.sln b/KPCLib.sln index 3339315..b491db8 100644 --- a/KPCLib.sln +++ b/KPCLib.sln @@ -11,8 +11,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PassXYZLib", "PassXYZLib\Pa EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5CFEC4A-7D25-4D24-B4F7-A568E1DF4750}" ProjectSection(SolutionItems) = preProject + CHANGELOG.md = CHANGELOG.md KPCLib.nuspec = KPCLib.nuspec PassXYZLib.nuspec = PassXYZLib.nuspec + README.md = README.md EndProjectSection EndProject Global diff --git a/PassXYZLib.nuspec b/PassXYZLib.nuspec index 596310e..da33bf2 100644 --- a/PassXYZLib.nuspec +++ b/PassXYZLib.nuspec @@ -10,24 +10,16 @@ https://github.com/passxyz/KPCLib This is an extension of KPCLib. - - Generate icons from URL field - - Using icons from FontAwesome - - Fixed an issue in CurrentPath + - Removed dependencies Roger Ye - - - - - - - - - + + + PassXYZLib added additional features for Xamarin Forms. diff --git a/README.md b/README.md index 5f6f143..c592a9e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # KPCLib - KeePass Portable Class Library -This is a port of KeePassLib to PCL and .netstandard. With **KPCLib** and Xamarin.Forms, we can build KeePass based applications on all major platforms. A command line application [KPCLibPy][1] is built using **KPCLib** and [Python.NET][2]. +This is a .NET Standard build of KeePassLib which is a library of KeePass. With **KPCLib** and Xamarin.Forms, we can build KeePass based applications on all major platforms. A command line application [KPCLibPy][1] is built using **KPCLib** and [Python.NET][2]. **KPCLib** included two components: - **KeePassLib** - This is the port of the original KeePassLib under project `KPCLib`.