Skip to content

Commit

Permalink
Update EF Core tools
Browse files Browse the repository at this point in the history
Update CLI
  • Loading branch information
ErikEJ committed Nov 1, 2023
1 parent e9c5bb8 commit 66235c8
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 24 deletions.
8 changes: 4 additions & 4 deletions src/GUI/RevEng.Core.60/RevEng.Core.60.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.DateOnlyTimeOnly" Version="6.0.5" />
<PackageReference Include="FirebirdSql.EntityFrameworkCore.Firebird" Version="9.1.1" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.23" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.23" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="6.0.23" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.24" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="6.0.24" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="6.0.22" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="6.0.22" />
<PackageReference Include="Oracle.EntityFrameworkCore" Version="6.21.120" />
Expand Down
8 changes: 4 additions & 4 deletions src/GUI/RevEng.Core.70/RevEng.Core.70.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<PackageReference Include="EntityFrameworkCore.SqlServer.HierarchyId" Version="4.0.0" />
<PackageReference Include="ErikEJ.EntityFrameworkCore.SqlServer.DateOnlyTimeOnly" Version="7.0.5" />
<PackageReference Include="FirebirdSql.EntityFrameworkCore.Firebird" Version="9.2.0-beta1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="7.0.12" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="7.0.13" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="7.0.11" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="7.0.11" />
<PackageReference Include="Oracle.EntityFrameworkCore" Version="7.21.12" />
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/RevEng.Core.80/RevEng.Core.80.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!--<PackageReference Include="EntityFrameworkCore.Scaffolding.Handlebars" Version="7.0.0" />-->
<!--<PackageReference Include="EntityFrameworkCore.Sqlite.NodaTime" Version="7.0.0" />-->
<!--<PackageReference Include="FirebirdSql.EntityFrameworkCore.Firebird" Version="9.2.0-alpha1" />-->
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-rc.2.23480.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-rc.2.23480.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.HierarchyId" Version="8.0.0-rc.2.23480.1" />
Expand Down
8 changes: 4 additions & 4 deletions src/GUI/RevEng.Shared/Providers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ public static List<NuGetPackage> GetNeededPackages(DatabaseType databaseType, bo

if (databaseType == DatabaseType.SQLServer || databaseType == DatabaseType.SQLServerDacpac)
{
var pkgVersion = "7.0.12";
var pkgVersion = "7.0.13";
switch (codeGenerationMode)
{
case CodeGenerationMode.EFCore6:
pkgVersion = "6.0.23";
pkgVersion = "6.0.24";
break;
case CodeGenerationMode.EFCore8:
pkgVersion = "8.0.0-rc.2.23480.1";
Expand Down Expand Up @@ -220,11 +220,11 @@ public static List<NuGetPackage> GetNeededPackages(DatabaseType databaseType, bo

if (databaseType == DatabaseType.SQLite)
{
var pkgVersion = "7.0.12";
var pkgVersion = "7.0.13";
switch (codeGenerationMode)
{
case CodeGenerationMode.EFCore6:
pkgVersion = "6.0.23";
pkgVersion = "6.0.24";
break;
case CodeGenerationMode.EFCore8:
pkgVersion = "8.0.0-rc.2.23480.1";
Expand Down
7 changes: 3 additions & 4 deletions src/GUI/efcpt.6/efcpt.6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
<Description>Entity Framework Core Power Tools command line tool </Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageVersion>6.0.0-rc.15</PackageVersion>
<InformationalVersion>6.0.0-rc.15</InformationalVersion>

<PackageVersion>6.0.0-rc.16</PackageVersion>
<InformationalVersion>6.0.0-rc16</InformationalVersion>
<Version>6.0.0</Version>
<RepositoryUrl>https://github.com/ErikEJ/EFCorePowerTools</RepositoryUrl>
<PackageProjectUrl>https://github.com/ErikEJ/EFCorePowerTools</PackageProjectUrl>
Expand All @@ -19,7 +18,7 @@
<RepositoryType>git</RepositoryType>
<Copyright>Copyright (c) ErikEJ 2023 - https://github.com/ErikEJ/EFCorePowerTools</Copyright>
<Company>ErikEJ</Company>
<PackageReleaseNotes>early preview for EF Core 6</PackageReleaseNotes>
<PackageReleaseNotes>rc for EF Core 6</PackageReleaseNotes>
<PackageTags>Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore</PackageTags>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/GUI/efcpt.7/efcpt.7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Description>Entity Framework Core Power Tools command line tool</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageVersion>7.0.0-rc.15</PackageVersion>
<InformationalVersion>7.0.0-rc.15</InformationalVersion>
<PackageVersion>7.0.0-rc.16</PackageVersion>
<InformationalVersion>7.0.0-rc.16</InformationalVersion>
<Version>7.0.0</Version>
<RepositoryUrl>https://github.com/ErikEJ/EFCorePowerTools</RepositoryUrl>
<PackageProjectUrl>https://github.com/ErikEJ/EFCorePowerTools</PackageProjectUrl>
Expand All @@ -19,7 +19,7 @@
<Copyright>Copyright (c) ErikEJ 2023 - https://github.com/ErikEJ/EFCorePowerTools</Copyright>
<Company>ErikEJ</Company>
<PackageTags>Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore</PackageTags>
<PackageReleaseNotes>early preview</PackageReleaseNotes>
<PackageReleaseNotes>rc for EF Core 7</PackageReleaseNotes>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/GUI/efcpt.7/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Theses tasks can be run from the command palette in VS Code. Select `Tasks: Run

The tasks are:

- `EF Core Power Tools: Reverse engineer` - runs the tool with the current provider and connection string.
- `EF Core Power Tools: Reverse Engineer` - runs the tool with the current provider and connection string.
- `EF Core Power Tools: Edit Configuration` - opens the configuration file in the editor.
- `EF Core Power Tools: Update` - updates the tool to the latest version.

Expand Down
6 changes: 3 additions & 3 deletions src/GUI/efcpt.8/efcpt.8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Description>Entity Framework Core Power Tools command line tool </Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageVersion>8.0.0-rc.15</PackageVersion>
<InformationalVersion>8.0.0-rc.15</InformationalVersion>
<PackageVersion>8.0.0-rc.16</PackageVersion>
<InformationalVersion>8.0.0-rc.16</InformationalVersion>
<Version>8.0.0</Version>
<RepositoryUrl>https://github.com/ErikEJ/EFCorePowerTools</RepositoryUrl>
<PackageProjectUrl>https://github.com/ErikEJ/EFCorePowerTools</PackageProjectUrl>
Expand All @@ -19,7 +19,7 @@
<Copyright>Copyright (c) ErikEJ 2023 - https://github.com/ErikEJ/EFCorePowerTools</Copyright>
<Company>ErikEJ</Company>
<PackageTags>Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore</PackageTags>
<PackageReleaseNotes>early preview for EF Core 8</PackageReleaseNotes>
<PackageReleaseNotes>rc for EF Core 8</PackageReleaseNotes>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

Expand Down
Binary file modified src/GUI/lib/efreveng60.exe.zip
Binary file not shown.
Binary file modified src/GUI/lib/efreveng70.exe.zip
Binary file not shown.
Binary file modified src/GUI/lib/efreveng80.exe.zip
Binary file not shown.

0 comments on commit 66235c8

Please sign in to comment.