From 7eed1b8b45b1719b443091e0c08f0d66488bdf65 Mon Sep 17 00:00:00 2001 From: Robert McLaws <1657085+robertmclaws@users.noreply.github.com> Date: Thu, 11 Jul 2024 21:54:29 -0400 Subject: [PATCH] Fixing package tags --- .../Simple.OData.Client.V3.Adapter.csproj | 2 +- .../Simple.OData.Client.V4.Adapter.csproj | 2 +- src/Simple.OData.Client/Simple.OData.Client.csproj | 2 +- 3 files changed, 3 insertions(+), 3 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 3bbd973e..f35d683f 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 @@ -15,7 +15,7 @@ Commonly used types: Simple.OData.Client.ODataClient - $(PackageTags)'odata v3'; + $(PackageTags);v3; README.md 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 e85ea6d0..0f3f7788 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 @@ -15,7 +15,7 @@ Commonly used types: Simple.OData.Client.ODataClient - $(PackageTags)'odata v4'; + $(PackageTags);v4; README.md diff --git a/src/Simple.OData.Client/Simple.OData.Client.csproj b/src/Simple.OData.Client/Simple.OData.Client.csproj index 8a1ac966..9f9732df 100644 --- a/src/Simple.OData.Client/Simple.OData.Client.csproj +++ b/src/Simple.OData.Client/Simple.OData.Client.csproj @@ -14,7 +14,7 @@ Commonly used types: Simple.OData.Client.ODataClient - $(PackageTags)'odata v3';'odata v4' + $(PackageTags);v3;v4; false README.md false