Skip to content

Commit

Permalink
Bump version to 3.1.0 in EasyDbMigrator.csproj
Browse files Browse the repository at this point in the history
Updated Version, AssemblyVersion, FileVersion, and PackageVersion
from 3.0.10 to 3.1.0 in EasyDbMigrator.csproj to reflect a minor
version update for the EasyDbMigrator project.
  • Loading branch information
Retrodad0001 committed Oct 2, 2024
1 parent 5cff5e4 commit 4507330
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 @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>3.0.10</Version>
<Version>3.1.0</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 @@ -18,12 +18,12 @@ For help and release info see: https://github.com/Retrodad0001/EasyDbMigrator</P
<PackageIconUrl />
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<Authors>Retrodad0001</Authors>
<AssemblyVersion>3.0.10</AssemblyVersion>
<FileVersion>3.0.10</FileVersion>
<AssemblyVersion>3.1.0</AssemblyVersion>
<FileVersion>3.1.0</FileVersion>
<PackageProjectUrl>https://github.com/Retrodad0001/EasyDbMigrator</PackageProjectUrl>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
<PackageVersion>3.0.10</PackageVersion>
<PackageVersion>3.1.0</PackageVersion>
<Title>Retrodad.EasyDbMigrator</Title>
</PropertyGroup>

Expand Down

0 comments on commit 4507330

Please sign in to comment.