Skip to content

Commit 2c3b04d

Browse files
committed
Release 2.0.0-alpha9.
1 parent ae2b5c8 commit 2c3b04d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

VersionHistory.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Version History
22

3+
## 2.0.0 Alpha 9
4+
5+
* Add many new test methods, including hundreds for `GetFieldValueAsync`.
6+
* Update Xunit to 2.4.2.
7+
* Remove dependency on Xunit.SkippableFact.
8+
39
## 2.0.0 Alpha 8
410

511
* Add `DbProviderFactoryTestBase`.

src/AdoNet.Specification.Tests/AdoNet.Specification.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageId>AdoNet.Specification.Tests</PackageId>
66
<Title>ADO.NET Specification Tests</Title>
77
<Description>Shared test suite for ADO.NET providers.</Description>
8-
<Copyright>Copyright 2017–2020 Bradley Grainger</Copyright>
8+
<Copyright>Copyright 2017–2022 Bradley Grainger</Copyright>
99
<VersionPrefix>2.0.0</VersionPrefix>
1010
<SignAssembly>true</SignAssembly>
1111
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>

0 commit comments

Comments
 (0)