File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 - name : Build
2323 run : dotnet build --no-restore BiMap.sln --configuration Release
2424 - name : Pack
25- run : dotnet pack BiMap.csproj --configuration Release --output nuget-packages
25+ run : dotnet pack BiMap/BiMap .csproj --configuration Release --output nuget-packages
2626 - name : Upload NuGet Package
2727 uses : actions/upload-artifact@v4
2828 with :
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 deployment workflow: Upgrade to artifacts v4 actions to resolve deprecation failure .</PackageReleaseNotes >
8+ <PackageReleaseNotes >Fix dotnet pack path in CI/CD workflow .</PackageReleaseNotes >
99 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10- <Version >2.0.4 </Version >
10+ <Version >2.0.5 </Version >
1111 <RepositoryUrl >https://github.com/TahaZahit/BiMap</RepositoryUrl >
1212 <RepositoryType >git</RepositoryType >
1313 <PackageProjectUrl >https://github.com/TahaZahit/BiMap</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments