inflatablefriends / lastfm

Portable .Net library for Last.fm
Other
100 stars 62 forks source link

Use GitHub Actions for CI + use dotnet CLI for packaging #159

Closed rikkit closed 4 years ago

rikkit commented 4 years ago

This PR switches to GitHub Actions for CI instead of AppVeyor, and reimplements the packaging step using dotnet pack and props in csproj vs using a NuGet.exe and props in nuspec.

TODO