From ea4389b59457776d7f14ceb62086ac25eba489b7 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Thu, 14 Jan 2021 17:52:35 +0000 Subject: [PATCH] update version number. The app. is going to use a date based versioning system going forward. The format is yyyy.mm.dd.build. The build number is the build for that day and not a 'total' build (I.E. the total amount of time the app. has been built). Note: Visual Studio does not like it when you use '01' (I.E. January). It does not compile because it does not match any reg-ex patterns specified by the UWP. Instead, you must use '1' to represent January and '11' for November. This is a minor formatting concern from an end-user's perspective but a fixed position for the developer. --- src/EyesAndEars.UWP/EyesAndEars.UWP/Package.appxmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EyesAndEars.UWP/EyesAndEars.UWP/Package.appxmanifest b/src/EyesAndEars.UWP/EyesAndEars.UWP/Package.appxmanifest index 451c7c8..fda27fb 100644 --- a/src/EyesAndEars.UWP/EyesAndEars.UWP/Package.appxmanifest +++ b/src/EyesAndEars.UWP/EyesAndEars.UWP/Package.appxmanifest @@ -9,7 +9,7 @@ + Version="2020.1.14.0" />