From db50fdf98bc5f4fff85a2e5b1a9f2863207293c5 Mon Sep 17 00:00:00 2001 From: malxau-msft <104935627+malxau-msft@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:12:11 -0700 Subject: [PATCH] Update winfile version (#417) Co-authored-by: Malcolm --- Package/Package.appxmanifest | 2 +- nuget/winfile.nuspec | 4 ++-- src/res.rc | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Package/Package.appxmanifest b/Package/Package.appxmanifest index 2ac4ed8f..1386c7f0 100644 --- a/Package/Package.appxmanifest +++ b/Package/Package.appxmanifest @@ -7,7 +7,7 @@ xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="desktop uap uap3 mp rescap"> - + Windows File Manager Microsoft Corporation diff --git a/nuget/winfile.nuspec b/nuget/winfile.nuspec index 33c3b1c0..e6ae05bf 100644 --- a/nuget/winfile.nuspec +++ b/nuget/winfile.nuspec @@ -2,7 +2,7 @@ winfile - 10.2.0.0 + 10.3.0.0 WinFile Microsoft, WinFile OSS Contributors https://github.com/craigwi @@ -29,4 +29,4 @@ - \ No newline at end of file + diff --git a/src/res.rc b/src/res.rc index 9c9fab7b..c2e3a513 100644 --- a/src/res.rc +++ b/src/res.rc @@ -92,10 +92,10 @@ END #define VER_PRODUCTNAME_STR "File Manager" #define VER_LEGALCOPYRIGHT_STR "Copyright (c) Microsoft Corporation. All rights reserved." -#define VER_FILEVERSION 10,2,0,0 -#define VER_FILEVERSION_STR "10.2.0.0\0" -#define VER_PRODUCTVERSION 10,2,0,0 -#define VER_PRODUCTVERSION_STR "10.2.0.0\0" +#define VER_FILEVERSION 10,3,0,0 +#define VER_FILEVERSION_STR "10.3.0.0\0" +#define VER_PRODUCTVERSION 10,3,0,0 +#define VER_PRODUCTVERSION_STR "10.3.0.0\0" #ifndef DEBUG #define VER_DEBUG 0