Releases: TahaZahit/BiMap
v2.0.10 - Workflow Name Update
v2.0.9 - Workflow Rename
Renamed GitHub Actions workflow to 'Build, Test & Publish' to ensure the status badge displays a meaningful label.
v2.0.8 - Enable GitHub Packages
Configured CI/CD to publish NuGet packages to GitHub Package Registry in addition to NuGet.org.
v2.0.7 - Optimized CI/CD
Optimized GitHub Actions workflow to use a Single-Job strategy, upgraded to v4 actions, and added --skip-duplicate for robustness.
v2.0.6 - Include README
Included README.md in the NuGet package to resolve nuget.org warning.
v2.0.5 - Fix Pack Path
Fixed dotnet pack command path in CI/CD workflow.
v2.0.4 - Fix Workflow Artifacts
Upgraded CI/CD workflow to use artifacts v4 actions to resolve deprecation failure.
v2.0.3 - Fix Deployment Workflow
Fixed GitHub Actions workflow to correctly persist NuGet package artifacts between Build and Deploy jobs.
v2.0.2 - Standardized Folder Structure
Flattened repository structure for standard .NET convention. BiMap.sln is now at repo root.
v2.0.1 - Fix Deployment & Support .NET 10
Fixed CI/CD workflow paths and upgraded build environment to .NET 10 LTS. Includes full thread-safety changes from v2.0.0.