Now updater is comparing versions instead of comparing thier strings

This commit is contained in:
PrzemyslawTusinski
2020-02-25 09:44:13 +01:00
committed by Andrey Nekrasov
parent 0016836022
commit f015995ac4
10 changed files with 210 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
#include "pch.h"
#include <settings_objects.h>
#include "VersionHelper.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
using namespace PowerToysSettings;