From 159be4d2a05a7990f1889c99863d538c87ba1a71 Mon Sep 17 00:00:00 2001 From: Frederik Nielsen Date: Fri, 20 Oct 2023 11:17:32 +0200 Subject: [PATCH] Name and description changes --- ...ynamicweb.DataIntegration.Providers.ODataProvider.csproj | 6 +++--- src/ODataProvider.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Dynamicweb.DataIntegration.Providers.ODataProvider.csproj b/src/Dynamicweb.DataIntegration.Providers.ODataProvider.csproj index 4d35ef9..91d4554 100644 --- a/src/Dynamicweb.DataIntegration.Providers.ODataProvider.csproj +++ b/src/Dynamicweb.DataIntegration.Providers.ODataProvider.csproj @@ -1,18 +1,18 @@  - 10.0.8 + 10.0.9 1.0.0.0 OData Provider The Odata Provider lets you fetch and map data from or to any OData endpoint. https://doc.dynamicweb.com/ - Dynamicweb dw10 addin dataintegration providers + Dynamicweb dw10 addin integration providers odata-logo.png Dynamicweb CMS Dynamicweb Software A/S Dynamicweb Software A/S - Copyright © 2020 Dynamicweb Software A/S + Copyright © 2023 Dynamicweb Software A/S net7.0 diff --git a/src/ODataProvider.cs b/src/ODataProvider.cs index 9a93cd8..1add2a9 100644 --- a/src/ODataProvider.cs +++ b/src/ODataProvider.cs @@ -396,7 +396,7 @@ public override ISourceReader GetReader(Mapping mapping) SetCredentials(); if (!CheckLicense()) { - return null; + throw new Exception("License check for OData failed."); } if (!string.IsNullOrEmpty(Mode))