Skip to content

Commit f61ba4e

Browse files
author
Taha Zahit Hakyemez
committed
Include README.md in NuGet package and bump version to 2.0.6
1 parent 3fa2806 commit f61ba4e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

BiMap/BiMap.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
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>
@@ -17,4 +18,8 @@
1718
<StartupObject />
1819
</PropertyGroup>
1920

21+
<ItemGroup>
22+
<None Include="..\README.md" Pack="true" PackagePath="\" />
23+
</ItemGroup>
24+
2025
</Project>

0 commit comments

Comments
 (0)