Skip to content

Commit

Permalink
feat: update Asv.Common packages
Browse files Browse the repository at this point in the history
Updated the Asv.Cfg, Asv.Common, and Asv.IO package references to version 1.13.1 in the Asv.Mavlink, Asv.Mavlink.Shell, and Asv.Mavlink.Test projects to bring packages up to date. This ensures the use of the latest features and bug fixes available in these libraries.
  • Loading branch information
asvol committed Nov 28, 2023
1 parent 14bb3dc commit 135fd6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Asv.Mavlink.Shell/Asv.Mavlink.Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Asv.Cfg" Version="1.13.0" />
<PackageReference Include="Asv.Cfg" Version="1.13.1" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
<PackageReference Include="DotLiquid" Version="2.2.595" />
<PackageReference Include="Geodesy" Version="4.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Asv.Mavlink.Test/Asv.Mavlink.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Asv.Cfg" Version="1.13.0" />
<PackageReference Include="Asv.Cfg" Version="1.13.1" />
<PackageReference Include="DeepEqual" Version="2.0.0" />
<PackageReference Include="DynamicData" Version="7.13.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
Expand Down
6 changes: 3 additions & 3 deletions src/Asv.Mavlink/Asv.Mavlink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Asv.Cfg" Version="1.13.0" />
<PackageReference Include="Asv.Common" Version="1.13.0" />
<PackageReference Include="Asv.IO" Version="1.13.0" />
<PackageReference Include="Asv.Cfg" Version="1.13.1" />
<PackageReference Include="Asv.Common" Version="1.13.1" />
<PackageReference Include="Asv.IO" Version="1.13.1" />
<PackageReference Include="DynamicData" Version="7.13.5" />
<PackageReference Include="Geodesy" Version="4.1.0" />
<PackageReference Include="NLog" Version="5.2.6" />
Expand Down

0 comments on commit 135fd6a

Please sign in to comment.