Skip to content

Commit 852d772

Browse files
Bump Microsoft.Windows.CsWin32 from 0.3.106 to 0.3.162
Bumps [Microsoft.Windows.CsWin32](https://github.com/microsoft/CsWin32) from 0.3.106 to 0.3.162. - [Release notes](https://github.com/microsoft/CsWin32/releases) - [Commits](microsoft/CsWin32@v0.3.106...v0.3.162) --- updated-dependencies: - dependency-name: Microsoft.Windows.CsWin32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b8db59 commit 852d772

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</PackageReference>
6161
<PackageReference Include="MemoryPack" Version="1.21.3" />
6262
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.12.19" />
63-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
63+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.162">
6464
<PrivateAssets>all</PrivateAssets>
6565
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6666
</PackageReference>

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</PackageReference>
7373
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
7474
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
75-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
75+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.162">
7676
<PrivateAssets>all</PrivateAssets>
7777
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7878
</PackageReference>

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
</PackageReference>
9191
<PackageReference Include="InputSimulator" Version="1.0.4" />
9292
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.3" />
93-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
93+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.162">
9494
<PrivateAssets>all</PrivateAssets>
9595
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9696
</PackageReference>

Plugins/Flow.Launcher.Plugin.ProcessKiller/Flow.Launcher.Plugin.ProcessKiller.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</ItemGroup>
5252

5353
<ItemGroup>
54-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
54+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.162">
5555
<PrivateAssets>all</PrivateAssets>
5656
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5757
</PackageReference>

Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<ItemGroup>
6666
<PackageReference Include="ini-parser" Version="2.5.2" />
6767
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0" />
68-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
68+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.162">
6969
<PrivateAssets>all</PrivateAssets>
7070
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7171
</PackageReference>

Plugins/Flow.Launcher.Plugin.Sys/Flow.Launcher.Plugin.Sys.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</ItemGroup>
6060

6161
<ItemGroup>
62-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
62+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.162">
6363
<PrivateAssets>all</PrivateAssets>
6464
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6565
</PackageReference>

0 commit comments

Comments
 (0)