Skip to content

Commit

Permalink
Migrating to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocgsi committed Feb 10, 2024
1 parent 598b1ff commit 318dc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Increment version in your project file (e.g., .csproj)
# Replace the placeholder with your actual project file name
PROJECT_FILE=Tapioca.HATEOAS..csproj
PROJECT_FILE=Tapioca.HATEOAS.csproj
CURRENT_VERSION=$(grep -oP '<Version>\K[^<]+' $PROJECT_FILE)
NEW_VERSION=$(echo $CURRENT_VERSION | awk -F. '{$NF+=1; OFS="."; print $0}')
Expand Down

0 comments on commit 318dc0a

Please sign in to comment.