Skip to content

Commit

Permalink
Bump FluentMigrator.Runner and FluentMigrator.Runner.SQLite
Browse files Browse the repository at this point in the history
Bumps [FluentMigrator.Runner](https://github.com/fluentmigrator/fluentmigrator) and [FluentMigrator.Runner.SQLite](https://github.com/fluentmigrator/fluentmigrator). These dependencies needed to be updated together.

Updates `FluentMigrator.Runner` from 3.3.2 to 5.1.0
- [Release notes](https://github.com/fluentmigrator/fluentmigrator/releases)
- [Changelog](https://github.com/fluentmigrator/fluentmigrator/blob/main/CHANGELOG.md)
- [Commits](fluentmigrator/fluentmigrator@v3.3.2...v5.1.0)

Updates `FluentMigrator.Runner.SQLite` from 3.3.2 to 5.1.0
- [Release notes](https://github.com/fluentmigrator/fluentmigrator/releases)
- [Changelog](https://github.com/fluentmigrator/fluentmigrator/blob/main/CHANGELOG.md)
- [Commits](fluentmigrator/fluentmigrator@v3.3.2...v5.1.0)

---
updated-dependencies:
- dependency-name: FluentMigrator.Runner
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: FluentMigrator.Runner.SQLite
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 7557d84 commit 6e86b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amp.Database/amp.Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

<ItemGroup>
<PackageReference Include="FluentMigrator" Version="5.1.0" />
<PackageReference Include="FluentMigrator.Runner" Version="3.3.2" />
<PackageReference Include="FluentMigrator.Runner.SQLite" Version="3.3.2" />
<PackageReference Include="FluentMigrator.Runner" Version="5.1.0" />
<PackageReference Include="FluentMigrator.Runner.SQLite" Version="5.1.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.16" />
Expand Down

0 comments on commit 6e86b71

Please sign in to comment.