Skip to content

Commit 516059e

Browse files
authored
Merge pull request #4252 from Flow-Launcher/dependabot/nuget/Flow.Launcher.Plugin/multi-5d8c206339
Bump Microsoft.Windows.CsWin32 from 0.3.205 to 0.3.269
2 parents 6c8add0 + d4f472a commit 516059e

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

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.102" PrivateAssets="All" />
7676
<PackageReference Include="JetBrains.Annotations" Version="2025.2.2" />
77-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.205">
77+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
7878
<PrivateAssets>all</PrivateAssets>
7979
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8080
</PackageReference>

Flow.Launcher.Plugin/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
},
2727
"Microsoft.Windows.CsWin32": {
2828
"type": "Direct",
29-
"requested": "[0.3.205, )",
30-
"resolved": "0.3.205",
31-
"contentHash": "U5wGAnyKd7/I2YMd43nogm81VMtjiKzZ9dsLMVI4eAB7jtv5IEj0gprj0q/F3iRmAIaGv5omOf8iSYx2+nE6BQ==",
29+
"requested": "[0.3.269, )",
30+
"resolved": "0.3.269",
31+
"contentHash": "O4GVJ0ymxcoFRGS07VcoEClj7A9PIciHIjWDrPymzonhYlOfM7V0ZqGBUK19cUH3BPca9MfSOH0KLK/9JzQ8+Q==",
3232
"dependencies": {
3333
"Microsoft.Windows.SDK.Win32Docs": "0.1.42-alpha",
34-
"Microsoft.Windows.SDK.Win32Metadata": "61.0.15-preview",
35-
"Microsoft.Windows.WDK.Win32Metadata": "0.12.8-experimental"
34+
"Microsoft.Windows.SDK.Win32Metadata": "69.0.7-preview",
35+
"Microsoft.Windows.WDK.Win32Metadata": "0.13.25-experimental"
3636
}
3737
},
3838
"PropertyChanged.Fody": {
@@ -61,15 +61,15 @@
6161
},
6262
"Microsoft.Windows.SDK.Win32Metadata": {
6363
"type": "Transitive",
64-
"resolved": "61.0.15-preview",
65-
"contentHash": "cysex3dazKtCPALCluC2XX3f5Aedy9H2pw5jb+TW5uas2rkem1Z7FRnbUrg2vKx0pk0Qz+4EJNr37HdYTEcvEQ=="
64+
"resolved": "69.0.7-preview",
65+
"contentHash": "RJoNjQJVCIDNLPbvYuaygCFknTyAxOUE45of1voj0jjOgJa9MB2m1/G8L8F3IYc+2EFG5aqa/9y8PEx7Tk2tLQ=="
6666
},
6767
"Microsoft.Windows.WDK.Win32Metadata": {
6868
"type": "Transitive",
69-
"resolved": "0.12.8-experimental",
70-
"contentHash": "3n8R44/Z96Ly+ty4eYVJfESqbzvpw96lRLs3zOzyDmr1x1Kw7FNn5CyE416q+bZQV3e1HRuMUvyegMeRE/WedA==",
69+
"resolved": "0.13.25-experimental",
70+
"contentHash": "IM50tb/+UIwBr9FMr6ZKcZjCMW+Axo6NjGqKxgjUfyCY8dRnYUfrJEXxAaXoWtYP4X8EmASmC1Jtwh4XucseZg==",
7171
"dependencies": {
72-
"Microsoft.Windows.SDK.Win32Metadata": "61.0.15-preview"
72+
"Microsoft.Windows.SDK.Win32Metadata": "63.0.31-preview"
7373
}
7474
}
7575
}

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.205">
57+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
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.205">
63+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
6464
<PrivateAssets>all</PrivateAssets>
6565
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6666
</PackageReference>

Plugins/Flow.Launcher.Plugin.Sys/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private static unsafe bool EnableShutdownPrivilege()
175175
Privileges = new() { e0 = new LUID_AND_ATTRIBUTES { Luid = luid, Attributes = TOKEN_PRIVILEGES_ATTRIBUTES.SE_PRIVILEGE_ENABLED } }
176176
};
177177

178-
if (!PInvoke.AdjustTokenPrivileges(tokenHandle, false, &privileges, 0, null, null))
178+
if (!PInvoke.AdjustTokenPrivileges(tokenHandle, false, &privileges, null, out var _))
179179
{
180180
return false;
181181
}

0 commit comments

Comments
 (0)