6.0.0.78
Changes in this Release
Use correct interfaces to build host (#17)
- Do not overwrite existing IConfiguration
- Adding documentation and syntax changes
Possible breaking changes:
- Please read sample
Startup.cs
to see how to useUseAppSettings
. - This package will now use AZURE_FUNCTIONS_ENVIRONMENT to determine your environment. It is
Production
by default on Azure servers,Development
locally.
Co-authored-by: Wayne Brantley [email protected]