Skip to content

Commit

Permalink
Build plgx without .net version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaifm committed Feb 18, 2019
1 parent 8a6340d commit ee28043
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HIBPOfflineColumnProv.cs
Expand Up @@ -86,7 +86,7 @@ private void GetOnlineStatus()

if (PluginOptions.BreachCountDetails)
{
Status += " (opassword count: " + tokens[1].Trim() + ")";
Status += " (password count: " + tokens[1].Trim() + ")";
}

break;
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]
2 changes: 1 addition & 1 deletion Util/build_plgx.bat
Expand Up @@ -18,7 +18,7 @@ xcopy /Y %PluginRoot%\Resources\Nuvola\B48x48_KOrganizer.png plgx\Resources\Nuvo
xcopy /Y %PluginRoot%\Properties\Resources.Designer.cs plgx\Properties\
xcopy /Y %PluginRoot%\Properties\Resources.resx plgx\Properties\

%KeePassExe% --plgx-create "%BuildPath%plgx" --plgx-prereq-net:4.5
%KeePassExe% --plgx-create "%BuildPath%plgx"

move /Y "%BuildPath%plgx.plgx" %PluginRoot%\HIBPOfflineCheck.plgx

Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1,3 +1,3 @@
:
HIBPOfflineCheck:1.4.0.0
HIBPOfflineCheck:1.4.1.0
:

0 comments on commit ee28043

Please sign in to comment.