From 77a1eb5efaa87800cbe6158e9bf3a0d81c84c5e5 Mon Sep 17 00:00:00 2001
From: Frederik Nielsen <frn@dynamicweb.dk>
Date: Fri, 20 Oct 2023 11:03:00 +0200
Subject: [PATCH 1/2] Name and description changes

---
 README.md                                                  | 4 +++-
 ...ynamicweb.DataIntegration.Providers.EcomProvider.csproj | 7 ++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 570c675..2482a8f 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
-# DataIntegration.EcomProvider
+# Ecom Provider
+
+Import and export ‘incomplete’ data to and from the Dynamicweb database. Able to e.g. auto-assign IDs to imported products.
diff --git a/src/Dynamicweb.DataIntegration.Providers.EcomProvider.csproj b/src/Dynamicweb.DataIntegration.Providers.EcomProvider.csproj
index 66db541..60094db 100644
--- a/src/Dynamicweb.DataIntegration.Providers.EcomProvider.csproj
+++ b/src/Dynamicweb.DataIntegration.Providers.EcomProvider.csproj
@@ -1,12 +1,13 @@
 <Project Sdk="Microsoft.NET.Sdk">
 	<PropertyGroup>
-		<Version>10.0.6</Version>
+		<Version>10.0.7</Version>
 		<AssemblyVersion>1.0.0.0</AssemblyVersion>
-		<Description>Ecommerce Provider</Description>
+		<Description>Ecom Provider</Description>
+		<Description>Ecom 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>

From cfe8b865a075b98fc2298f28cb649f8bd3c40850 Mon Sep 17 00:00:00 2001
From: Frederik Nielsen <frn@dynamicweb.dk>
Date: Fri, 20 Oct 2023 11:04:03 +0200
Subject: [PATCH 2/2] Adding title

---
 src/Dynamicweb.DataIntegration.Providers.EcomProvider.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Dynamicweb.DataIntegration.Providers.EcomProvider.csproj b/src/Dynamicweb.DataIntegration.Providers.EcomProvider.csproj
index 60094db..8c221ae 100644
--- a/src/Dynamicweb.DataIntegration.Providers.EcomProvider.csproj
+++ b/src/Dynamicweb.DataIntegration.Providers.EcomProvider.csproj
@@ -2,7 +2,7 @@
 	<PropertyGroup>
 		<Version>10.0.7</Version>
 		<AssemblyVersion>1.0.0.0</AssemblyVersion>
-		<Description>Ecom Provider</Description>
+		<Title>Ecom Provider</Title>
 		<Description>Ecom Provider</Description>
 	</PropertyGroup>
 	<PropertyGroup>