From a7a4bb7e1af370791c3617cc928417db962f5514 Mon Sep 17 00:00:00 2001 From: Jon P Smith Date: Fri, 3 May 2024 09:22:05 +0100 Subject: [PATCH] Version 8.0.4 --- EfSchemaCompare/CompareEfSql.cs | 1 - EfSchemaCompare/EfSchemaCompare.csproj | 8 +++----- ReleaseNotes.md | 6 +++++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/EfSchemaCompare/CompareEfSql.cs b/EfSchemaCompare/CompareEfSql.cs index 2111f31..22d51d7 100644 --- a/EfSchemaCompare/CompareEfSql.cs +++ b/EfSchemaCompare/CompareEfSql.cs @@ -11,7 +11,6 @@ using Microsoft.EntityFrameworkCore.Scaffolding; using Microsoft.EntityFrameworkCore.Scaffolding.Metadata; using Microsoft.Extensions.Configuration; -using Microsoft.IdentityModel.Tokens; namespace EfSchemaCompare { diff --git a/EfSchemaCompare/EfSchemaCompare.csproj b/EfSchemaCompare/EfSchemaCompare.csproj index 2de9f28..f50b553 100644 --- a/EfSchemaCompare/EfSchemaCompare.csproj +++ b/EfSchemaCompare/EfSchemaCompare.csproj @@ -12,20 +12,18 @@ - - EfCore.SchemaCompare - 8.0.3 - 8.0.3 + 8.0.4 + 8.0.4 Jon P Smith Useful tool if you are changing the schema of your database's schema outside of EF Core' migrations, say by using SQL change scripts. See readme file on github. false - - Removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36) + - REALLY removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36) Copyright (c) 2020 Jon P Smith. Licenced under MIT licence Entity Framework Core, Database diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 75abcdc..fd9db4d 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,10 @@ # Release notes -## 8.0.3 +## 8.0.4 + +- REALLY removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36) + +## 8.0.3: ERROR - use 8.0.4 - Removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36)