Skip to content

Commit 2a4ed14

Browse files
author
Taha Zahit Hakyemez
committed
Rename workflow to 'Build, Test & Publish' for badge clarity (v2.0.9)
1 parent 1086d84 commit 2a4ed14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET
1+
name: Build, Test & Publish
22

33
on:
44
push:

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>Added publishing to GitHub Packages registry.</PackageReleaseNotes>
8+
<PackageReleaseNotes>Renamed CI/CD workflow for better visibility.</PackageReleaseNotes>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<Version>2.0.8</Version>
10+
<Version>2.0.9</Version>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<RepositoryUrl>https://github.com/TahaZahit/BiMap</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)