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

Commit 51644cd

Browse files
committed
Version 2.0.2.3
1 parent e919ff8 commit 51644cd

File tree

12 files changed

+2304
-6
lines changed

12 files changed

+2304
-6
lines changed

KeeOneDriveSync.plgx

45.9 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.1.0.1, Culture=neutral, PublicKeyToken=c94340d84666bdcb, processorArchitecture=MSIL">
45-
<HintPath>Packages\KoenZomers.OneDrive.Api.2.1.0.1\lib\KoenZomers.OneDrive.Api.dll</HintPath>
44+
<Reference Include="KoenZomers.OneDrive.Api, Version=2.1.2.1, Culture=neutral, PublicKeyToken=c94340d84666bdcb, processorArchitecture=MSIL">
45+
<HintPath>Packages\KoenZomers.OneDrive.Api.2.1.2.1\lib\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>
Binary file not shown.

KoenZomers.KeePass.OneDriveSync/Packages/KoenZomers.OneDrive.Api.2.1.2.1/lib/KoenZomers.OneDrive.Api.xml

Lines changed: 2294 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.2")]
34+
[assembly: AssemblyVersion("2.0.2.3")]

KoenZomers.KeePass.OneDriveSync/Providers/OneDriveProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ public static async Task<bool> SyncUsingOneDriveCloudProvider(Configuration data
159159
}
160160
else
161161
{
162-
// KeePass database is on a shared drive
162+
// KeePass database is on a shared drive or has not been uploaded yet
163163
folder = await oneDriveApi.GetItemFromDriveById(databaseConfig.RemoteFolderId, databaseConfig.RemoteDriveId);
164164

165-
// Locate the KeePass file in the folder
165+
// Locate the KeePass file in the folder. Will return NULL if the file has not been uploaded yet.
166166
oneDriveItem = await oneDriveApi.GetItemInFolder(folder, databaseConfig.RemoteFileName);
167167
}
168168

0 commit comments

Comments
 (0)