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

Commit 63ec2cc

Browse files
malxau-msftmalxau
andauthored
Bump version number; update changes (#455)
Co-authored-by: Malcolm <malxau@users.noreply.github.com>
1 parent 175a42a commit 63ec2cc

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Changes in v10.4 compared to v10.3 (February 2025)
2+
3+
1. New Korean translation
4+
2. Resizable dialogs in pt-PT
5+
3. Better preservation of display settings when opening a specified directory via command line
6+
4. Relative paths when opening a specified directory via command line
7+
5. Security related warnings and hardening
18

29
## Changes in v10.3 compared to v10.2 (March 2024)
310

Package/Package.appxmanifest

+1-1
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.3.0.0" />
10+
<Identity Name="Microsoft.WindowsFileManager" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.4.0.0" />
1111
<Properties>
1212
<DisplayName>Windows File Manager</DisplayName>
1313
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>

nuget/winfile.nuspec

+1-1
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.3.0.0</version>
5+
<version>10.4.0.0</version>
66
<title>WinFile</title>
77
<authors>Microsoft, WinFile OSS Contributors</authors>
88
<owners>https://github.com/craigwi</owners>

src/res.rc

+4-4
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,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"
95+
#define VER_FILEVERSION 10,4,0,0
96+
#define VER_FILEVERSION_STR "10.4.0.0\0"
97+
#define VER_PRODUCTVERSION 10,4,0,0
98+
#define VER_PRODUCTVERSION_STR "10.4.0.0\0"
9999

100100
#ifndef DEBUG
101101
#define VER_DEBUG 0

0 commit comments

Comments
 (0)