Skip to content

Commit 238114a

Browse files
committed
Bump version to 0.3.1
1 parent 7ad1a5d commit 238114a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.0</Version>
7+
<Version>0.3.1</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.3.0</Version>
7+
<Version>0.3.1</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)