Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 0d2faec

Browse files
committed
Version 2.0.4.1
1 parent 53c872a commit 0d2faec

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

KeeOneDriveSync.plgx

2.59 KB
Binary file not shown.

KoenZomers.KeePass.OneDriveSync/KoenZomers.KeePass.OneDriveSync.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<Reference Include="KeePass">
4242
<HintPath>C:\Program Files (x86)\KeePass Password Safe 2\KeePass.exe</HintPath>
4343
</Reference>
44-
<Reference Include="KoenZomers.OneDrive.Api, Version=2.3.0.1, Culture=neutral, PublicKeyToken=c94340d84666bdcb, processorArchitecture=MSIL">
45-
<HintPath>Packages\KoenZomers.OneDrive.Api.2.3.0.1\lib\net452\KoenZomers.OneDrive.Api.dll</HintPath>
44+
<Reference Include="KoenZomers.OneDrive.Api, Version=2.3.0.2, Culture=neutral, PublicKeyToken=c94340d84666bdcb, processorArchitecture=MSIL">
45+
<HintPath>Packages\KoenZomers.OneDrive.Api.2.3.0.2\lib\net452\KoenZomers.OneDrive.Api.dll</HintPath>
4646
</Reference>
4747
<Reference Include="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4848
<HintPath>Packages\Microsoft.IdentityModel.6.1.7600.16394\lib\net35\Microsoft.IdentityModel.dll</HintPath>

KoenZomers.KeePass.OneDriveSync/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.0.4.0")]
34+
[assembly: AssemblyVersion("2.0.4.1")]

KoenZomers.KeePass.OneDriveSync/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="KoenZomers.OneDrive.Api" version="2.3.0.1" targetFramework="net452" />
3+
<package id="KoenZomers.OneDrive.Api" version="2.3.0.2" targetFramework="net452" />
44
<package id="Microsoft.Identity.Model.Extensions" version="2.0.1459.0" targetFramework="net452" />
55
<package id="Microsoft.IdentityModel" version="6.1.7600.16394" targetFramework="net452" />
66
<package id="Newtonsoft.Json" version="8.0.1" targetFramework="net452" />

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Download the PLGX and place it inside your KeePass\Plugins folder. Typically thi
1717

1818
## Latest Version
1919

20+
Version 2.0.4.1 - May 17, 2019
21+
22+
- Fixed an issue introduced in 2.0.4.0 where KeePass databases bigger than 5 MB would no longer upload and return an error [issue 88](https://github.com/KoenZomers/KeePassOneDriveSync/issues/88)
23+
2024
Version 2.0.4.0 - May 5, 2019
2125

2226
- Fixed issue where synchronizing with a OneDrive database on someone else their OneDrive Consumer space would throw an error [issue 73](https://github.com/KoenZomers/KeePassOneDriveSync/issues/73)

0 commit comments

Comments
 (0)