Skip to content

Commit 40f7ba8

Browse files
authored
Merge pull request #2991 from Flow-Launcher/dev
Release 1.19.2
2 parents 419c62c + 67cf6b6 commit 40f7ba8

File tree

60 files changed

+837
-810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+837
-810
lines changed

.cm/gitstream.cm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ triggers:
1010
branch:
1111
- l10n_dev
1212
- dev
13+
- r/(?i)(Dependabot|Renovate)/
1314

1415

1516
automations:
1617
# Add a label that indicates how many minutes it will take to review the PR.
1718
estimated_time_to_review:
19+
on:
20+
- commit
1821
if:
1922
- true
2023
run:

Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949

5050
<ItemGroup>
5151
<PackageReference Include="Ben.Demystifier" Version="0.4.1" />
52-
<PackageReference Include="BitFaster.Caching" Version="2.5.1" />
52+
<PackageReference Include="BitFaster.Caching" Version="2.5.2" />
5353
<PackageReference Include="Fody" Version="6.5.5">
5454
<PrivateAssets>all</PrivateAssets>
5555
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5656
</PackageReference>
57-
<PackageReference Include="MemoryPack" Version="1.21.1" />
57+
<PackageReference Include="MemoryPack" Version="1.21.3" />
5858
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.10.48" />
5959
<PackageReference Include="NLog" Version="4.7.10" />
6060
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />

Flow.Launcher.Test/Flow.Launcher.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<PrivateAssets>all</PrivateAssets>
5555
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5656
</PackageReference>
57-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
57+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
5858
</ItemGroup>
5959

6060
</Project>

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</ItemGroup>
8484

8585
<ItemGroup>
86-
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.0" />
86+
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
8787
<PackageReference Include="Fody" Version="6.5.4">
8888
<PrivateAssets>all</PrivateAssets>
8989
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Flow.Launcher/Languages/es.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
33
<!-- Startup -->
44
<system:String x:Key="runtimePluginInstalledChooseRuntimePrompt">
5-
Flow ha detectado que tiene instalados {0} complementos, que necesitan {1} para funcionar. ¿Desea descargar {1}?
5+
Flow ha detectado que tiene instalado(s) {0} complemento(s), que necesita(n) {1} para funcionar. ¿Desea descargar {1}?
66
{2}{2}
77
Haga clic en no si ya está instalado, y seleccione la carpeta que contiene el ejecutable {1}
88
</system:String>

Flow.Launcher/Languages/pl.xaml

Lines changed: 121 additions & 121 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)