nefarius / Nefarius.DSharpPlus.Extensions.Hosting

Glues .NET Core Hosting and DSharpPlus together for use with DI.
https://discord.nefarius.at
MIT License
15 stars 7 forks source link

Better publish strategy for stable vs. nightly #200

Open nefarius opened 8 months ago

nefarius commented 8 months ago

I'd like to provide both stable (v4.x as of now) and nightly/pre releases (v5.x as of now) with the NuGets, and at the same time replace GitVersion with MinVer to keep my sanity. Have to think about a versioning scheme that doesn't conflict; maybe just use a decoupled major version and ship the -pre packages with v5 of DSharpPlus and the stable one's with v4?