bagetter / BaGetter

A lightweight NuGet and symbol server
https://www.bagetter.com
MIT License
243 stars 53 forks source link

Prerelease package overwrites #98

Closed Regenhardt closed 6 months ago

Regenhardt commented 7 months ago

This adds a mode PrereleaseOnly to the AllowPackageOverwrites configuration setting.

It's now an enum, but I kept the others as "True" and "False" so booleans can still be used in the appsettings files, keeping them backwards compatible.

Closes #69

FroggieFrog commented 7 months ago

It seems like this has some changes from PR #95 included. Is this on purpose?

Regenhardt commented 7 months ago

No, it seems I branched from the wrong branch. Will rebase when #95 is merged.

Regenhardt commented 6 months ago

And just like that, there's only one commit left🖖