Skip to content

Commit

Permalink
Merge pull request #39 from WildernessLabs/v1.7.0
Browse files Browse the repository at this point in the history
Release 1.7.0
  • Loading branch information
adrianstevens authored Jan 16, 2024
2 parents d81a2c6 + 170316a commit 77bda34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Meadow.Modbus/Meadow.Modbus.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.7.0</Version>
<Authors>Wilderness Labs, Inc</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -15,14 +16,13 @@
<Description>Wilderness Labs .NET Library supporting Modbus RTU Client, Modbus TCP Client and Modbus TCP server.</Description>
<AssemblyVersion>0.28.0</AssemblyVersion>
<FileVersion>0.28.0</FileVersion>
<LangVersion>10</LangVersion>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="" />
<PackageReference Include="System.IO.Ports" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.Contracts" Version="1.6.0" />
<PackageReference Include="Meadow.Contracts" Version="1.7.0" />
</ItemGroup>
</Project>

0 comments on commit 77bda34

Please sign in to comment.