We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4576f89 commit 52672d5Copy full SHA for 52672d5
1 file changed
src/Custom.Build.props
@@ -1,4 +1,4 @@
1
-<Project>
+<Project>
2
3
<PropertyGroup>
4
<AnalyzerTargetFramework>netstandard2.0</AnalyzerTargetFramework>
@@ -7,7 +7,7 @@
7
8
9
<MinVerMinimumMajorMinor>10.0</MinVerMinimumMajorMinor>
10
- <MinVerAutoIncrement>minor</MinVerAutoIncrement>
+ <MinVerAutoIncrement>patch</MinVerAutoIncrement>
11
</PropertyGroup>
12
13
</Project>
0 commit comments