Skip to content

Commit

Permalink
Merge pull request #23 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 8fb7ae0 + a612af8 commit 61a1dc4
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.SqlProvider
# SQL Provider

Import and export data directly to and from a Microsoft SQL server database. Support SQL Views.
7 changes: 4 additions & 3 deletions src/Dynamicweb.DataIntegration.Providers.SqlProvider.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>10.0.5</Version>
<Version>10.0.6</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Title>SQL Provider</Title>
<Description>SQL 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 61a1dc4

Please sign in to comment.