Skip to content

Commit 7c81587

Browse files
committed
Bump version
1 parent cc18af0 commit 7c81587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SecureFolderFS.UI/ServiceImplementation/BaseLocalizationService.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace SecureFolderFS.UI.ServiceImplementation
1212
/// <inheritdoc cref="ILocalizationService"/>
1313
public abstract class BaseLocalizationService : ILocalizationService
1414
{
15-
protected static IReadOnlyList<string> SupportedLanguages = new List<string>()
15+
protected static IReadOnlyList<string> SupportedLanguages { get; } = new List<string>()
1616
{
1717
"cz-CZ", "da-DK", "de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "pl-PL", "ru-RU", "ua-UA"
1818
};

SecureFolderFS.WinUI/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="636fdcec-de3d-40c0-b25d-22edc942a779"
1111
Publisher="CN=d2dyno"
12-
Version="0.4.0.0" />
12+
Version="0.5.0.0" />
1313

1414
<Properties>
1515
<DisplayName>SecureFolderFS</DisplayName>

0 commit comments

Comments
 (0)