Skip to content

Commit c28e9eb

Browse files
committed
Setup for 1.4..0 release
1 parent a164f78 commit c28e9eb

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release notes
22

3+
## 1.4.0
4+
- Package: Updated to .NET Core 2.1 and EF Core 2.1
5+
36
## 1.3.1
47
- Package: EntityFrameworkCore libraies updated to version 2.0.2, and specific versions defined to match with SqlClient
58
- Bug fix: DeleteAllUnitTestDatabases directly referenced LocalDB, which meant it couldn't be used with other databases. This is fixed.

TestSupport/TestSupport.csproj

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -23,14 +23,15 @@
2323
<PropertyGroup>
2424
<TargetFramework>netstandard2.0</TargetFramework>
2525
<PackageId>EfCore.TestSupport</PackageId>
26-
<PackageVersion>1.3.1</PackageVersion>
26+
<PackageVersion>1.4.0</PackageVersion>
27+
<Version>1.4.0</Version>
28+
<AssemblyVersion>1.4.0.0</AssemblyVersion>
29+
<FileVersion>1.4.0.0</FileVersion>
2730
<Authors>Jon P Smith</Authors>
2831
<Description>Useful tools when unit testing applications that use Entity Framework Core. See readme file on github.</Description>
2932
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
3033
<PackageReleaseNotes>
31-
- Package: EntityFrameworkCore libraies updated to version 2.0.2, and specific versions defined to match with SqlClient
32-
- Bug fix: DeleteAllUnitTestDatabases directly referenced LocalDB, which meant it couldn't be used with other databases. This is fixed.
33-
- Feature: TimeThings now allows you to input the number of runs being timed and gives you average time per run
34+
- Package: Updated to .NET Core 2.1 and EF Core 2.1
3435
</PackageReleaseNotes>
3536
<Copyright>Copyright (c) 2017 Jon P Smith. Licenced under MIT licence</Copyright>
3637
<PackageTags>Entity Framework Core, xUnit</PackageTags>
@@ -40,9 +41,6 @@
4041
<PackageIconUrl>https://raw.githubusercontent.com/JonPSmith/EfCore.TestSupport/master/EfCoreTestSupportNuGetIcon128.png</PackageIconUrl>
4142
<RepositoryUrl></RepositoryUrl>
4243
<PackageLicenseUrl>https://github.com/JonPSmith/EfCore.TestSupport/blob/master/LICENSE</PackageLicenseUrl>
43-
<Version>1.3.1</Version>
44-
<AssemblyVersion>1.3.1.0</AssemblyVersion>
45-
<FileVersion>1.3.1.0</FileVersion>
4644
</PropertyGroup>
4745

4846
</Project>

0 commit comments

Comments
 (0)