Skip to content

Commit

Permalink
Update winfile version (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: Malcolm <[email protected]>
  • Loading branch information
malxau-msft and malxau authored Mar 24, 2024
1 parent 21195b6 commit db50fdf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<Identity Name="Microsoft.WindowsFileManager" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.2.0.0" />
<Identity Name="Microsoft.WindowsFileManager" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.3.0.0" />
<Properties>
<DisplayName>Windows File Manager</DisplayName>
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
Expand Down
4 changes: 2 additions & 2 deletions nuget/winfile.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winfile</id>
<version>10.2.0.0</version>
<version>10.3.0.0</version>
<title>WinFile</title>
<authors>Microsoft, WinFile OSS Contributors</authors>
<owners>https://github.com/craigwi</owners>
Expand All @@ -29,4 +29,4 @@
<file src="arm64\Winfile.exe" target="tools\arm64\Winfile.exe" />
<file src="arm64\Winfile.pdb" target="tools\arm64\Winfile.pdb" />
</files>
</package>
</package>
8 changes: 4 additions & 4 deletions src/res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db50fdf

Please sign in to comment.