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

Commit

Permalink
V10.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigwi committed Jun 15, 2020
1 parent b55e61b commit b59577b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Package/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Identity Name="Microsoft.WindowsFileManager" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.1.3.0" />
<Identity Name="Microsoft.WindowsFileManager" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.1.4.0" />
<Properties>
<DisplayName>Windows File Manager</DisplayName>
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
Expand Down
8 changes: 4 additions & 4 deletions src/res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ END
#define VER_PRODUCTNAME_STR "File Manager"
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) Microsoft Corporation. All rights reserved."

#define VER_FILEVERSION 10,1,3,0
#define VER_FILEVERSION_STR "10.1.3.0\0"
#define VER_PRODUCTVERSION 10,1,3,0
#define VER_PRODUCTVERSION_STR "10.1.3.0\0"
#define VER_FILEVERSION 10,1,4,0
#define VER_FILEVERSION_STR "10.1.4.0\0"
#define VER_PRODUCTVERSION 10,1,4,0
#define VER_PRODUCTVERSION_STR "10.1.4.0\0"

#ifndef DEBUG
#define VER_DEBUG 0
Expand Down

0 comments on commit b59577b

Please sign in to comment.