File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 55 <TargetFramework >netstandard2.0</TargetFramework >
66 <Authors >Taha Zahit Hakyemez</Authors >
77 <Description >Thread-safe, high-performance generic bidirectional map for .NET (BiMap). Supports O(1) lookups in both directions.</Description >
8- <PackageReleaseNotes >Fix dotnet pack path in CI/CD workflow .</PackageReleaseNotes >
8+ <PackageReleaseNotes >Includes README.md in NuGet package documentation .</PackageReleaseNotes >
99 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10- <Version >2.0.5</Version >
10+ <Version >2.0.6</Version >
11+ <PackageReadmeFile >README.md</PackageReadmeFile >
1112 <RepositoryUrl >https://github.com/TahaZahit/BiMap</RepositoryUrl >
1213 <RepositoryType >git</RepositoryType >
1314 <PackageProjectUrl >https://github.com/TahaZahit/BiMap</PackageProjectUrl >
1718 <StartupObject />
1819 </PropertyGroup >
1920
21+ <ItemGroup >
22+ <None Include =" ..\README.md" Pack =" true" PackagePath =" \" />
23+ </ItemGroup >
24+
2025</Project >
You can’t perform that action at this time.
0 commit comments