Skip to content

Commit 3d0b53a

Browse files
committed
chore: updated dependencies
1 parent 54b5028 commit 3d0b53a

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

build/_build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Nuke.Common" Version="9.0.3" />
15+
<PackageReference Include="Nuke.Common" Version="9.0.4" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

doc/releases.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Releases
22

3+
# 1.0.35
4+
5+
Full changelog: [1.0.33 -> 1.0.35](https://github.com/codefactors/StandardWebhooks/compare/1.0.33...1.0.35)
6+
7+
## What's Changed
8+
9+
### Update
10+
- Chore: Updated dependencies (Nuke.Common, coverlet.collector, xunit, xunit.runner.visualstudio)
11+
312
# 1.0.33
413

514
Full changelog: [1.0.28 -> 1.0.33](https://github.com/codefactors/StandardWebhooks/compare/1.0.28...1.0.33)

test/StandardWebhooks.Tests/StandardWebhooks.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
@@ -12,11 +12,11 @@
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1414
<PackageReference Include="xunit" Version="2.9.3" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>
19-
<PackageReference Include="coverlet.collector" Version="6.0.3">
19+
<PackageReference Include="coverlet.collector" Version="6.0.4">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

0 commit comments

Comments
 (0)