* Added new ASP.NET Core 3 example
This should show how this API can be implemented on the backend. It's not complete yet, features like token reloading is still missing.
If you want to run this, use `dotnet user-secrets init` to generate your secrets file and update it with `spotify_client_id` and `spotify_secret_id`
* Fixed CLI Example
The last page was never processed.
- New Namespaces
-> SpotifyAPI.SpotifyLocalAPI
-> SpotifyAPI.SpotifyWebAPI
-> SpotifyAPI.SpotifyWebAPI.Models
- Wiki created, examples coming soon
- Added example for the new Web API
- README updated