Skip to content

Commit 1d15bb5

Browse files
committed
Change MinVerAutoIncrement to patch
1 parent f22dfd1 commit 1d15bb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Custom.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22

3-
<PropertyGroup>
4-
<MinVerMinimumMajorMinor>5.0</MinVerMinimumMajorMinor>
5-
<MinVerAutoIncrement>minor</MinVerAutoIncrement>
6-
</PropertyGroup>
3+
<PropertyGroup>
4+
<MinVerMinimumMajorMinor>5.0</MinVerMinimumMajorMinor>
5+
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
6+
</PropertyGroup>
77

88
</Project>

0 commit comments

Comments
 (0)