From b70888fa5bcc4378cce9adfffb0031b5c3958787 Mon Sep 17 00:00:00 2001 From: Adrian Stevens Date: Tue, 30 Apr 2024 13:12:21 -0700 Subject: [PATCH 1/3] Release 1.11.0 --- .github/workflows/develop-ci.yml | 7 +++++++ Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj | 2 +- .../SchneiderElectric/IEM3135/Driver/IEM3135.csproj | 2 +- Source/Driver/Meadow.MBus.csproj | 4 ++-- .../Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index 8febb24..64525af 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -58,6 +58,13 @@ jobs: path: Meadow.Modbus ref: develop + - name: Checkout Meadow.Foundation + uses: actions/checkout@v3 + with: + repository: WildernessLabs/Meadow.Foundation + path: Meadow.Foundation + ref: develop + - name: Checkout Meadow.Foundation.MBus uses: actions/checkout@v3 with: diff --git a/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj b/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj index 8dc1315..fd0f1fb 100644 --- a/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj +++ b/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj @@ -1,7 +1,7 @@ - 1.9.0 + 1.11.0 Readme.md netstandard2.1 enable diff --git a/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj b/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj index 794572d..c1eee4d 100644 --- a/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj +++ b/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj @@ -1,7 +1,7 @@ - 1.9.0 + 1.11.0 Readme.md netstandard2.1 enable diff --git a/Source/Driver/Meadow.MBus.csproj b/Source/Driver/Meadow.MBus.csproj index f3f65db..ea21b69 100644 --- a/Source/Driver/Meadow.MBus.csproj +++ b/Source/Driver/Meadow.MBus.csproj @@ -1,7 +1,7 @@ - 1.9.0 + 1.11.0 Readme.md Wilderness Labs, Inc Apache-2.0 @@ -25,7 +25,7 @@ - + diff --git a/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj b/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj index 226cb80..a62b33a 100644 --- a/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj +++ b/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj @@ -8,7 +8,7 @@ - + From fd3f7a18b3f7eac44719b427d646aa73ee7ab2ce Mon Sep 17 00:00:00 2001 From: Chris Tacke Date: Wed, 1 May 2024 11:28:03 -0500 Subject: [PATCH 2/3] Update develop-ci.yml --- .github/workflows/develop-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index 64525af..f023548 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -74,7 +74,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: - 7.0.x + 8.0.x - name: Build Meadow Foundation run: dotnet build -c Release Meadow.Foundation.MBus/Source/MBus.sln From 46164dc18ec680b550da13f9abf4c84d2194bff1 Mon Sep 17 00:00:00 2001 From: Adrian Stevens Date: Wed, 1 May 2024 13:50:14 -0700 Subject: [PATCH 3/3] Update MBus_Desktop_Sample.csproj to .NET 8 --- Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj b/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj index a62b33a..ab91825 100644 --- a/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj +++ b/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable