Skip to content

Commit

Permalink
Merge pull request #14 from dynamicweb/mss/15590-Dependencies
Browse files Browse the repository at this point in the history
Added missing dependencies and bump version to 10.0.5
  • Loading branch information
frederik5480 authored Oct 26, 2023
2 parents 38d93bc + 3332339 commit 0da5630
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Dynamicweb.DataIntegration.Providers.ExcelProvider.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>10.0.4</Version>
<Version>10.0.5</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Title>Excel Provider</Title>
<Description>Excel Provider</Description>
Expand All @@ -18,14 +18,15 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dynamicweb.DataIntegration" Version="10.0.0" />
<PackageReference Include="Dynamicweb.Ecommerce" Version="10.0.0" />
<PackageReference Include="EPPlus" Version="5.6.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="EPPlus" Version="5.6.3" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="1.4.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 0da5630

Please sign in to comment.