Skip to content

Commit

Permalink
Merge pull request #12 from dynamicweb/name-and-description-changes
Browse files Browse the repository at this point in the history
Name and description changes
  • Loading branch information
MrBuhl authored Oct 20, 2023
2 parents 1662caa + 1f797b3 commit 24915cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# DataIntegration.OrderProvider
# Order Provider

Import and export order and orderline data.
7 changes: 4 additions & 3 deletions src/Dynamicweb.DataIntegration.Providers.OrderProvider.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>10.0.3</Version>
<Version>10.0.4</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Title>Order Provider</Title>
<Description>Order Provider</Description>
</PropertyGroup>
<PropertyGroup>
<PackageProjectUrl>https://doc.dynamicweb.com/</PackageProjectUrl>
<PackageTags>Dynamicweb dw10 addin dataintegration providers</PackageTags>
<PackageTags>Dynamicweb dw10 addin integration providers</PackageTags>
<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

0 comments on commit 24915cb

Please sign in to comment.