Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f8fe7dd

Browse files
committed
Version 1901.
1 parent 9014cf4 commit f8fe7dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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" />
44
<Properties>
55
<DisplayName>Windows File Manager</DisplayName>
66
<PublisherDisplayName>Craig H. Wittenberg</PublisherDisplayName>

src/res.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ END
8383
#define VER_PRODUCTNAME_STR "File Manager"
8484
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) Microsoft Corporation. All rights reserved."
8585

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"
9090

9191
#ifndef DEBUG
9292
#define VER_DEBUG 0

0 commit comments

Comments
 (0)