Package Naming #34
Replies: 3 comments 2 replies
-
I think the unified namespaces idea is a good one, and this ties in pretty well with that. I think the current naming scheme fits well, and it matches with 1st party package names too, causing less confusion. |
Beta Was this translation helpful? Give feedback.
-
Why not splitting them like this:
OR just
I would like the last one because it a bit more clear about what to expect, having Uwp and WinUI I think creates confusion. |
Beta Was this translation helpful? Give feedback.
-
Last call for any additional feedback on this topic. From how things have been going though with our previews, I think this course of action makes sense to proceed with. |
Beta Was this translation helpful? Give feedback.
-
You can find out about adding a NuGet feed to Visual Studio in our wiki here.
The new vNext packages are available on this feed here:
There are two sets of packages for each component:
CommunityToolkit.Uwp.*
for UWP + WinUI 2 or Uno.UICommunityToolkit.WinUI.*
for Windows App SDK + WinUI 3 or Uno.WinUICurrently each package is versioned as
8.0.0-beta.#
, see more information on versioning feedback discussion.We need to have two packages for technical reasons for Uno Platform support. Let us know your thoughts in this space and how it relates to our unified namespaces. Is this understandable or confusing? Should we use a different pattern, etc...?
Beta Was this translation helpful? Give feedback.
All reactions