Skip to content

Commit

Permalink
Fix minium KeePass version requirements
Browse files Browse the repository at this point in the history
Starting with v0.15, ColoredPassword requires KeePass 2.46 or newer.
  • Loading branch information
Rookiestyle committed May 16, 2023
1 parent ff96a50 commit c36a2ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ColoredPassword.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>5</LangVersion>
</PropertyGroup>
<PropertyGroup>
<PlgxKeePassVersion>2.40</PlgxKeePassVersion>
<PlgxKeePassVersion>2.46</PlgxKeePassVersion>
<PlgXOS>
</PlgXOS>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.15.2")]
[assembly: AssemblyFileVersion("0.15.2")]
[assembly: AssemblyVersion("0.15.3")]
[assembly: AssemblyFileVersion("0.15.3")]
2 changes: 1 addition & 1 deletion version.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:
ColoredPassword:0.15.2
ColoredPassword:0.15.3
ColoredPassword!de:6
ColoredPassword!pl:2
ColoredPassword!pt:3
Expand Down

0 comments on commit c36a2ec

Please sign in to comment.