Skip to content

Commit 0a79a23

Browse files
authored
Update version info (#215)
1 parent 4e0e0d7 commit 0a79a23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dependencies.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<PackageReference Update="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" Version="$(EFCoreVersion)" />
3030
<PackageReference Update="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
3131
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.8.0" />
32-
<PackageReference Update="MSTest.TestAdapter" Version="3.1.1" />
33-
<PackageReference Update="MSTest.TestFramework" Version="3.1.1" />
32+
<PackageReference Update="MSTest.TestAdapter" Version="3.2.0" />
33+
<PackageReference Update="MSTest.TestFramework" Version="3.2.0" />
3434
<PackageReference Update="coverlet.collector" Version="6.0.0" />
3535
<PackageReference Update="Newtonsoft.Json" Version="13.0.3" />
3636

Version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
correctly.
1717
-->
1818
<VersionPrefix>8.0.0</VersionPrefix>
19-
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
20-
<PreReleaseVersionIteration>3</PreReleaseVersionIteration>
19+
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
20+
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
2121

2222
<!--
2323
The following properties will automatically be set by CI builds when appropriate:

0 commit comments

Comments
 (0)