Skip to content

Commit 320460a

Browse files
Update TUnit to 0.5.15 (#1578)
* Update TUnit to 0.5.15 * Automatically linting code --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rocket Understudy <33589210+rsg-bot@users.noreply.github.com>
1 parent 282bf1b commit 320460a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ jobs:
6262
run: |
6363
dotnet nuget push **/*.nupkg --skip-duplicate -s nuget.org --api-key $ENV:ApiKey
6464
dotnet nuget push **/*.snupkg --skip-duplicate -s nuget.org --api-key $ENV:ApiKey
65+

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<PackageVersion Include="JetBrains.ReSharper.GlobalTools" Version="2024.3.2" />
2929
<PackageVersion Include="Polyfill" Version="7.7.1" />
3030
<PackageVersion Include="Serilog.Sinks.Spectre" Version="0.5.0" />
31-
<PackageVersion Include="TUnit" Version="0.5.6" />
32-
<PackageVersion Include="TUnit.Core" Version="0.5.6" />
31+
<PackageVersion Include="TUnit" Version="0.5.15" />
32+
<PackageVersion Include="TUnit.Core" Version="0.5.15" />
3333
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
3434
<PackageVersion Include="GitVersion.Tool" Version="6.1.0" />
3535
<PackageVersion Include="Nuke.Common" Version="9.0.3" />

0 commit comments

Comments
 (0)