File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
dotnet/Cucumber.HtmlFormatter Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
8
## [ Unreleased]
9
+ ### Changed
10
+ - Upgrade ` cucumber-messages ` to [ 28.0.0] ( https://github.com/cucumber/messages/releases/tag/v28.0.0 )
9
11
10
12
## [ 21.12.0] - 2025-06-19
11
13
### Added
Original file line number Diff line number Diff line change 19
19
</PropertyGroup >
20
20
21
21
<ItemGroup >
22
- <EmbeddedResource Include =" Resources\**\*" />
22
+ <EmbeddedResource Include =" Resources\**\*" />
23
23
</ItemGroup >
24
24
25
25
<ItemGroup >
26
- <PackageReference Include =" Cucumber.Messages" Version =" [27.0, 28 .0)" />
26
+ <PackageReference Include =" Cucumber.Messages" Version =" [27.0, 29 .0)" />
27
27
</ItemGroup >
28
28
29
29
<PropertyGroup Label =" Package Properties" >
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >io.cucumber</groupId >
53
53
<artifactId >messages</artifactId >
54
- <version >[18.0.0,28 .0.0)</version >
54
+ <version >[18.0.0,29 .0.0)</version >
55
55
</dependency >
56
56
57
57
<dependency >
You can’t perform that action at this time.
0 commit comments