Skip to content

Commit

Permalink
Replace KeePassLib with KeePass, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGrycuk committed May 19, 2023
1 parent 6a74c00 commit 7fee9ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<Reference Include="CommandLine, Version=2.7.82.0, Culture=neutral, PublicKeyToken=5a870481e358d379, processorArchitecture=MSIL">
<HintPath>..\packages\CommandLineParser.2.7.82\lib\net461\CommandLine.dll</HintPath>
</Reference>
<Reference Include="KeePassLib, Version=2.30.0.15901, Culture=neutral, PublicKeyToken=a47af649847d8ce7, processorArchitecture=MSIL">
<HintPath>..\packages\KeePassLib.2.30\lib\KeePassLib.dll</HintPath>
<Reference Include="KeePass">
<HintPath>..\keepass\KeePass.exe</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion StreamDeck-KeePass/StreamDeck-KeePass/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"Description": "Simple interface to retrieve information from KeePass database. Unofficial.",
"Icon": "Images/pluginIcon",
"URL": "https://github.com/VictorGrycuk/StreamDeck-KeePass",
"Version": "1.6.1",
"Version": "1.7.0",
"CodePath": "streamdeck-keepass",
"Category": "KeePass",
"CategoryIcon": "Images/categoryIcon",
Expand Down
Binary file added StreamDeck-KeePass/keepass/KeePass.exe
Binary file not shown.

0 comments on commit 7fee9ea

Please sign in to comment.