Replies: 2 comments 2 replies
-
|
There was a change in 6.5 that we ended up reworking, #1495 has the details. Since it changed a public API it ended up being a major version change, though likely the vast majority of people don't even notice |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Summary for anyone landing here:
If you need the older RestMethodInfo shape specifically and cannot adapt, pin to 6.x; otherwise 7.x works fine on a .NET 6 codebase. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ok silly question that is oddly more challenging to answer than I thought it would be. What changed from Refit 6.x to Refit 7.0? It's been out for 5 months, but I don't see any public GitHub release or tag for it and the Readme is quick to talk about changes in 6.x but doesn't say anything about 7. I would assume for a major version change something more significant must have changed but I cannot answer what that is currently.
Beta Was this translation helpful? Give feedback.
All reactions