Skip to content

4.0.0

Compare
Choose a tag to compare
@abhilasharora abhilasharora released this 21 Sep 18:13
939f7a1

Microsoft.Extensions.Configuration.AzureAppConfiguration 4.0.0

  • Breaking Change : Updated ConfigureRefresh to throw when it is passed a callback that does not register any key-value for refresh using the Register method. #162
  • Fixed the issue that caused KeyVaultReferenceException to be thrown when the optional parameter is set to true in the method AddAzureAppConfiguration and a key vault reference could not be resolved. #136

Microsoft.Azure.AppConfiguration.AspNetCore 4.0.0

  • Breaking Change : Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 4.0.0. See the release notes for more information on the changes.