v2.4.0
DO NOT USE -- the change in directory did in fact break behavior for at least one existing application. Move to 2.5.0
- Replace the default path from
Directory.GetCurrentDirectory()
with justAppContext.BaseDirectory
-- which should do the same thing, except make things better for some cases, per #69 - Add the newly contributed ConfigurationBuilder integration