-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Humanizer version and improve module layout #17
Comments
Cool! I prefer GitHub. No creds for gallery. Let me know and we can chat about coordinating that, should be simple. Wow, 2019 for the last publuish of this. Yeah, would like to see the updated CI/CD. |
is it possible to reference the NuGet package, and maybe we could query the package updates via a scheduled CI job |
@cdhunt thoughts? |
Yes, can definitely pull in the versioned nuget. |
I like the idea of automation there. Uncomfortable there is not a gate for it. |
In my PR I have the versioned pinned in a csproj file and new Humanizer releases are pretty infrequent. |
PowerShell now ships with Humanizer 2.14.1 which basically means this module will likely be pinned to whatever is shipped with Pwsh. |
Cool. What's the deal with Humanizer shipping in PS? |
I've been running this branch locally and it started to throw an error trying to load the dll. I finally tracked it down, but it only shows up in metadata in the public source. https://github.com/search?q=repo%3APowerShell%2FPowerShell%20humanizer&type=code |
I still use this frequently and it hasn't been touched in years and Humanizer is working on a 3.0.0 release with tons of fixes and improvements.
If I'm going to crack open this project again I plan to reorganize the source and refactor the build automation to more modern practices.
@dfinke, Do you have a preference for build platform? Are there secrets in the repo for publishing to PSGallery?
The text was updated successfully, but these errors were encountered: