Skip to content

Commit

Permalink
Build 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shugaoye committed Aug 7, 2021
1 parent 0429efd commit 56353ea
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change log

### Release 1.3.2
- Removed dependencies

### Release 1.2.2
- Bug fixes

Expand Down
2 changes: 2 additions & 0 deletions KPCLib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 4 additions & 12 deletions PassXYZLib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,16 @@
<projectUrl>https://github.com/passxyz/KPCLib</projectUrl>
<description>This is an extension of KPCLib.</description>
<releaseNotes>
- Generate icons from URL field
- Using icons from FontAwesome
- Fixed an issue in CurrentPath
- Removed dependencies
</releaseNotes>
<copyright>Roger Ye</copyright>
<repository url="https://github.com/passxyz/KPCLib" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="HtmlAgilityPack" version="1.11.34" exclude="Build,Analyzers" />
<dependency id="PassXYZ" version="2.1.4.9" exclude="Build,Analyzers" />
<dependency id="Xamarin.Essentials" version="1.6.1" exclude="Build,Analyzers" />
<dependency id="Xamarin.Forms" version="5.0.0.2012" exclude="Build,Analyzers" />
<dependency id="Xamarin.Forms.IconFontHelper" version="1.0.0" exclude="Build,Analyzers" />
<dependency id="Xamarin.Forms.FontAwesome.Brand" version="1.0.0" exclude="Build,Analyzers" />
<dependency id="Xamarin.Forms.FontAwesome.Regular" version="1.0.0" exclude="Build,Analyzers" />
<dependency id="Xamarin.Forms.FontAwesome.Solid" version="1.0.0" exclude="Build,Analyzers" />
<dependency id="KPCLib" version="1.3.1.1" exclude="Build,Analyzers" />
</group>
<dependency id="KPCLib" version="1.3.2.0" exclude="Build,Analyzers" />
<dependency id="SkiaSharp" version="2.80.2" exclude="Build,Analyzers" />
</group>
</dependencies>
<summary>PassXYZLib added additional features for Xamarin Forms.</summary>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 56353ea

Please sign in to comment.