File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments