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 318dc0a commit c88cbfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
# Commit the version change
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "Increment version to $NEW_VERSION" -a
git commit -m "Increment version to $NEW_VERSION" -a
git push
- name: Generate Release
run: dotnet build -c release
Expand Down
2 changes: 1 addition & 1 deletion Tapioca.HATEOAS/Tapioca.HATEOAS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<NoWarn>8618</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.7</Version>
<Version>1.0.8</Version>
<RepositoryUrl>https://github.com/leandrocgsi/Tapioca.HATEOAS/</RepositoryUrl>
<Description>This is a smart library to implements HATEOAS docummentation in your RESTFul API's</Description>
<Copyright>Copyright © Erudio Training - Consultoria e Treinamentos em TI LTDA 2024</Copyright>
Expand Down

0 comments on commit c88cbfb

Please sign in to comment.