Skip to content

Commit

Permalink
Version 3.0.0 release - supports EF Core >=2.1 and >=3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPSmith committed Oct 12, 2019
1 parent 24b9a36 commit b7a8f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TestSupport/TestSupport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@

<PropertyGroup>
<PackageId>EfCore.TestSupport</PackageId>
<PackageVersion>3.0.0-preview002</PackageVersion>
<PackageVersion>3.0.0</PackageVersion>
<Version>3.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Authors>Jon P Smith</Authors>
<Description>Useful tools when unit testing applications that use Entity Framework Core. See readme file on github.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>
- Support both EF Core >=2.1 and EF Core >=3.0 by supporting NetStandard2.0 and NetStandard2.1.
- Support both EF Core 2.1+ and EF Core 3.0+ by supporting NetStandard2.0 and NetStandard2.1.
- Bug fix: GetAllErrors() in CompareEfSql should use Environment.NewLine. See issue #20.
- Obsolete: Remove LogSetupHelper as obsolete, use `CreateOptionsWithLogging` for Sqlite and SQL Server.
</PackageReleaseNotes>
Expand Down

0 comments on commit b7a8f6b

Please sign in to comment.