diff --git a/src/GUI/RevEng.Core.60/RevEng.Core.60.csproj b/src/GUI/RevEng.Core.60/RevEng.Core.60.csproj index 09d1796c3..93a3add5b 100644 --- a/src/GUI/RevEng.Core.60/RevEng.Core.60.csproj +++ b/src/GUI/RevEng.Core.60/RevEng.Core.60.csproj @@ -20,10 +20,10 @@ - - - - + + + + diff --git a/src/GUI/RevEng.Core.70/RevEng.Core.70.csproj b/src/GUI/RevEng.Core.70/RevEng.Core.70.csproj index 90b2acc6e..d8ee26a8a 100644 --- a/src/GUI/RevEng.Core.70/RevEng.Core.70.csproj +++ b/src/GUI/RevEng.Core.70/RevEng.Core.70.csproj @@ -36,10 +36,10 @@ - - - - + + + + diff --git a/src/GUI/RevEng.Core.80/RevEng.Core.80.csproj b/src/GUI/RevEng.Core.80/RevEng.Core.80.csproj index 7ab88b49a..33deb1503 100644 --- a/src/GUI/RevEng.Core.80/RevEng.Core.80.csproj +++ b/src/GUI/RevEng.Core.80/RevEng.Core.80.csproj @@ -35,7 +35,7 @@ - + diff --git a/src/GUI/RevEng.Shared/Providers.cs b/src/GUI/RevEng.Shared/Providers.cs index 7ebce052a..c47cfb433 100644 --- a/src/GUI/RevEng.Shared/Providers.cs +++ b/src/GUI/RevEng.Shared/Providers.cs @@ -88,11 +88,11 @@ public static List 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"; @@ -220,11 +220,11 @@ public static List 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"; diff --git a/src/GUI/efcpt.6/efcpt.6.csproj b/src/GUI/efcpt.6/efcpt.6.csproj index 1bae0a830..9ab54cd7b 100644 --- a/src/GUI/efcpt.6/efcpt.6.csproj +++ b/src/GUI/efcpt.6/efcpt.6.csproj @@ -8,9 +8,8 @@ Entity Framework Core Power Tools command line tool true readme.md - 6.0.0-rc.15 - 6.0.0-rc.15 - + 6.0.0-rc.16 + 6.0.0-rc16 6.0.0 https://github.com/ErikEJ/EFCorePowerTools https://github.com/ErikEJ/EFCorePowerTools @@ -19,7 +18,7 @@ git Copyright (c) ErikEJ 2023 - https://github.com/ErikEJ/EFCorePowerTools ErikEJ - early preview for EF Core 6 + rc for EF Core 6 Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore net6.0 diff --git a/src/GUI/efcpt.7/efcpt.7.csproj b/src/GUI/efcpt.7/efcpt.7.csproj index 1763b09ab..d0c80efa3 100644 --- a/src/GUI/efcpt.7/efcpt.7.csproj +++ b/src/GUI/efcpt.7/efcpt.7.csproj @@ -8,8 +8,8 @@ Entity Framework Core Power Tools command line tool true readme.md - 7.0.0-rc.15 - 7.0.0-rc.15 + 7.0.0-rc.16 + 7.0.0-rc.16 7.0.0 https://github.com/ErikEJ/EFCorePowerTools https://github.com/ErikEJ/EFCorePowerTools @@ -19,7 +19,7 @@ Copyright (c) ErikEJ 2023 - https://github.com/ErikEJ/EFCorePowerTools ErikEJ Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore - early preview + rc for EF Core 7 net6.0 diff --git a/src/GUI/efcpt.7/readme.md b/src/GUI/efcpt.7/readme.md index 64c5ee18f..334178dc4 100644 --- a/src/GUI/efcpt.7/readme.md +++ b/src/GUI/efcpt.7/readme.md @@ -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. diff --git a/src/GUI/efcpt.8/efcpt.8.csproj b/src/GUI/efcpt.8/efcpt.8.csproj index b4cbc3ec2..9077eeba4 100644 --- a/src/GUI/efcpt.8/efcpt.8.csproj +++ b/src/GUI/efcpt.8/efcpt.8.csproj @@ -8,8 +8,8 @@ Entity Framework Core Power Tools command line tool true readme.md - 8.0.0-rc.15 - 8.0.0-rc.15 + 8.0.0-rc.16 + 8.0.0-rc.16 8.0.0 https://github.com/ErikEJ/EFCorePowerTools https://github.com/ErikEJ/EFCorePowerTools @@ -19,7 +19,7 @@ Copyright (c) ErikEJ 2023 - https://github.com/ErikEJ/EFCorePowerTools ErikEJ Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore - early preview for EF Core 8 + rc for EF Core 8 net8.0 diff --git a/src/GUI/lib/efreveng60.exe.zip b/src/GUI/lib/efreveng60.exe.zip index f8532d206..a6d5f54c0 100644 Binary files a/src/GUI/lib/efreveng60.exe.zip and b/src/GUI/lib/efreveng60.exe.zip differ diff --git a/src/GUI/lib/efreveng70.exe.zip b/src/GUI/lib/efreveng70.exe.zip index 676061d1c..fddbef8cf 100644 Binary files a/src/GUI/lib/efreveng70.exe.zip and b/src/GUI/lib/efreveng70.exe.zip differ diff --git a/src/GUI/lib/efreveng80.exe.zip b/src/GUI/lib/efreveng80.exe.zip index 564d07195..635e5ff35 100644 Binary files a/src/GUI/lib/efreveng80.exe.zip and b/src/GUI/lib/efreveng80.exe.zip differ