Skip to content

Commit da150c0

Browse files
committed
feat: To MinVer.
1 parent f6b3be1 commit da150c0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/libs/Directory.Build.props

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,16 @@
3939
</ItemGroup>
4040

4141
<PropertyGroup Label="Versioning">
42-
<Version>0.15.8</Version>
43-
<MinVerMinimumMajorMinor>0.1</MinVerMinimumMajorMinor>
4442
<MinVerTagPrefix>v</MinVerTagPrefix>
4543
<MinVerDefaultPreReleaseIdentifiers>dev</MinVerDefaultPreReleaseIdentifiers>
4644
</PropertyGroup>
4745

48-
<!-- <ItemGroup Label="Versioning">-->
49-
<!-- <PackageReference Include="MinVer" Version="4.3.0">-->
50-
<!-- <PrivateAssets>all</PrivateAssets>-->
51-
<!-- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>-->
52-
<!-- </PackageReference>-->
53-
<!-- </ItemGroup>-->
46+
<ItemGroup Label="Versioning">
47+
<PackageReference Include="MinVer" Version="5.0.0">
48+
<PrivateAssets>all</PrivateAssets>
49+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
50+
</PackageReference>
51+
</ItemGroup>
5452

5553
<PropertyGroup Label="Analyzers">
5654
<EnableNETAnalyzers>true</EnableNETAnalyzers>

0 commit comments

Comments
 (0)