Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPSmith committed Apr 10, 2024
1 parent c64b6e7 commit 32eb57c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## 8.0.0

- Simpified to one NET type. This makes it easier to update for future NET releases
- Only supports .NET 8
- Only supports .NET 8 - This makes it easier to update for future NET releases

## 4.0.0

Expand Down
3 changes: 1 addition & 2 deletions SoftDeleteServices/SoftDeleteServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
<Description>Services to provide simple soft delete and cascade soft delete in EF Core.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
- Simpified to one NET type. This makes it easier to update for future NET releases
- Only supports .NET 8
Only supports .NET 8 - This makes it easier to update for future NET releases
</PackageReleaseNotes>
<Copyright>Copyright (c) 2020 Jon P Smith. Licenced under MIT licence</Copyright>
<PackageTags>Entity Framework Core</PackageTags>
Expand Down
6 changes: 3 additions & 3 deletions Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@


<ItemGroup>
<PackageReference Include="EfCore.TestSupport" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
<PackageReference Include="EfCore.TestSupport" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 32eb57c

Please sign in to comment.