Skip to content

Commit

Permalink
Merge pull request #10 from nfMalde/feature/net8-upgrade
Browse files Browse the repository at this point in the history
Fixed workflow
  • Loading branch information
nfMalde authored Oct 11, 2024
2 parents afc7965 + 9d4ec6b commit 16d35b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: src/bin/Release/net6.0/TheGamesDBApiWrapper.dll
asset_path: src/bin/Release/net8.0/TheGamesDBApiWrapper.dll
asset_name: TheGamesDBApiWrapper.dll
asset_content_type: application/octet-stream
- name: Publish package to nuget
Expand Down
9 changes: 1 addition & 8 deletions src/TheGamesDBApiWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@
<PackageTags>TheGamesDB, API, GamesDB, The Games DB API</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Fixes:
* Fixed a bug where certain null values at GameModel result in breaking the code.
* Fixed TheGamesDBApiWrapperRestClientFactory creation due to breaking code changes in RestSharp 110.20
Updates:
* Migrated to latest RestSharp (110.20)
* Migrated to .NET 6
Starting with this release older versions of th is package are no longer supported or mantained and will be marked as depricated in nuget.
Migrated to latest .net 8 version and updated dependencies to latest versions.
]]>
</PackageReleaseNotes>
Expand Down

0 comments on commit 16d35b1

Please sign in to comment.