Skip to content

Commit 21bc52d

Browse files
committed
Bump version to 0.3.3
1 parent c80e693 commit 21bc52d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Eftdb.Design/Eftdb.Design.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>CmdScale.EntityFrameworkCore.TimescaleDB.Design</AssemblyName>
77
<RootNamespace>CmdScale.EntityFrameworkCore.TimescaleDB.Design</RootNamespace>
88
<PackageId>CmdScale.EntityFrameworkCore.TimescaleDB.Design</PackageId>
9-
<Version>0.3.2</Version>
9+
<Version>0.3.3</Version>
1010
<Authors>CmdScale</Authors>
1111
<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>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

src/Eftdb/Eftdb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>CmdScale.EntityFrameworkCore.TimescaleDB</AssemblyName>
77
<RootNamespace>CmdScale.EntityFrameworkCore.TimescaleDB</RootNamespace>
88
<PackageId>CmdScale.EntityFrameworkCore.TimescaleDB</PackageId>
9-
<Version>0.3.2</Version>
9+
<Version>0.3.3</Version>
1010
<Authors>CmdScale</Authors>
1111
<Description>The core runtime library. You include this in your project to enable TimescaleDB-specific features when configuring your DbContext.</Description>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)