Skip to content

Commit 6e0ef3d

Browse files
committed
Added MinVer
1 parent 242d7be commit 6e0ef3d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
File renamed without changes.

src/AsyncLock/AsyncLock.csproj

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@
99
<PackageProjectUrl>https://github.com/usercode/AsyncLock</PackageProjectUrl>
1010
<Description>Async Key-based Reader Writer Lock</Description>
1111
<PublishRepositoryUrl>true</PublishRepositoryUrl>
12-
<PackageIcon>usercode.png</PackageIcon>
12+
<PackageIcon>logo.png</PackageIcon>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14+
<PackageReadmeFile>readme.md</PackageReadmeFile>
1415
<PackageTags>locking</PackageTags>
1516
<IncludeSymbols>true</IncludeSymbols>
1617
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
18+
<MinVerTagPrefix>v</MinVerTagPrefix>
1719
</PropertyGroup>
1820

1921
<ItemGroup>
2022
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
2123
</ItemGroup>
2224

2325
<ItemGroup>
24-
<None Include="..\usercode.png" Pack="true" PackagePath="" />
26+
<None Include="..\..\logo.png" Pack="true" PackagePath="" />
27+
<None Include="..\..\readme.md" Pack="true" PackagePath="" />
2528
</ItemGroup>
2629

2730
<ItemGroup>
@@ -30,4 +33,10 @@
3033
</AssemblyAttribute>
3134
</ItemGroup>
3235

36+
<ItemGroup>
37+
<PackageReference Include="MinVer" Version="4.2.0">
38+
<PrivateAssets>all</PrivateAssets>
39+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
40+
</PackageReference>
41+
</ItemGroup>
3342
</Project>

0 commit comments

Comments
 (0)