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