Skip to content

Commit 86ea0ba

Browse files
author
Taha Zahit Hakyemez
committed
Bump version to 2.0.2 to trigger release with flattened structure
1 parent d7ae90f commit 86ea0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BiMap/BiMap.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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>Refactored for .NET Standard 2.0 with full thread safety including .NET 10 LTS CI/CD support.</PackageReleaseNotes>
8+
<PackageReleaseNotes>Refactored project folder structure to standard layout. BiMap.sln is now at repo root.</PackageReleaseNotes>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<Version>2.0.1</Version>
10+
<Version>2.0.2</Version>
1111
<RepositoryUrl>https://github.com/TahaZahit/BiMap</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageProjectUrl>https://github.com/TahaZahit/BiMap</PackageProjectUrl>

0 commit comments

Comments
 (0)