Skip to content

Commit

Permalink
Bump System.Drawing.Common from 8.0.2 to 8.0.3 (microsoft#1776)
Browse files Browse the repository at this point in the history
* Bump System.Drawing.Common from 8.0.2 to 8.0.3

Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 8.0.2 to 8.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@v8.0.2...v8.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]>
  • Loading branch information
dependabot[bot] and BernieWhite authored Mar 16, 2024
1 parent 22d2ebe commit 88c4e02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
What's changed since pre-release v3.0.0-B0153:

- Engineering:
- Bump System.Drawing.Common to v8.0.2.
[#1761](https://github.com/microsoft/PSRule/pull/1761)
- Bump System.Drawing.Common to v8.0.3.
[#1776](https://github.com/microsoft/PSRule/pull/1776)
- Bump Bump xunit to v2.7.0.
[#1765](https://github.com/microsoft/PSRule/pull/1765)
- Bump xunit.runner.visualstudio to v2.5.7.
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.2" />
<PackageReference Include="System.Drawing.Common" Version="8.0.3" />
</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.2, )",
"resolved": "8.0.2",
"contentHash": "oDedGrYVyzvtGZhgtURpeneHq9D3HQtrvU7q6iCRa+BbIXvTZayGFo0iK3b7qHrwQ/OOAn9B0ghzQH6AbW5LHg==",
"requested": "[8.0.3, )",
"resolved": "8.0.3",
"contentHash": "oDE9duAtHhxYJM2bsOlZCLBKdorU9DTV1tw7Mlc+VIT7HgwO5ddfOHk/An8C+fAS9oKdmn2PaIA5t1b484uz8g==",
"dependencies": {
"Microsoft.Win32.SystemEvents": "8.0.0"
}
Expand Down

0 comments on commit 88c4e02

Please sign in to comment.