Skip to content

Commit aede4bb

Browse files
Bump System.Drawing.Common from 9.0.2 to 9.0.3 (#2808)
* Bump System.Drawing.Common from 9.0.2 to 9.0.3 Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/dotnet/winforms/releases) - [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md) - [Commits](dotnet/winforms@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: System.Drawing.Common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump change log --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White <[email protected]>
1 parent 45374ac commit aede4bb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Diff for: docs/changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
2727
What's changed since pre-release v3.0.0-B0416:
2828

2929
- Engineering:
30-
- Bump System.Drawing.Common to v9.0.2.
31-
[#2769](https://github.com/microsoft/PSRule/pull/2769)
30+
- Bump System.Drawing.Common to v9.0.3.
31+
[#2808](https://github.com/microsoft/PSRule/pull/2808)
3232
- Bump NuGet.Protocol to v6.13.2.
3333
[#2788](https://github.com/microsoft/PSRule/pull/2788)
3434
- Bump vscode engine to v1.98.0.

Diff for: src/PSRule.BuildTool/PSRule.BuildTool.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1212
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
13-
<PackageReference Include="System.Drawing.Common" Version="9.0.2" />
13+
<PackageReference Include="System.Drawing.Common" Version="9.0.3" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

Diff for: src/PSRule.BuildTool/packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
},
3131
"System.Drawing.Common": {
3232
"type": "Direct",
33-
"requested": "[9.0.2, )",
34-
"resolved": "9.0.2",
35-
"contentHash": "JU947wzf8JbBS16Y5EIZzAlyQU+k68D7LRx6y03s2wlhlvLqkt/8uPBrjv2hJnnaJKbdb0GhQ3JZsfYXhrRjyg==",
33+
"requested": "[9.0.3, )",
34+
"resolved": "9.0.3",
35+
"contentHash": "yDxzWfZGvOtk8zk5apWXP/tmro1Nghn7/4bWS5np5CtwIfiVCC74qCc1qvIsnywvXKzVqIbKXRk09wts+xGfeg==",
3636
"dependencies": {
37-
"Microsoft.Win32.SystemEvents": "9.0.2"
37+
"Microsoft.Win32.SystemEvents": "9.0.3"
3838
}
3939
},
4040
"Microsoft.Build.Tasks.Git": {
@@ -54,8 +54,8 @@
5454
},
5555
"Microsoft.Win32.SystemEvents": {
5656
"type": "Transitive",
57-
"resolved": "9.0.2",
58-
"contentHash": "5BkGZ6mHp2dHydR29sb0fDfAuqkv30AHtTih8wMzvPZysOmBFvHfnkR2w3tsc0pSiIg8ZoKyefJXWy9r3pBh0w=="
57+
"resolved": "9.0.3",
58+
"contentHash": "Z0hIB2oeNqPOO0MYD0wkLpEe0LangoF3BSdMLLF5wft/rndYoXhLQvWni1OxymlWj+1adswAps2ZlrPmD9ZhBg=="
5959
},
6060
"System.Memory": {
6161
"type": "Transitive",

0 commit comments

Comments
 (0)