Skip to content

Commit

Permalink
Merge pull request #20 from dynamicweb/name-and-description-changes
Browse files Browse the repository at this point in the history
Name and description changes
  • Loading branch information
frederik5480 authored Oct 20, 2023
2 parents c4ab95f + 159be4d commit 319ff93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Dynamicweb.DataIntegration.Providers.ODataProvider.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>10.0.8</Version>
<Version>10.0.9</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Title>OData Provider</Title>
<Description>The Odata Provider lets you fetch and map data from or to any OData endpoint.</Description>
</PropertyGroup>
<PropertyGroup>
<PackageProjectUrl>https://doc.dynamicweb.com/</PackageProjectUrl>
<PackageTags>Dynamicweb dw10 addin dataintegration providers</PackageTags>
<PackageTags>Dynamicweb dw10 addin integration providers</PackageTags>
<PackageIcon>odata-logo.png</PackageIcon>
<Product>Dynamicweb CMS</Product>
<Company>Dynamicweb Software A/S</Company>
<Authors>Dynamicweb Software A/S</Authors>
<Copyright>Copyright © 2020 Dynamicweb Software A/S</Copyright>
<Copyright>Copyright © 2023 Dynamicweb Software A/S</Copyright>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion src/ODataProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 319ff93

Please sign in to comment.