Skip to content

Commit

Permalink
Merge pull request #425 from WildernessLabs/v1.8.0
Browse files Browse the repository at this point in the history
Release 1.8.0
  • Loading branch information
jorgedevs authored Jan 16, 2024
2 parents 284f082 + 0889c50 commit e41d07b
Show file tree
Hide file tree
Showing 28 changed files with 342 additions and 106 deletions.
6 changes: 3 additions & 3 deletions source/Meadow.Core/Meadow.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
</ItemGroup>
<ItemGroup>
<None Include="..\icon.png" Link="icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow.Contracts" Version="1.7.0" />
<PackageReference Include="Meadow.Modbus" Version="1.7.0" />
<PackageReference Include="Meadow.MQTT" Version="1.7.0" />
<PackageReference Include="Meadow.Contracts" Version="1.8.0" />
<PackageReference Include="Meadow.Modbus" Version="1.8.0" />
<PackageReference Include="Meadow.MQTT" Version="1.8.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="2.2.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Tests/Core.Unit.Tests/Core.Unit.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="coverlet.collector" Version="1.2.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow" Version="1.7.0" />
<PackageReference Include="Meadow" Version="1.8.0" />
</ItemGroup>
<ItemGroup>
<None Update="app.config.envizor.yaml">
Expand Down
Loading

0 comments on commit e41d07b

Please sign in to comment.