Browse Source

tags need to start with v

Charlie Kindel 4 years ago
parent
commit
6407cb2c59
1 changed files with 7 additions and 1 deletions
  1. 7 1
      Terminal.Gui/Terminal.Gui.csproj

+ 7 - 1
Terminal.Gui/Terminal.Gui.csproj

@@ -194,7 +194,13 @@
     <PackageReference Include="MinVer" Version="2.4.0">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
-    </PackageReference>  </ItemGroup>
+    </PackageReference>  
+  </ItemGroup>
+
+  <PropertyGroup>
+    <MinVerTagPrefix>v</MinVerTagPrefix>
+  </PropertyGroup>
+  
   <ItemGroup>
     <None Remove="ConsoleDrivers\#ConsoleDriver.cs#" />
   </ItemGroup>