File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments