Skip to content

Commit b717e5a

Browse files
committed
Bump version to 0.2.3
1 parent 4c47225 commit b717e5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CmdScale.EntityFrameworkCore.TimescaleDB.Design/CmdScale.EntityFrameworkCore.TimescaleDB.Design.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<PackageId>CmdScale.EntityFrameworkCore.TimescaleDB.Design</PackageId>
7-
<Version>0.2.2</Version>
7+
<Version>0.2.3</Version>
88
<Authors>CmdScale</Authors>
99
<Description>Provides crucial design-time extensions. This package enhances the EF Core CLI tools (dotnet ef) to understand TimescaleDB concepts, enabling correct schema generation for migrations and scaffolding.</Description>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

CmdScale.EntityFrameworkCore.TimescaleDB/CmdScale.EntityFrameworkCore.TimescaleDB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<PackageId>CmdScale.EntityFrameworkCore.TimescaleDB</PackageId>
7-
<Version>0.2.2</Version>
7+
<Version>0.2.3</Version>
88
<Authors>CmdScale</Authors>
99
<Description>The core runtime library. You include this in your project to enable TimescaleDB-specific features when configuring your DbContext.</Description>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)