You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
Thanks for this project, I just started looking into it!
Is it feasible to change the Nuget package to require a minimum version of XF? I know some packages are forced to require a specific version for compatibility reasons, and others can do simple minimums.
The text was updated successfully, but these errors were encountered:
You're welcome! Thanks for checking it out. I look forward to hearing your feedback.
Yeah, XFGloss can be changed so that v2.3.1.114 is the minimum XF version instead of the required one. See my reasons for requiring a specific version below, but if you want to test XFGloss against XF beta/alpha releases, I'm okay with changing it to the minimum version. Be aware that I may switch it back though if my concerns prove to be valid. 😄
I locked the version because some of the XFGloss enhancements interact with internal implementations in XF, so XF updates are more likely to break them.
I'm also concerned about getting issues raised against XF beta/alpha releases, as I only use Xamarin stable channel releases for development.
Finally, I took a cue from XF itself, which requires v23.3.0 of the Android support libraries.
Okay, a new version of the NuGet package (v1.0.3.35) has been pushed to nuget.org. It should show up as soon as their indexing catches the update. Please let me know if you run into issues with it on the XF pre-releases. Thanks!
Thanks for this project, I just started looking into it!
Is it feasible to change the Nuget package to require a minimum version of XF? I know some packages are forced to require a specific version for compatibility reasons, and others can do simple minimums.
The text was updated successfully, but these errors were encountered: