Skip to content

Commit d916697

Browse files
committed
Adding tag format
1 parent 9847b76 commit d916697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MediatR/MediatR.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<AssemblyOriginatorKeyFile>..\..\MediatR.snk</AssemblyOriginatorKeyFile>
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1616
<PackageIcon>gradient_128x128.png</PackageIcon>
17-
17+
<MinVerTagPrefix>v</MinVerTagPrefix>
1818
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1919
<PublishRepositoryUrl>true</PublishRepositoryUrl>
20-
<IncludeSymbols>true</IncludeSymbols>
20+
<IncludeSymbols>true</IncludeSymbols><MinVerTagPrefix>v</MinVerTagPrefix>
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2222
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2323
<Deterministic>true</Deterministic>

0 commit comments

Comments
 (0)