Skip to content

Commit 2eefc72

Browse files
committed
Build version 1.3.3
1 parent a10ba32 commit 2eefc72

File tree

9 files changed

+48
-20
lines changed

9 files changed

+48
-20
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "PureOtp"]
22
path = PureOtp
33
url = https://github.com/shugaoye/PureOtp.git
4+
branch = passxyz

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## Change log
22

33
### Release 1.3.3
4-
- Improved property `IsUserExist` in `User`
4+
- Improved property `IsUserExist` and Added `Delete` method in `User`
55
- Support KeePass key file
6+
- Removed dependency on PureOtp
67

78
### Release 1.3.2
89
- Removed dependencies

KPCLib.nuspec

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,31 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>KPCLib</id>
5-
<version>1.3.2.0</version>
5+
<version>1.3.3.0</version>
66
<authors>Roger Ye</authors>
77
<owners>Roger Ye</owners>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<license type="expression">LGPL-3.0-or-later</license>
1010
<projectUrl>https://github.com/passxyz/KPCLib</projectUrl>
1111
<description>This is the build of KeePassLib in Xamarin Portable Class Library. Three platforms, UWP, Android and iOS, are supported and tested.</description>
1212
<releaseNotes>
13-
- Updated to KeePass 2.48.1
14-
- Fixed an issue in CryptoRandom.cs
15-
</releaseNotes>
13+
- Updated to KeePass 2.48.1
14+
- Fixed an issue in CryptoRandom.cs
15+
- Support KeePass key file
16+
- Removed dependency on PureOtp
17+
</releaseNotes>
1618
<copyright>Dominik Reichl is the author of the original KeePassLib on Windows platform. Roger Ye updated and enhanced this library for .NET Standard.</copyright>
1719
<repository url="https://github.com/passxyz/KPCLib" />
1820
<dependencies>
1921
<group targetFramework=".NETStandard2.0">
2022
<dependency id="SkiaSharp" version="2.80.2" exclude="Build,Analyzers" />
2123
<dependency id="Svg.Skia" version="0.5.3" exclude="Build,Analyzers" />
22-
<dependency id="PureOtp" version="1.0.0.8" exclude="Build,Analyzers" />
2324
</group>
2425
</dependencies>
2526
<summary>KeePassLib built as .NET Standard Library</summary>
2627
</metadata>
2728
<files>
28-
<file src="PassXYZLib/bin/Release/netstandard2.0/KPCLib.dll" target="lib/netstandard2.0/KPCLib.dll" />
29+
<file src="KPCLib/bin/Release/netstandard2.0/KPCLib.dll" target="lib/netstandard2.0/KPCLib.dll" />
30+
<file src="KPCLib/bin/Release/netstandard2.0/PureOtp.dll" target="lib/netstandard2.0/PureOtp.dll" />
2931
</files>
3032
</package>

KPCLib.sln

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
README.md = README.md
1818
EndProjectSection
1919
EndProject
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PureOtp", "PureOtp\PureOtp\PureOtp.csproj", "{6361E2B1-FAC9-4D2E-9876-90A37E516598}"
21+
EndProject
2022
Global
2123
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2224
Debug|Any CPU = Debug|Any CPU
@@ -77,6 +79,22 @@ Global
7779
{E6F6B65A-6474-4978-9F9C-F22194688240}.Release|x64.Build.0 = Release|Any CPU
7880
{E6F6B65A-6474-4978-9F9C-F22194688240}.Release|x86.ActiveCfg = Release|Any CPU
7981
{E6F6B65A-6474-4978-9F9C-F22194688240}.Release|x86.Build.0 = Release|Any CPU
82+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
83+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Debug|Any CPU.Build.0 = Debug|Any CPU
84+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Debug|ARM.ActiveCfg = Debug|Any CPU
85+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Debug|ARM.Build.0 = Debug|Any CPU
86+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Debug|x64.ActiveCfg = Debug|Any CPU
87+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Debug|x64.Build.0 = Debug|Any CPU
88+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Debug|x86.ActiveCfg = Debug|Any CPU
89+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Debug|x86.Build.0 = Debug|Any CPU
90+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Release|Any CPU.ActiveCfg = Release|Any CPU
91+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Release|Any CPU.Build.0 = Release|Any CPU
92+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Release|ARM.ActiveCfg = Release|Any CPU
93+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Release|ARM.Build.0 = Release|Any CPU
94+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Release|x64.ActiveCfg = Release|Any CPU
95+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Release|x64.Build.0 = Release|Any CPU
96+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Release|x86.ActiveCfg = Release|Any CPU
97+
{6361E2B1-FAC9-4D2E-9876-90A37E516598}.Release|x86.Build.0 = Release|Any CPU
8098
EndGlobalSection
8199
GlobalSection(SolutionProperties) = preSolution
82100
HideSolutionNode = FALSE

KPCLib.xunit/PxDatabaseTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public class PxLibInfoTests
379379
public void PxLibVersion()
380380
{
381381
Debug.WriteLine($"{PxLibInfo.Version}");
382-
Assert.Equal(PxLibInfo.Version, new System.Version("1.3.2.0"));
382+
Assert.Equal(PxLibInfo.Version, new System.Version("1.3.3.0"));
383383
}
384384

385385
[Fact]

KPCLib/KPCLib.csproj

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<OutputType>Library</OutputType>
77
<StartupObject />
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9-
<Version>1.3.2</Version>
9+
<Version>1.3.3</Version>
1010
<PackageProjectUrl>https://github.com/passxyz/KPCLib</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/passxyz/KPCLib</RepositoryUrl>
1212
<Description>This is the build of KeePassLib in Xamarin Portable Class Library. Three platforms, UWP, Android and iOS, are supported and tested.</Description>
@@ -15,10 +15,12 @@
1515
<Company>PassXYZ Inc.</Company>
1616
<PackageReleaseNotes>- Moved PassXYZLib to a separate package
1717
- Updated to KeePass 2.48.1
18-
- Fixed an issue in CryptoRandom.cs</PackageReleaseNotes>
18+
- Fixed an issue in CryptoRandom.cs
19+
- Removed dependency on PureOtp
20+
- Support KeePass key file</PackageReleaseNotes>
1921
<NeutralLanguage>en-US</NeutralLanguage>
20-
<AssemblyVersion>1.3.2.0</AssemblyVersion>
21-
<FileVersion>1.3.2.0</FileVersion>
22+
<AssemblyVersion>1.3.3.0</AssemblyVersion>
23+
<FileVersion>1.3.3.0</FileVersion>
2224
</PropertyGroup>
2325

2426
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -30,9 +32,12 @@
3032
</PropertyGroup>
3133

3234
<ItemGroup>
33-
<PackageReference Include="PureOtp" Version="1.0.0.8" />
3435
<PackageReference Include="SkiaSharp" Version="2.80.2" />
3536
<PackageReference Include="Svg.Skia" Version="0.5.3" />
3637
</ItemGroup>
3738

39+
<ItemGroup>
40+
<ProjectReference Include="..\PureOtp\PureOtp\PureOtp.csproj" />
41+
</ItemGroup>
42+
3843
</Project>

PassXYZLib.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>PassXYZLib</id>
5-
<version>1.3.2.0</version>
5+
<version>1.3.3.0</version>
66
<authors>Roger Ye</authors>
77
<owners>Roger Ye</owners>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<license type="expression">LGPL-3.0-or-later</license>
1010
<projectUrl>https://github.com/passxyz/KPCLib</projectUrl>
1111
<description>This is an extension of KPCLib.</description>
1212
<releaseNotes>
13-
- Removed dependencies
14-
</releaseNotes>
13+
- Removed dependencies
14+
- Added Delete function in Class User
15+
</releaseNotes>
1516
<copyright>Roger Ye</copyright>
1617
<repository url="https://github.com/passxyz/KPCLib" />
1718
<dependencies>

PassXYZLib/PassXYZLib.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>1.3.2</Version>
6-
<AssemblyVersion>1.3.2.0</AssemblyVersion>
7-
<FileVersion>1.3.2.0</FileVersion>
5+
<Version>1.3.3</Version>
6+
<AssemblyVersion>1.3.3.0</AssemblyVersion>
7+
<FileVersion>1.3.3.0</FileVersion>
88
<Company>PassXYZ Inc.</Company>
99
<Authors>Roger Ye</Authors>
1010
<Copyright>Roger Ye</Copyright>

0 commit comments

Comments
 (0)