codeyu / nanoid-net

.NET implementation of ai's nanoid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alphabets are not available on v3.0.0

quinterojose opened this issue · comments

Alphabets are listed in the readme as a feature, but they are not available in the current version. Not a big deal but it's a little confusing to see a feature listed and not be able to use it since it's part of a future release.

@codeyu I am also looking for a shorter, safe ID and would like the alphabets as documented. But even though the implementation has been in the code for months, it has been almost a year since the last Nuget build. Can you please publish the latest to Nuget?
(It is simple to implement on my own, but a fresh Nuget would be very nice regardless)

One thing; it would be nice to fix this bug before shipping a fresh Nuget:

            public const string NoLookAlikeSafeLetters = NoLookAlikeLettersUppercase + NoLookAlikeLettersLowercase;

I have a small PR for this here: #19

thank you @Petteroe . v3.1.0 released.