xoofx / UnityNuGet

Provides a service to install NuGet packages into a Unity project via the Unity Package Manager
BSD 2-Clause "Simplified" License
617 stars 96 forks source link

CaSe sensitivity? #124

Closed dylanh724 closed 1 year ago

dylanh724 commented 2 years ago

Your curated list shows Scriban (capital S), for example, but your README shows org.nuget.scriban. Does this mean everything is lowercase? camelCase? Can this be clarified? Shouldn't the curated list reflect the same style casing?

For example, is Microsoft.Extensions.Primitives written as org.nuget.microsoft.extensions.primitives?

Voltstro commented 2 years ago

The names in the curated list is the name of the package as it is on NuGet.

The org.nuget.<package-name> is the converted Unity package name, which is just the standard Unity package naming scheme.

bdovaz commented 1 year ago

Closing, it has already been perfectly explained by @Voltstro.