Skip to content

Commit 316d757

Browse files
committed
Build 1.2.3
1 parent 8f7791d commit 316d757

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

KPCLib.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>KPCLib</id>
5-
<version>1.2.2.8</version>
5+
<version>1.2.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>
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>
1514
<repository url="https://github.com/passxyz/KPCLib" />
1615
<dependencies>
1716
<group targetFramework=".NETStandard2.0">
1817
<dependency id="SkiaSharp" version="1.68.0" exclude="Build,Analyzers" />
18+
<dependency id="PureOtp" version="1.0.0.8" exclude="Build,Analyzers" />
1919
</group>
2020
</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>
2222
</metadata>
2323
<files>
2424
<file src="PassXYZLib/bin/Release/netstandard2.0/KPCLib.dll" target="lib/netstandard2.0/KPCLib.dll" />

KPCLib/KPCLib.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
<OutputType>Library</OutputType>
77
<StartupObject />
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9-
<Version>1.2.2.9</Version>
9+
<Version>1.2.3.0</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>
1313
<Copyright>Dominik Reichl is the author of the original KeePassLib on Windows platform. Roger Ye created this for UWP, Android and iOS platforms.</Copyright>
1414
<Authors>Roger Ye</Authors>
1515
<Company>PassXYZ Inc.</Company>
16-
<PackageReleaseNotes>1.2.2 - Release PassXYZLib
16+
<PackageReleaseNotes>1.2.3 - OTP support
17+
1.2.2 - Release PassXYZLib
1718
1.2.0 - Enhanced KeePassLib
1819
1.1.9 - Removed dependency Xamarin.Forms
1920
1.1.8 - Replaced Splat with SkiaSharp.
@@ -22,8 +23,8 @@
2223

2324
1.1.6 - KPCLib has been tested on all three platforms (Android, iOS and UWP).</PackageReleaseNotes>
2425
<NeutralLanguage>en-US</NeutralLanguage>
25-
<AssemblyVersion>1.2.2.9</AssemblyVersion>
26-
<FileVersion>1.2.2.9</FileVersion>
26+
<AssemblyVersion>1.2.3.0</AssemblyVersion>
27+
<FileVersion>1.2.3.0</FileVersion>
2728
</PropertyGroup>
2829

2930
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

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.2.2.9</Version>
6-
<AssemblyVersion>1.2.2.9</AssemblyVersion>
7-
<FileVersion>1.2.2.9</FileVersion>
5+
<Version>1.2.3.0</Version>
6+
<AssemblyVersion>1.2.3.0</AssemblyVersion>
7+
<FileVersion>1.2.3.0</FileVersion>
88
<Company>PassXYZ Inc.</Company>
99
<Authors>Roger Ye</Authors>
1010
<Copyright>Roger Ye</Copyright>

0 commit comments

Comments
 (0)