Skip to content

Commit

Permalink
release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Retrodad committed Aug 25, 2023
1 parent f3083b5 commit 3482a46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions EasyDbMigrator/EasyDbMigrator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>2.0.4</Version>
<Version>2.0.5</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 @@ -17,12 +17,12 @@ For help and release info see: https://github.com/Retrodad0001/EasyDbMigrator</P
<PackageIconUrl />
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<Authors>Retrodad0001</Authors>
<AssemblyVersion>2.0.4</AssemblyVersion>
<FileVersion>2.0.4</FileVersion>
<AssemblyVersion>2.0.5</AssemblyVersion>
<FileVersion>2.0.5</FileVersion>
<PackageProjectUrl>https://github.com/Retrodad0001/EasyDbMigrator</PackageProjectUrl>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
<PackageVersion>2.0.4</PackageVersion>
<PackageVersion>2.0.5</PackageVersion>
<Title>Retrodad.EasyDbMigrator</Title>
</PropertyGroup>

Expand Down

0 comments on commit 3482a46

Please sign in to comment.