Skip to content

v2.4.0

Compare
Choose a tag to compare
@rogusdev rogusdev released this 30 Jan 07:02
· 73 commits to master since this release
4643f02

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 just AppContext.BaseDirectory -- which should do the same thing, except make things better for some cases, per #69
  • Add the newly contributed ConfigurationBuilder integration