-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MATCH-V4 being deprecated on June 14th --> migrate to V5 #684
Comments
Hello, the plan is: someone needs to write support for the v5 api |
Heyho, But I am not sure about the dependencies inside the project. RiotSharp/RiotSharp/TournamentRiotApi.cs Line 225 in 573b79c
I am not into the tournament apis at all, so I have little to no knowldege on whether those sections are actually supported right now or not. And it seems I am not able to do proper requests to test either. How should we proceed? EDIT: I did not touch the testing at all. |
can we have different models for now? |
Alright, I will copy all the old match models into the tournament endpoint. |
how is the release process? will this be available from nuget? can i somehow help? |
nuget publishing is currently broken and we'd need someone to take it over. In the meantime you'll need to build from source |
nuget publishing is broken? you mean automatic publishing? how update releasing the nuget package manually for this huge change? i could create the nuget package for you and you put it on nuget.org? v5.0.0? |
that could work, feel free to open a PR to update the version 👍 |
Personally, I wouldn't release the full version of the library yet, but some alpha/beta versions may be fine.
Changing the framework to .NET core 3.1 would be a great change. |
i am fine with 5.0.0-alpha as well. as long as it as available from nuget.org im happy. what do you prefer @BenFradet ? |
I made a wild guess: #687 |
The MATCH-V4 endpoint will be deprecated on June 14th, see here:
https://developer.riotgames.com/apis#match-v4
What's the plan for migrating to V5? How and when will this happen?
The text was updated successfully, but these errors were encountered: