Skip to content

Commit

Permalink
feat: To MinVer.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Aug 22, 2024
1 parent f6b3be1 commit da150c0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/libs/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,16 @@
</ItemGroup>

<PropertyGroup Label="Versioning">
<Version>0.15.8</Version>
<MinVerMinimumMajorMinor>0.1</MinVerMinimumMajorMinor>
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerDefaultPreReleaseIdentifiers>dev</MinVerDefaultPreReleaseIdentifiers>
</PropertyGroup>

<!-- <ItemGroup Label="Versioning">-->
<!-- <PackageReference Include="MinVer" Version="4.3.0">-->
<!-- <PrivateAssets>all</PrivateAssets>-->
<!-- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>-->
<!-- </PackageReference>-->
<!-- </ItemGroup>-->
<ItemGroup Label="Versioning">
<PackageReference Include="MinVer" Version="5.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<PropertyGroup Label="Analyzers">
<EnableNETAnalyzers>true</EnableNETAnalyzers>
Expand Down

0 comments on commit da150c0

Please sign in to comment.