From edfe77cd02b862f8bae304e4bc2d0f9edc50521e Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Wed, 5 Mar 2025 17:37:48 -0600 Subject: [PATCH 1/5] build(force-patch): update PD Core & Crestron libraries --- src/Directory.Build.targets | 4 ++-- .../PepperDash.Essentials.Core.csproj | 4 ++-- .../PepperDash.Essentials.Devices.Common.csproj | 4 ++-- src/PepperDash.Essentials/PepperDash.Essentials.csproj | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 83bbc930..20039e30 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -13,7 +13,7 @@ - + @@ -21,6 +21,6 @@ - + diff --git a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj index 0ff04300..0f0aa30b 100644 --- a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj +++ b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj @@ -25,8 +25,8 @@ pdbonly - - + + diff --git a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj index bea884ee..9d1bf23c 100644 --- a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj +++ b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj @@ -29,7 +29,7 @@ - - + + \ No newline at end of file diff --git a/src/PepperDash.Essentials/PepperDash.Essentials.csproj b/src/PepperDash.Essentials/PepperDash.Essentials.csproj index 3af45f72..5c27899c 100644 --- a/src/PepperDash.Essentials/PepperDash.Essentials.csproj +++ b/src/PepperDash.Essentials/PepperDash.Essentials.csproj @@ -48,8 +48,8 @@ - - + + From 4eabd828780fd96721c798df5700619d88ce9f25 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Wed, 5 Mar 2025 18:50:40 -0600 Subject: [PATCH 2/5] build(force-update): fix build targets to handle files correctly --- src/Directory.Build.targets | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 20039e30..505fad59 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -1,26 +1,41 @@ - + true build; - + true build; - + + $(TargetDir)$(TargetName).$(Version).$(TargetFramework).cplz + + + $(TargetDir)$(TargetName).$(Version).$(TargetFramework).cpz + + + + + + + + - - - + + + - - - + + + + + - + - + + From 8f485071c60b33d8288b3918ad2ed8ec951949a2 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Wed, 5 Mar 2025 18:51:59 -0600 Subject: [PATCH 3/5] chore(force-patch): increment patch version From 16e2529378555cd286925248b1958b56a9263ad4 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Thu, 6 Mar 2025 10:04:19 -0600 Subject: [PATCH 4/5] feat: update to PD Core 2.0.0 --- .../PepperDash.Essentials.Core.csproj | 2 +- .../PepperDash.Essentials.Devices.Common.csproj | 2 +- src/PepperDash.Essentials/PepperDash.Essentials.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj index 0f0aa30b..931542b8 100644 --- a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj +++ b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj @@ -26,7 +26,7 @@ - + diff --git a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj index 9d1bf23c..30347f62 100644 --- a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj +++ b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj @@ -30,6 +30,6 @@ - + \ No newline at end of file diff --git a/src/PepperDash.Essentials/PepperDash.Essentials.csproj b/src/PepperDash.Essentials/PepperDash.Essentials.csproj index 5c27899c..f111f683 100644 --- a/src/PepperDash.Essentials/PepperDash.Essentials.csproj +++ b/src/PepperDash.Essentials/PepperDash.Essentials.csproj @@ -49,7 +49,7 @@ - + From 7631c7a8a127ad223125183dd30914551415a121 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Thu, 6 Mar 2025 13:53:41 -0600 Subject: [PATCH 5/5] build(force-patch): update PD Core to 2.0.1 --- .../PepperDash.Essentials.Core.csproj | 2 +- .../PepperDash.Essentials.Devices.Common.csproj | 2 +- src/PepperDash.Essentials/PepperDash.Essentials.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj index 931542b8..778d471e 100644 --- a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj +++ b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj @@ -26,7 +26,7 @@ - + diff --git a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj index 30347f62..a58861a5 100644 --- a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj +++ b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj @@ -30,6 +30,6 @@ - + \ No newline at end of file diff --git a/src/PepperDash.Essentials/PepperDash.Essentials.csproj b/src/PepperDash.Essentials/PepperDash.Essentials.csproj index f111f683..ec55aaa5 100644 --- a/src/PepperDash.Essentials/PepperDash.Essentials.csproj +++ b/src/PepperDash.Essentials/PepperDash.Essentials.csproj @@ -49,7 +49,7 @@ - +