Skip to content

Commit

Permalink
Updating version check location to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers committed Nov 24, 2021
1 parent 8c36e93 commit 159369e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions KoenZomers.KeePass.OneDriveSync.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KoenZomers.KeePass.OneDriveSync", "KoenZomers.KeePass.OneDriveSync\KoenZomers.KeePass.OneDriveSync.csproj", "{ED981431-32EA-4FC8-BF5B-D5A29B3AD52E}"
EndProject
Expand All @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
create-plgx.cmd = create-plgx.cmd
NuGet.config = NuGet.config
version.txt = version.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Screenshots", "Screenshots", "{1985E673-364B-4E4F-9DF4-7F110239AEB0}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class KoenZomersKeePassOneDriveSyncExt : Plugin
/// </summary>
public override string UpdateUrl
{
get { return "http://services.zomers.eu/KeeOneDrive/VersionCheck.txt"; }
get { return "https://raw.githubusercontent.com/KoenZomers/KeePassOneDriveSync/master/version.txt"; }
}

/// <summary>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Download the PLGX and place it inside your KeePass\Plugins folder. Typically thi

## Latest Version

Version 2.1.2.2 - November 24, 2021

- Fixed the issue where the plugin cannot check for an update [#151](https://github.com/KoenZomers/KeePassOneDriveSync/issues/151)

Version 2.1.2.1 - May 22, 2020

- Bugfix causing opening of the KeePassOneDriveSync about dialog to crash KeePass. Thanks to Drew O'Hara for letting me know!
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.2.2

0 comments on commit 159369e

Please sign in to comment.