This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Package xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns : mp =" http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces =" uap mp rescap" >
3
- <Identity Name =" 17775CraigH.Wittenberg.WindowsFileManager" Publisher =" CN=D08A67B8-64F5-448A-B38F-8A1785E37295" Version =" 10.0.1806 .0" />
3
+ <Identity Name =" 17775CraigH.Wittenberg.WindowsFileManager" Publisher =" CN=D08A67B8-64F5-448A-B38F-8A1785E37295" Version =" 10.0.1901 .0" />
4
4
<Properties >
5
5
<DisplayName >Windows File Manager</DisplayName >
6
6
<PublisherDisplayName >Craig H. Wittenberg</PublisherDisplayName >
Original file line number Diff line number Diff line change 83
83
#define VER_PRODUCTNAME_STR "File Manager"
84
84
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) Microsoft Corporation. All rights reserved."
85
85
86
- #define VER_FILEVERSION 10,0,1806 ,1
87
- #define VER_FILEVERSION_STR "10.0.1806 .1\0"
88
- #define VER_PRODUCTVERSION 10,0,1806 ,1
89
- #define VER_PRODUCTVERSION_STR "10.0.1806 .1\0"
86
+ #define VER_FILEVERSION 10,0,1901 ,1
87
+ #define VER_FILEVERSION_STR "10.0.1901 .1\0"
88
+ #define VER_PRODUCTVERSION 10,0,1901 ,1
89
+ #define VER_PRODUCTVERSION_STR "10.0.1901 .1\0"
90
90
91
91
#ifndef DEBUG
92
92
#define VER_DEBUG 0
You can’t perform that action at this time.
0 commit comments