Skip to content

Releases: Azure/azure-functions-dotnet-extensions

1.1.0

21 Sep 15:43
92b3758
Compare
Choose a tag to compare

This release includes everything in 1.1.0-preview1 and also:

  • lowered dependency on Microsoft.Extensions.DependencyInjection from 2.2.0 to 2.1.0 (#48)

1.1.0-preview1

12 Aug 23:42
Compare
Choose a tag to compare
1.1.0-preview1 Pre-release
Pre-release

This preview release includes the following new features:

  • a new override-able ConfigureAppConfguration(IFunctionsConfigurationBuilder builder) method on FunctionsStartup.
  • a new FunctionsHostBuilderContext class, accessible from both IFunctionsHostBuilder and IFunctionsConfigurationBuilder via the GetContext() extension method.

For more details, see: