Skip to content

Commit

Permalink
Merge pull request #484 from paillave/Scheduler
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
paillave authored Jun 10, 2024
2 parents fbc151f + 5dd93d8 commit da6c451
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.8" allowedVersions="6.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.8" allowedVersions="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="7.0.8" allowedVersions="6.0.0"/>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" allowedVersions="5.2.0"/>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" allowedVersions="5.2.0"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="FastMember" Version="1.5.0" allowedVersions="1.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.8" allowedVersions="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.8" allowedVersions="6.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" allowedVersions="5.2.0"/>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" allowedVersions="5.2.0"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Paillave.Etl\Paillave.Etl.csproj" />
Expand Down
1 change: 0 additions & 1 deletion src/Paillave.Etl.Ftp/FtpFileValue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ private Stream GetContentSingleTime()
return ms;
}
}

public override StreamWithResource OpenContent()
{
FtpClient client = _connectionInfo.CreateFtpClient();
Expand Down
2 changes: 1 addition & 1 deletion src/SharedSettings.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<Version>2.1.20-beta</Version>
<Version>2.1.21-beta</Version>
<PackageIcon>NugetIcon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>Stéphane Royer</Authors>
Expand Down

0 comments on commit da6c451

Please sign in to comment.