Skip to content

Commit

Permalink
Bump Nullean.VsTest.Pretty.TestLogger from 0.3.0 to 0.4.0 (#648)
Browse files Browse the repository at this point in the history
* Bump Nullean.VsTest.Pretty.TestLogger from 0.3.0 to 0.4.0

Bumps [Nullean.VsTest.Pretty.TestLogger](https://github.com/nullean/vstest-pretty-logger) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/nullean/vstest-pretty-logger/releases)
- [Commits](nullean/vstest-pretty-logger@0.3.0...0.4.0)

---
updated-dependencies:
- dependency-name: Nullean.VsTest.Pretty.TestLogger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update changelog

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored May 20, 2024
1 parent 0e20e49 commit 986118c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `CSharpier.Core` from 0.27.3 to 0.28.2
- Bumps `System.Diagnostics.DiagnosticSource` from 8.0.0 to 8.0.1
- Bumps `Spectre.Console` from 0.48.0 to 0.49.1
- Bumps `Nullean.VsTest.Pretty.TestLogger` from 0.3.0 to 0.4.0

## [1.7.1]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests.Core/Tests.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ProjectReference Include="$(SolutionRoot)\abstractions\src\OpenSearch.OpenSearch.Xunit\OpenSearch.OpenSearch.Xunit.csproj" />
<PackageReference Include="JunitXml.TestLogger" Version="3.1.12" />

<PackageReference Include="Nullean.VsTest.Pretty.TestLogger" Version="0.3.0" />
<PackageReference Include="Nullean.VsTest.Pretty.TestLogger" Version="0.4.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />

<PackageReference Include="DiffPlex" Version="1.7.2" />
Expand Down

0 comments on commit 986118c

Please sign in to comment.