From c6690c7765a4582fefe8ee6bf1644f24c6d5a01d Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Fri, 8 Mar 2024 21:17:59 -0600 Subject: [PATCH] build: update package names Updated package names for Core and Devices Common to be valid names and match existing 2.0.0 packages --- .../PepperDash.Essentials.Core.csproj | 2 +- .../PepperDash.Essentials.Devices.Common.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj index f488ed16..2490cbb2 100644 --- a/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj +++ b/src/PepperDash.Essentials.Core/PepperDash.Essentials.Core.csproj @@ -10,7 +10,7 @@ PepperDash_Essentials_Core PepperDash.Essentials.Core PepperDash Essentials Core - $(AssemblyName) + PepperDash.Essentials.Core full 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 8abe4c14..3062cd7f 100644 --- a/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj +++ b/src/PepperDash.Essentials.Devices.Common/PepperDash.Essentials.Devices.Common.csproj @@ -11,7 +11,7 @@ PepperDash.Essentials.Devices.Common True PepperDash Essentials Devices Common - $(AssemblyName) + PepperDash.Essentials.Devices.Common full