Skip to content

Commit

Permalink
Update frameworks, versions, and README formatting
Browse files Browse the repository at this point in the history
Incremented EasyDbMigrator package version to 4.0.1. Updated Npgsql package reference to 9.0.2. Updated FluentAssertions in EasyDbMigratorTests.csproj to 7.0.0. Reformatted README.md for better readability.
  • Loading branch information
Retrodad0001 committed Dec 8, 2024
1 parent e849100 commit 6ad1297
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions EasyDbMigrator/EasyDbMigrator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>4.0.0</Version>
<Version>4.0.1</Version>
<PackageId>Retrodad.EasyDbMigrator</PackageId>
<Description>EasyDbMigrator is a database migration framework written in C#. It can be used for integration testing on your local machine or in CI/CD Pipelines or for manual migrations.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -19,12 +19,12 @@ For help and release info see: https://github.com/Retrodad0001/EasyDbMigrator</P
<PackageIconUrl />
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<Authors>Retrodad0001</Authors>
<AssemblyVersion>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<AssemblyVersion>4.0.1</AssemblyVersion>
<FileVersion>4.0.1</FileVersion>
<PackageProjectUrl>https://github.com/Retrodad0001/EasyDbMigrator</PackageProjectUrl>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
<PackageVersion>4.0.0</PackageVersion>
<PackageVersion>4.0.1</PackageVersion>
<Title>Retrodad.EasyDbMigrator</Title>
</PropertyGroup>

Expand Down Expand Up @@ -55,7 +55,7 @@ For help and release info see: https://github.com/Retrodad0001/EasyDbMigrator</P
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
<PackageReference Include="Npgsql" Version="9.0.1" />
<PackageReference Include="Npgsql" Version="9.0.2" />
<PackageReference Include="Polly" Version="8.5.0" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion EasyDbMigratorTests/EasyDbMigratorTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Dapper" Version="2.1.44" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ EasyDBMigrator is an open-source database migration framework. It strongly favor


## Alternatives
https://github.com/chucknorris/roundhouse

https://github.com/erikbra/grate

https://github.com/fluentmigrator/fluentmigrator
Expand Down

0 comments on commit 6ad1297

Please sign in to comment.