Skip to content

Commit 9dc126c

Browse files
committed
fix
1 parent 00b49cd commit 9dc126c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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>10.0.0</VersionPrefix>
19-
<PreReleaseVersionLabel>rc</PreReleaseVersionLabel>
20-
<PreReleaseVersionIteration>2</PreReleaseVersionIteration>
19+
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
20+
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
2121

2222
<!--
2323
The following properties will automatically be set by CI builds when appropriate:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Test": {
33
"Jet": {
4-
"DefaultConnection": "DBQ=Jet.accdb"
4+
"DefaultConnection": "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=Jet.accdb;Persist Security Info=False;"
55
}
66
}
77
}

0 commit comments

Comments
 (0)