diff --git a/src/GUI/RevEng.Core.60/RevEng.Core.60.csproj b/src/GUI/RevEng.Core.60/RevEng.Core.60.csproj index 93a3add5b..a5adbd941 100644 --- a/src/GUI/RevEng.Core.60/RevEng.Core.60.csproj +++ b/src/GUI/RevEng.Core.60/RevEng.Core.60.csproj @@ -21,9 +21,9 @@ - - - + + + diff --git a/src/GUI/RevEng.Core.70/RevEng.Core.70.csproj b/src/GUI/RevEng.Core.70/RevEng.Core.70.csproj index d72b5b4a4..5ee85b22a 100644 --- a/src/GUI/RevEng.Core.70/RevEng.Core.70.csproj +++ b/src/GUI/RevEng.Core.70/RevEng.Core.70.csproj @@ -37,9 +37,9 @@ - - - + + + diff --git a/src/GUI/RevEng.Shared/Providers.cs b/src/GUI/RevEng.Shared/Providers.cs index cf68c6d11..229234798 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.13"; + var pkgVersion = "7.0.14"; switch (codeGenerationMode) { case CodeGenerationMode.EFCore6: - pkgVersion = "6.0.24"; + pkgVersion = "6.0.25"; break; case CodeGenerationMode.EFCore8: pkgVersion = "8.0.0"; @@ -220,11 +220,11 @@ public static List GetNeededPackages(DatabaseType databaseType, bo if (databaseType == DatabaseType.SQLite) { - var pkgVersion = "7.0.13"; + var pkgVersion = "7.0.14"; switch (codeGenerationMode) { case CodeGenerationMode.EFCore6: - pkgVersion = "6.0.24"; + pkgVersion = "6.0.25"; break; case CodeGenerationMode.EFCore8: pkgVersion = "8.0.0"; diff --git a/src/GUI/efcpt.6/efcpt.6.csproj b/src/GUI/efcpt.6/efcpt.6.csproj index 9ab54cd7b..1003c3685 100644 --- a/src/GUI/efcpt.6/efcpt.6.csproj +++ b/src/GUI/efcpt.6/efcpt.6.csproj @@ -8,8 +8,8 @@ Entity Framework Core Power Tools command line tool true readme.md - 6.0.0-rc.16 - 6.0.0-rc16 + 6.0.0 + 6.0.0 6.0.0 https://github.com/ErikEJ/EFCorePowerTools https://github.com/ErikEJ/EFCorePowerTools @@ -18,7 +18,7 @@ git Copyright (c) ErikEJ 2023 - https://github.com/ErikEJ/EFCorePowerTools ErikEJ - rc for EF Core 6 + For EF Core 6 Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore net6.0 @@ -55,9 +55,9 @@ - + - + diff --git a/src/GUI/efcpt.7/efcpt.7.csproj b/src/GUI/efcpt.7/efcpt.7.csproj index d0c80efa3..a9afba28e 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.16 - 7.0.0-rc.16 + 7.0.0 + 7.0.0 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 - rc for EF Core 7 + For EF Core 7 net6.0 @@ -41,9 +41,9 @@ - + - + diff --git a/src/GUI/efcpt.8/efcpt.8.csproj b/src/GUI/efcpt.8/efcpt.8.csproj index 9077eeba4..adfff199f 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.16 - 8.0.0-rc.16 + 8.0.0 + 8.0.0 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 - rc for EF Core 8 + For EF Core 8 net8.0 @@ -55,9 +55,9 @@ - + - + diff --git a/src/GUI/lib/efreveng60.exe.zip b/src/GUI/lib/efreveng60.exe.zip index c7af57fe4..e08843f4d 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 a72052fc8..20ebd73a0 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 862a6f5ed..4721d25cb 100644 Binary files a/src/GUI/lib/efreveng80.exe.zip and b/src/GUI/lib/efreveng80.exe.zip differ