Skip to content

Commit 56353ea

Browse files
committed
Build 1.3.2
1 parent 0429efd commit 56353ea

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Change log
22

3+
### Release 1.3.2
4+
- Removed dependencies
5+
36
### Release 1.2.2
47
- Bug fixes
58

KPCLib.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PassXYZLib", "PassXYZLib\Pa
1111
EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5CFEC4A-7D25-4D24-B4F7-A568E1DF4750}"
1313
ProjectSection(SolutionItems) = preProject
14+
CHANGELOG.md = CHANGELOG.md
1415
KPCLib.nuspec = KPCLib.nuspec
1516
PassXYZLib.nuspec = PassXYZLib.nuspec
17+
README.md = README.md
1618
EndProjectSection
1719
EndProject
1820
Global

PassXYZLib.nuspec

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,16 @@
1010
<projectUrl>https://github.com/passxyz/KPCLib</projectUrl>
1111
<description>This is an extension of KPCLib.</description>
1212
<releaseNotes>
13-
- Generate icons from URL field
14-
- Using icons from FontAwesome
15-
- Fixed an issue in CurrentPath
13+
- Removed dependencies
1614
</releaseNotes>
1715
<copyright>Roger Ye</copyright>
1816
<repository url="https://github.com/passxyz/KPCLib" />
1917
<dependencies>
2018
<group targetFramework=".NETStandard2.0">
21-
<dependency id="HtmlAgilityPack" version="1.11.34" exclude="Build,Analyzers" />
2219
<dependency id="PassXYZ" version="2.1.4.9" exclude="Build,Analyzers" />
23-
<dependency id="Xamarin.Essentials" version="1.6.1" exclude="Build,Analyzers" />
24-
<dependency id="Xamarin.Forms" version="5.0.0.2012" exclude="Build,Analyzers" />
25-
<dependency id="Xamarin.Forms.IconFontHelper" version="1.0.0" exclude="Build,Analyzers" />
26-
<dependency id="Xamarin.Forms.FontAwesome.Brand" version="1.0.0" exclude="Build,Analyzers" />
27-
<dependency id="Xamarin.Forms.FontAwesome.Regular" version="1.0.0" exclude="Build,Analyzers" />
28-
<dependency id="Xamarin.Forms.FontAwesome.Solid" version="1.0.0" exclude="Build,Analyzers" />
29-
<dependency id="KPCLib" version="1.3.1.1" exclude="Build,Analyzers" />
30-
</group>
20+
<dependency id="KPCLib" version="1.3.2.0" exclude="Build,Analyzers" />
21+
<dependency id="SkiaSharp" version="2.80.2" exclude="Build,Analyzers" />
22+
</group>
3123
</dependencies>
3224
<summary>PassXYZLib added additional features for Xamarin Forms.</summary>
3325
</metadata>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# KPCLib - KeePass Portable Class Library
22

3-
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].
3+
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].
44

55
**KPCLib** included two components:
66
- **KeePassLib** - This is the port of the original KeePassLib under project `KPCLib`.

0 commit comments

Comments
 (0)