Skip to content

Commit

Permalink
Merge pull request #16 from WildernessLabs/v1.12.0
Browse files Browse the repository at this point in the history
Release 1.12.0
  • Loading branch information
jorgedevs authored May 29, 2024
2 parents 1b717c6 + f8623a4 commit d9d584f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Develop Build
on:
workflow_dispatch:
pull_request:
branches: [ develop ]
push:
branches: [ develop ]

Expand Down
2 changes: 1 addition & 1 deletion Source/Driver/Meadow.MBus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0" />
<PackageReference Include="Meadow" Version="1.12.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.11.0" />
<PackageReference Include="Meadow.Windows" Version="1.12.0" />
<ProjectReference Include="..\..\Devices\SchneiderElectric\IEM3135\Driver\IEM3135.csproj" />
<ProjectReference Include="..\..\Driver\Meadow.MBus.csproj" />
</ItemGroup>
Expand Down

0 comments on commit d9d584f

Please sign in to comment.