File tree 2 files changed +7
-1
lines changed
tests/PSRule.Rules.Azure.Tests
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,12 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
32
32
33
33
## Unreleased
34
34
35
+ What's changed since v1.32.1:
36
+
37
+ - Engineering:
38
+ - Bump xunit to v2.6.4.
39
+ [ #2618 ] ( https://github.com/Azure/PSRule.Rules.Azure/pull/2618 )
40
+
35
41
## v1.32.1
36
42
37
43
What's changed since v1.32.0:
Original file line number Diff line number Diff line change 13
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
14
14
<PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.3.7" />
15
15
<PackageReference Include =" System.Management.Automation" Version =" 7.3.7" />
16
- <PackageReference Include =" xunit" Version =" 2.6.2 " />
16
+ <PackageReference Include =" xunit" Version =" 2.6.4 " />
17
17
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.4" >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments