Skip to content

Commit

Permalink
Fixing version and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik5480 authored Oct 16, 2023
1 parent c44c449 commit 523a0f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Dynamicweb.DataIntegration.Providers.SqlProvider.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>10.0.2</Version>
<Version>10.0.5</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Description>SQL Provider</Description>
</PropertyGroup>
Expand All @@ -22,7 +22,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dynamicweb.DataIntegration" Version="10.0.10" />
<PackageReference Include="Dynamicweb.DataIntegration" Version="10.0.14" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 523a0f1

Please sign in to comment.