Versioning for Avalonia v11 Question #26
Replies: 3 comments 2 replies
-
While I was checking the latest release of original Prism, I am really surprised that prism quits .NET Foundation and UnityContainer discontinued. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to support net461? Unfortunately, I still have some customers using Win7, and installation of netcore3.1 on it is too complicated. |
Beta Was this translation helpful? Give feedback.
-
As it appears, Avalonia v0.10.x is still being maintained while v11.0.0 is still in the preview release phase. The concern is maintaining a version number that is compatible with both the Prism Library (i.e.
Historically, Avalonia only uses a flavor of Prism.Avalonia aims to align with the Prism library versioning system as it's base Semantic Versioning, the following below is being proposed. Consider the FollowingThe proposed numbering schema balances on Prism's vX.Y.Z and Avalonia's vX.Y numbering schemas.
|
Beta Was this translation helpful? Give feedback.
-
As per Issue #25, there is a breaking change in Avalonia where the library references Prism.Avalonia will need to be upgraded. Any thoughts on how to approach moving forward with Avalonia v0.11?
To toss out a couple of suggestions:
v8.1.97.11-preview.11.8
v8.1.97.1021
- where.1021
is Avalonia v10.21To be honest, I've found that pulling the bandaid off has been successful in most cases. This is taking into account, Prism Library is solid - requiring little change over the months/years - and Avalonia will continue moving forward with releases, not looking back.
NuGet Naming Restrictions
Major.Minor.Patch.Revision
Beta Was this translation helpful? Give feedback.
All reactions