File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
test/Atata.HtmlValidation.IntegrationTests Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ### Changed
11+
12+ - Upgrade Atata package to v2.14.0.
13+
814## [ 2.4.0] - 2023-09-01
915
1016### Changed
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Features:
2525 </PropertyGroup >
2626
2727 <ItemGroup >
28- <PackageReference Include =" Atata" Version =" 2.9 .0" />
28+ <PackageReference Include =" Atata" Version =" 2.14 .0" />
2929 <PackageReference Include =" Atata.Cli.HtmlValidate" Version =" 2.3.0" />
3030 </ItemGroup >
3131
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ public void SetUp() =>
1010
1111 [ TearDown ]
1212 public void TearDown ( ) =>
13- AtataContext . Current ? . CleanUp ( ) ;
13+ AtataContext . Current ? . Dispose ( ) ;
1414}
You can’t perform that action at this time.
0 commit comments