Skip to content

Commit c4c216c

Browse files
committed
Bump xunit from 2.9.2 to 2.9.3
Bump coverlet.collector from 6.0.2 to 6.0.4 Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 Bump xunit.runner.visualstudio from 2.8.2 to 3.1.0
1 parent 9953ecc commit c4c216c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [v0.4.2] - 2025-05-15
12+
[v0.4.2](https://github.com/TensionDev/AutomaticIdentificationSystem/releases/tag/v0.4.2)
13+
14+
### Fixed
15+
- Fixed Rate of Turn bug in AIS Messages 01, 02 and 03.
16+
- Fixed Type of Ship and Cargo Type bug in AIS Message 19.
17+
- Fixed SentenceFormatter in AIS Message 24.
18+
19+
1120
## [v0.4.1] - 2022-05-26
1221
[v0.4.1](https://github.com/TensionDev/AutomaticIdentificationSystem/releases/tag/v0.4.1)
1322

XUnitTestProjectAIS/XUnitTestProjectAIS.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
11-
<PackageReference Include="xunit" Version="2.9.2" />
12-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
11+
<PackageReference Include="xunit" Version="2.9.3" />
12+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="coverlet.collector" Version="6.0.2">
16+
<PackageReference Include="coverlet.collector" Version="6.0.4">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>

0 commit comments

Comments
 (0)