From 13bdf38c736ca019e3f6a7aa2a81fb3de6e9e60d Mon Sep 17 00:00:00 2001 From: Robert McLaws <1657085+robertmclaws@users.noreply.github.com> Date: Sat, 30 Mar 2024 17:13:12 -0400 Subject: [PATCH] Getting the PackageIDs RIGHT this time. --- .../Simple.OData.Client.V3.Adapter.csproj | 2 +- .../Simple.OData.Client.V4.Adapter.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Simple.OData.Client.V3.Adapter/Simple.OData.Client.V3.Adapter.csproj b/src/Simple.OData.Client.V3.Adapter/Simple.OData.Client.V3.Adapter.csproj index dbb37412..3bbd973e 100644 --- a/src/Simple.OData.Client.V3.Adapter/Simple.OData.Client.V3.Adapter.csproj +++ b/src/Simple.OData.Client.V3.Adapter/Simple.OData.Client.V3.Adapter.csproj @@ -7,7 +7,7 @@ - Simple.OData.Client.V3 + Simple.OData.V3.Client Simple.OData.Client helps you interact with OData APIs that comply with any version of the OData standard. $(Summary) This package contains everything you need to connect to OData v1 through v3 APIs. diff --git a/src/Simple.OData.Client.V4.Adapter/Simple.OData.Client.V4.Adapter.csproj b/src/Simple.OData.Client.V4.Adapter/Simple.OData.Client.V4.Adapter.csproj index 9fa31c75..e85ea6d0 100644 --- a/src/Simple.OData.Client.V4.Adapter/Simple.OData.Client.V4.Adapter.csproj +++ b/src/Simple.OData.Client.V4.Adapter/Simple.OData.Client.V4.Adapter.csproj @@ -7,7 +7,7 @@ - Simple.OData.Client.V4 + Simple.OData.V4.Client Simple.OData.Client helps you interact with OData APIs that comply with any version of the OData standard. $(Summary) This package contains everything you need to connect to OData v4 APIs.