Skip to content

Commit

Permalink
Update package version in GitHub workflow to 5.1.0
Browse files Browse the repository at this point in the history
In the GitHub Actions workflow file, change the package version from 5.0.0 to 5.1.0 to reflect the new release. This update ensures that the versioning is consistent with the project's release plan.
  • Loading branch information
X39 committed Oct 31, 2024
1 parent 0ee2685 commit 80b2bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Pack
# CHANGE PACKAGE VERSION - The retarded way
# Change the /p:VERSION=X.X.X part to change the actual package version.
run: dotnet pack --configuration Release /p:VERSION=5.0.0.${{ github.run_number }} --version-suffix ${{ github.sha }}
run: dotnet pack --configuration Release /p:VERSION=5.1.0.${{ github.run_number }} --version-suffix ${{ github.sha }}
- name: Upload to NuGet
run: dotnet nuget push ./source/X39.Solutions.PdfTemplate/bin/Release/X39.Solutions.PdfTemplate.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}

0 comments on commit 80b2bdf

Please sign in to comment.