Skip to content

Commit

Permalink
xunit 2.8.1
Browse files Browse the repository at this point in the history
xunit 2.8.1
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raphael Schweizer <raphael.schweizer@bbv.ch>
  • Loading branch information
renovate[bot] committed May 27, 2024
1 parent ba13d77 commit 7989eb9
Show file tree
Hide file tree
Showing 17 changed files with 2,350 additions and 2,278 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.8.100

* [xUnit 2.8.1](https://github.com/xunit/xunit/compare/2.8.0...2.8.1)
* add script to update upstream

## 2.8.1

* support default parameters
Expand Down
2 changes: 1 addition & 1 deletion src/LambdaTale.Execution/LambdaTale.Execution.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="xunit.extensibility.execution" Version="2.8.0" />
<PackageReference Include="xunit.extensibility.execution" Version="2.8.1" />
</ItemGroup>

</Project>
Loading

0 comments on commit 7989eb9

Please sign in to comment.