Skip to content

Commit b2692dd

Browse files
Bump Microsoft.Windows.CsWin32 from 0.3.269 to 0.3.275
--- updated-dependencies: - dependency-name: Microsoft.Windows.CsWin32 dependency-version: 0.3.275 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Windows.CsWin32 dependency-version: 0.3.275 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Windows.CsWin32 dependency-version: 0.3.275 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a08098 commit b2692dd

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</PackageReference>
7575
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.202" PrivateAssets="All" />
7676
<PackageReference Include="JetBrains.Annotations" Version="2025.2.2" />
77-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
77+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.275">
7878
<PrivateAssets>all</PrivateAssets>
7979
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8080
</PackageReference>

Flow.Launcher.Plugin/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
},
2828
"Microsoft.Windows.CsWin32": {
2929
"type": "Direct",
30-
"requested": "[0.3.269, )",
31-
"resolved": "0.3.269",
32-
"contentHash": "O4GVJ0ymxcoFRGS07VcoEClj7A9PIciHIjWDrPymzonhYlOfM7V0ZqGBUK19cUH3BPca9MfSOH0KLK/9JzQ8+Q==",
30+
"requested": "[0.3.275, )",
31+
"resolved": "0.3.275",
32+
"contentHash": "PzFiVQdVxDY+iTX9U2K3IPVy4uvouZLDDsfRw5G+apVAcMGEeNlIqa/XLGu9xyGgysbwTulWsvlHHL4dX9aIQw==",
3333
"dependencies": {
3434
"Microsoft.Windows.SDK.Win32Docs": "0.1.42-alpha",
35-
"Microsoft.Windows.SDK.Win32Metadata": "69.0.7-preview",
35+
"Microsoft.Windows.SDK.Win32Metadata": "70.0.11-preview",
3636
"Microsoft.Windows.WDK.Win32Metadata": "0.13.25-experimental"
3737
}
3838
},
@@ -65,8 +65,8 @@
6565
},
6666
"Microsoft.Windows.SDK.Win32Metadata": {
6767
"type": "Transitive",
68-
"resolved": "69.0.7-preview",
69-
"contentHash": "RJoNjQJVCIDNLPbvYuaygCFknTyAxOUE45of1voj0jjOgJa9MB2m1/G8L8F3IYc+2EFG5aqa/9y8PEx7Tk2tLQ=="
68+
"resolved": "70.0.11-preview",
69+
"contentHash": "i8Dv2KCKzH8MQAsgLeUa5zFGyQOoz+TlvnbkFUkjsUtqhj4oguVj9rDpVACs5fLayZbwItOSllf+bhwr+z2yeg=="
7070
},
7171
"Microsoft.Windows.WDK.Win32Metadata": {
7272
"type": "Transitive",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<ItemGroup>
5656
<PackageReference Include="Flow.Launcher.Localization" Version="0.0.6" />
57-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
57+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.275">
5858
<PrivateAssets>all</PrivateAssets>
5959
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6060
</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
@@ -60,7 +60,7 @@
6060

6161
<ItemGroup>
6262
<PackageReference Include="Flow.Launcher.Localization" Version="0.0.6" />
63-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
63+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.275">
6464
<PrivateAssets>all</PrivateAssets>
6565
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6666
</PackageReference>

0 commit comments

Comments
 (0)