Skip to content

Commit a7a4bb7

Browse files
committed
Version 8.0.4
1 parent 5463c86 commit a7a4bb7

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

EfSchemaCompare/CompareEfSql.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using Microsoft.EntityFrameworkCore.Scaffolding;
1212
using Microsoft.EntityFrameworkCore.Scaffolding.Metadata;
1313
using Microsoft.Extensions.Configuration;
14-
using Microsoft.IdentityModel.Tokens;
1514

1615
namespace EfSchemaCompare
1716
{

EfSchemaCompare/EfSchemaCompare.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,18 @@
1212
</PackageReference>
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
15-
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
1615
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
17-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
1816
</ItemGroup>
1917

2018
<PropertyGroup>
2119
<PackageId>EfCore.SchemaCompare</PackageId>
22-
<PackageVersion>8.0.3</PackageVersion>
23-
<Version>8.0.3</Version>
20+
<PackageVersion>8.0.4</PackageVersion>
21+
<Version>8.0.4</Version>
2422
<Authors>Jon P Smith</Authors>
2523
<Description>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.</Description>
2624
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2725
<PackageReleaseNotes>
28-
- Removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36)
26+
- REALLY removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36)
2927
</PackageReleaseNotes>
3028
<Copyright>Copyright (c) 2020 Jon P Smith. Licenced under MIT licence</Copyright>
3129
<PackageTags>Entity Framework Core, Database</PackageTags>

ReleaseNotes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Release notes
22

3-
## 8.0.3
3+
## 8.0.4
4+
5+
- REALLY removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36)
6+
7+
## 8.0.3: ERROR - use 8.0.4
48

59
- Removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36)
610

0 commit comments

Comments
 (0)