Skip to content

Commit e6f8f18

Browse files
Bump Microsoft.SourceLink.GitHub from 10.0.103 to 10.0.200 (#4344)
1 parent 2fec74c commit e6f8f18

2 files changed

Lines changed: 19 additions & 10 deletions

File tree

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
<PrivateAssets>all</PrivateAssets>
7373
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7474
</PackageReference>
75-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" PrivateAssets="All" />
75+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.200" PrivateAssets="All" />
7676
<PackageReference Include="JetBrains.Annotations" Version="2025.2.2" />
7777
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.269">
7878
<PrivateAssets>all</PrivateAssets>

Flow.Launcher.Plugin/packages.lock.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@
1616
},
1717
"Microsoft.SourceLink.GitHub": {
1818
"type": "Direct",
19-
"requested": "[10.0.103, )",
20-
"resolved": "10.0.103",
21-
"contentHash": "qZk7r40ftpZY+/sO019sgWAWfNqC2CLSspDdAxNYCJU/bCi/8jVwvOMjzb/d5gjCRNzQ4OCYgBfhdpQyVwLTyw==",
19+
"requested": "[10.0.200, )",
20+
"resolved": "10.0.200",
21+
"contentHash": "jZ34WRkUOZJX5V0FPhZJqtWSY+YB6/Vuuam1LGUwRzyYiRgs5qpAHHcrsckHCISjxXklGPwqh8j8t1g460PG1g==",
2222
"dependencies": {
23-
"Microsoft.Build.Tasks.Git": "10.0.103",
24-
"Microsoft.SourceLink.Common": "10.0.103"
23+
"Microsoft.Build.Tasks.Git": "10.0.200",
24+
"Microsoft.SourceLink.Common": "10.0.200",
25+
"System.IO.Hashing": "10.0.4"
2526
}
2627
},
2728
"Microsoft.Windows.CsWin32": {
@@ -46,13 +47,16 @@
4647
},
4748
"Microsoft.Build.Tasks.Git": {
4849
"type": "Transitive",
49-
"resolved": "10.0.103",
50-
"contentHash": "QoiCMcPuxC6eqRQmrmF9zBY96ejIznXtve/lJJbonGD9I5Aygf2AUCOWslGiCEtBbfWRSuUnepBjuuVOdAl5ag=="
50+
"resolved": "10.0.200",
51+
"contentHash": "UvGsrIcmqICxi0OiQ3ekgXVM9DJQQG0dkhxvp0RNkv4aH5zAbjX0/LWgz64SrkQS2mme+1dz2pMnM/R4vOI1AQ==",
52+
"dependencies": {
53+
"System.IO.Hashing": "10.0.4"
54+
}
5155
},
5256
"Microsoft.SourceLink.Common": {
5357
"type": "Transitive",
54-
"resolved": "10.0.103",
55-
"contentHash": "cMtGW5/r0ck72Jg2QwZcNTX59z+iB/B1kW84VMa/eX8L19DhHIuIcQjfK0pgLLBxd60Jl0Bj9GUolcM0MnJnZA=="
58+
"resolved": "10.0.200",
59+
"contentHash": "FxaSq+pMA7BS5dA5DXs0FscrvYzi6Rtm/zcU/ZMHV22lMIk07jz0WZdrWERQ9TJNARkne+z1Coow/a0w5Wl4yQ=="
5660
},
5761
"Microsoft.Windows.SDK.Win32Docs": {
5862
"type": "Transitive",
@@ -71,6 +75,11 @@
7175
"dependencies": {
7276
"Microsoft.Windows.SDK.Win32Metadata": "63.0.31-preview"
7377
}
78+
},
79+
"System.IO.Hashing": {
80+
"type": "Transitive",
81+
"resolved": "10.0.4",
82+
"contentHash": "D5nHu/rBFu2mUyqyWWCTPxqvQisJKIqK/GU3X6BQbYIFYBDHTvUXToyv0oSszS26/6oTghWiA+oGqhgwGgTefw=="
7483
}
7584
}
7685
}

0 commit comments

Comments
 (0)