Skip to content

Commit 5ac3399

Browse files
Fix plgx file creation
1 parent a685339 commit 5ac3399

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# keepass2-haveibeenpwned Changelog
22

3+
### v1.3.3 - 2019-09-07
4+
* Fix issue with PLGX file size
5+
36
### v1.3.2 - 2019-09-07
47
* Upgrade to HIBP v3 Api and add support for api-keys (password of entry with title hibp-apikey). Thanks to Jakob Ledermann.
58

HaveIBeenPwned.plgx

-1.7 MB
Binary file not shown.

HaveIBeenPwned/HaveIBeenPwned.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5555
</PropertyGroup>
5656
<ItemGroup>
57-
<Reference Include="KeePass">
57+
<Reference Include="KeePass, Version=2.34.0.15991, Culture=neutral, PublicKeyToken=fed2ed7716aecf5c, processorArchitecture=MSIL">
5858
<HintPath>C:\Program Files (x86)\KeePass Password Safe 2\KeePass.exe</HintPath>
5959
<SpecificVersion>False</SpecificVersion>
6060
<Private>False</Private>

HaveIBeenPwned/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.2.0")]
36-
[assembly: AssemblyFileVersion("1.3.2.0")]
35+
[assembly: AssemblyVersion("1.3.3.0")]
36+
[assembly: AssemblyFileVersion("1.3.3.0")]

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:
2-
HaveIBeenPwned checker:1.3.2
2+
HaveIBeenPwned checker:1.3.3
33
:

mono/HaveIBeenPwned.dll

-4.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)