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

Commit db50fdf

Browse files
malxau-msftmalxau
andauthored
Update winfile version (#417)
Co-authored-by: Malcolm <[email protected]>
1 parent 21195b6 commit db50fdf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Package/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
88
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
99
IgnorableNamespaces="desktop uap uap3 mp rescap">
10-
<Identity Name="Microsoft.WindowsFileManager" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.2.0.0" />
10+
<Identity Name="Microsoft.WindowsFileManager" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.3.0.0" />
1111
<Properties>
1212
<DisplayName>Windows File Manager</DisplayName>
1313
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>

nuget/winfile.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>winfile</id>
5-
<version>10.2.0.0</version>
5+
<version>10.3.0.0</version>
66
<title>WinFile</title>
77
<authors>Microsoft, WinFile OSS Contributors</authors>
88
<owners>https://github.com/craigwi</owners>
@@ -29,4 +29,4 @@
2929
<file src="arm64\Winfile.exe" target="tools\arm64\Winfile.exe" />
3030
<file src="arm64\Winfile.pdb" target="tools\arm64\Winfile.pdb" />
3131
</files>
32-
</package>
32+
</package>

src/res.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ END
9292
#define VER_PRODUCTNAME_STR "File Manager"
9393
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) Microsoft Corporation. All rights reserved."
9494

95-
#define VER_FILEVERSION 10,2,0,0
96-
#define VER_FILEVERSION_STR "10.2.0.0\0"
97-
#define VER_PRODUCTVERSION 10,2,0,0
98-
#define VER_PRODUCTVERSION_STR "10.2.0.0\0"
95+
#define VER_FILEVERSION 10,3,0,0
96+
#define VER_FILEVERSION_STR "10.3.0.0\0"
97+
#define VER_PRODUCTVERSION 10,3,0,0
98+
#define VER_PRODUCTVERSION_STR "10.3.0.0\0"
9999

100100
#ifndef DEBUG
101101
#define VER_DEBUG 0

0 commit comments

Comments
 (0)