Skip to content

Commit

Permalink
Release 1.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Jul 11, 2024
1 parent 7d3953b commit ab91767
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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 Expand Up @@ -38,7 +39,6 @@ jobs:
uses: actions/checkout@v3
with:
path: Meadow.Modbus
ref: develop

- name: Setup .NET
uses: actions/setup-dotnet@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Main Build
on:
workflow_dispatch:
pull_request:
branches: [ main ]
push:
branches: [ main ]

Expand All @@ -17,7 +18,6 @@ jobs:
uses: actions/checkout@v3
with:
path: Meadow.Modbus
ref: main

- name: Setup .NET
uses: actions/setup-dotnet@v1
Expand Down
2 changes: 1 addition & 1 deletion src/Meadow.Modbus/Meadow.Modbus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<PackageReference Include="System.IO.Ports" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.Contracts" Version="1.12.0" />
<PackageReference Include="Meadow.Contracts" Version="1.12.8" />
</ItemGroup>
</Project>

0 comments on commit ab91767

Please sign in to comment.