Skip to content

Commit

Permalink
Bump System.Drawing.Common from 8.0.0 to 8.0.1 (#1727)
Browse files Browse the repository at this point in the history
* Bump System.Drawing.Common from 8.0.0 to 8.0.1

Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/dotnet/winforms/releases)
- [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md)
- [Commits](dotnet/winforms@v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump change log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
  • Loading branch information
dependabot[bot] and BernieWhite committed Jan 13, 2024
1 parent dcb5664 commit 8d85b1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ What's changed since pre-release v3.0.0-B0122:
[#1724](https://github.com/microsoft/PSRule/pull/1724)
- Bump xunit.runner.visualstudio to v2.5.6.
[#1717](https://github.com/microsoft/PSRule/pull/1717)
- Bump System.Drawing.Common to v8.0.1.
[#1727](https://github.com/microsoft/PSRule/pull/1727)

## v3.0.0-B0122 (pre-release)

Expand Down
2 changes: 1 addition & 1 deletion src/PSRule.BuildTool/PSRule.BuildTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/PSRule.BuildTool/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"System.Drawing.Common": {
"type": "Direct",
"requested": "[8.0.0, )",
"resolved": "8.0.0",
"contentHash": "JkbHJjtI/dWc5dfmEdJlbe3VwgZqCkZRtfuWFh5GOv0f+gGCfBtzMpIVkmdkj2AObO9y+oiOi81UGwH3aBYuqA==",
"requested": "[8.0.1, )",
"resolved": "8.0.1",
"contentHash": "x0rAZECxIGx/YVjN28YRdpqka0+H7YMN9741FUDzipXPDzesd60gef/LI0ZCOcYSDsacTLTHvMAvxHG+TjbNNQ==",
"dependencies": {
"Microsoft.Win32.SystemEvents": "8.0.0"
}
Expand Down

0 comments on commit 8d85b1f

Please sign in to comment.