Skip to content

Commit

Permalink
change minver to auto-increment the minor
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Apr 23, 2021
1 parent 4b6cf37 commit be81b55
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<None Include="../../LICENSE" Pack="true" Visible="false" PackagePath="" />
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup>
<None Include="../../LICENSE" Pack="true" Visible="false" PackagePath="" />
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

<PropertyGroup>
<MinVerAutoIncrement>minor</MinVerAutoIncrement>
</PropertyGroup>
</Project>

0 comments on commit be81b55

Please sign in to comment.