Skip to content

Commit 52672d5

Browse files
committed
Change MinVerAutoIncrement to patch
1 parent 4576f89 commit 52672d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Custom.Build.props

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

33
<PropertyGroup>
44
<AnalyzerTargetFramework>netstandard2.0</AnalyzerTargetFramework>
@@ -7,7 +7,7 @@
77

88
<PropertyGroup>
99
<MinVerMinimumMajorMinor>10.0</MinVerMinimumMajorMinor>
10-
<MinVerAutoIncrement>minor</MinVerAutoIncrement>
10+
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
1111
</PropertyGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)