File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
test/StandardWebhooks.Tests Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
+ # 1.0.36
4
+
5
+ Full changelog: [ 1.0.35 -> 1.0.36] ( https://github.com/codefactors/StandardWebhooks/compare/1.0.35...1.0.36 )
6
+
7
+ ## What's Changed
8
+
9
+ ### Update
10
+ - Chore: Updated dependencies (xunit.runner.visualstudio, Microsoft.NET.Test.Sdk)
11
+
3
12
# 1.0.35
4
13
5
14
Full changelog: [ 1.0.33 -> 1.0.35] ( https://github.com/codefactors/StandardWebhooks/compare/1.0.33...1.0.35 )
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
13
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
14
14
<PackageReference Include =" xunit" Version =" 2.9.3" />
15
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
15
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
16
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17
17
<PrivateAssets >all</PrivateAssets >
18
18
</PackageReference >
You can’t perform that action at this time.
0 commit comments