Skip to content

Commit

Permalink
Updated Build-Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan committed Jun 17, 2024
1 parent 8a1e1f7 commit c7383a8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 2.1.0 (unreleased)

### New

- \#269 New storage provider: Google Cloud Storage
- \#377 Gdrive shortcuts

### Fixed

- \#327 Remote backup doesn't work on google drive in the root path

### Improved

- XXX Updated Dependencies (AWS, Box, Dropbox, Google Drive, OneDrive)
- Using KeePass 2.57.0 now


## 2.0.3 (2021-05-21)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion KeeAnywhere/KeeAnywhere.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<Reference Include="IdentityModel.OidcClient, Version=3.0.0.0, Culture=neutral, PublicKeyToken=5580d04c1b6c37c1, processorArchitecture=MSIL">
<HintPath>..\packages\IdentityModel.OidcClient.3.1.2\lib\net461\IdentityModel.OidcClient.dll</HintPath>
</Reference>
<Reference Include="KeePass, Version=2.30.0.32059, Culture=neutral, PublicKeyToken=7952fc8ece49a093, processorArchitecture=MSIL">
<Reference Include="KeePass, Version=2.57.0.21656, Culture=neutral, PublicKeyToken=fed2ed7716aecf5c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\KeePass.exe</HintPath>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
set version=2.0.3
set zip="packages\7-Zip.CommandLine.9.20.0\tools\7za.exe"
set msbuildcmd="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat"
set msbuildcmd="C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsMSBuildCmd.bat"

if not exist %msbuildcmd% goto error
call %msbuildcmd%
Expand Down
Binary file modified lib/KeePass.XmlSerializers.dll
Binary file not shown.
Binary file modified lib/KeePass.exe
Binary file not shown.

0 comments on commit c7383a8

Please sign in to comment.