Skip to content

Commit

Permalink
Version 2.0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers committed May 16, 2019
1 parent 53c872a commit 0d2faec
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Binary file modified KeeOneDriveSync.plgx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<Reference Include="KeePass">
<HintPath>C:\Program Files (x86)\KeePass Password Safe 2\KeePass.exe</HintPath>
</Reference>
<Reference Include="KoenZomers.OneDrive.Api, Version=2.3.0.1, Culture=neutral, PublicKeyToken=c94340d84666bdcb, processorArchitecture=MSIL">
<HintPath>Packages\KoenZomers.OneDrive.Api.2.3.0.1\lib\net452\KoenZomers.OneDrive.Api.dll</HintPath>
<Reference Include="KoenZomers.OneDrive.Api, Version=2.3.0.2, Culture=neutral, PublicKeyToken=c94340d84666bdcb, processorArchitecture=MSIL">
<HintPath>Packages\KoenZomers.OneDrive.Api.2.3.0.2\lib\net452\KoenZomers.OneDrive.Api.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>Packages\Microsoft.IdentityModel.6.1.7600.16394\lib\net35\Microsoft.IdentityModel.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion KoenZomers.KeePass.OneDriveSync/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
// 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("2.0.4.0")]
[assembly: AssemblyVersion("2.0.4.1")]
2 changes: 1 addition & 1 deletion KoenZomers.KeePass.OneDriveSync/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="KoenZomers.OneDrive.Api" version="2.3.0.1" targetFramework="net452" />
<package id="KoenZomers.OneDrive.Api" version="2.3.0.2" targetFramework="net452" />
<package id="Microsoft.Identity.Model.Extensions" version="2.0.1459.0" targetFramework="net452" />
<package id="Microsoft.IdentityModel" version="6.1.7600.16394" targetFramework="net452" />
<package id="Newtonsoft.Json" version="8.0.1" targetFramework="net452" />
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Download the PLGX and place it inside your KeePass\Plugins folder. Typically thi

## Latest Version

Version 2.0.4.1 - May 17, 2019

- 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)

Version 2.0.4.0 - May 5, 2019

- 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)
Expand Down

0 comments on commit 0d2faec

Please sign in to comment.