Skip to content

Commit

Permalink
Merge pull request #11 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 9dd42e8 + d8fefa1 commit 5db9970
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.7.0</Version>
<Version>1.8.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.7.0</Version>
<Version>1.8.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions Source/Driver/Meadow.MBus.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.7.0</Version>
<Version>1.8.0</Version>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<Authors>Wilderness Labs, Inc</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -25,7 +25,7 @@
<ItemGroup>
<None Include=".\Readme.md" Pack="true" PackagePath="" />
<None Include="..\icon.png" Link="icon.png" Pack="true" PackagePath="" />
<PackageReference Include="Meadow" Version="1.7.0" />
<PackageReference Include="Meadow" Version="1.8.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Meadow.Windows" Version="1.7.0" />
<PackageReference Include="Meadow.Windows" Version="1.8.0" />
<ProjectReference Include="..\..\Devices\SchneiderElectric\IEM3135\Driver\IEM3135.csproj" />
<ProjectReference Include="..\..\Driver\Meadow.MBus.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 5db9970

Please sign in to comment.