Skip to content

Commit

Permalink
Version 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPSmith committed May 3, 2024
1 parent 5463c86 commit a7a4bb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 0 additions & 1 deletion EfSchemaCompare/CompareEfSql.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using Microsoft.EntityFrameworkCore.Scaffolding;
using Microsoft.EntityFrameworkCore.Scaffolding.Metadata;
using Microsoft.Extensions.Configuration;
using Microsoft.IdentityModel.Tokens;

namespace EfSchemaCompare
{
Expand Down
8 changes: 3 additions & 5 deletions EfSchemaCompare/EfSchemaCompare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,18 @@
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
</ItemGroup>

<PropertyGroup>
<PackageId>EfCore.SchemaCompare</PackageId>
<PackageVersion>8.0.3</PackageVersion>
<Version>8.0.3</Version>
<PackageVersion>8.0.4</PackageVersion>
<Version>8.0.4</Version>
<Authors>Jon P Smith</Authors>
<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>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
- Removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36)
- REALLY removed Microsoft.IdentityModel.Tokens NuGet as not correct (see issue #36)
</PackageReleaseNotes>
<Copyright>Copyright (c) 2020 Jon P Smith. Licenced under MIT licence</Copyright>
<PackageTags>Entity Framework Core, Database</PackageTags>
Expand Down
6 changes: 5 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit a7a4bb7

Please sign in to comment.