MetaPackages Versions Save

[Archived] NuGet meta packages. Project moved to https://github.com/aspnet/AspNetCore

1.0.7

6 years ago

rel/2.0.0

6 years ago

Bugs Fixed

  • Microsoft.Extensions.Caching.SqlConfig.Tools and Microsoft.DotNet.Watcher.Tools are missing from the fallback archive (#199)
  • ASP.NET TargetManifestFiles should use $(SelfContained) property (#175)
  • win-arm64\native\sni.dll not trimmed during publish (#172)
  • Publish not trimming for -final packages (#161)
  • Microsoft.AspNetCore.All can be installed into net461 project without error (#142)

rel/2.0.0-preview2

6 years ago

Features

  • Change file name of publish target manifest included in Microsoft.AspNetCore.All (#124)
  • Add scope validation tests (#72)

Bugs Fixed

  • Remove Microsoft.Extensions.Configuration.DockerSecrets from metapackage (#157)

rel/2.0.0-preview1

7 years ago

Features

  • Update certificate loader to support diferent patterns for loading collections of certificates (#69)
  • WebHost.CreateDefaultBuilder should enable DI scope validation when in Development (#58)
  • Ensure logger factory is initialized with default configuration section in WebHost.CreateDefaultBuilder (#45)
  • Bind Kestrel options to config by default (#30)
  • Add new WebHost static API to Microsoft.AspNetCore meta-package with opinionated defaults (#24)
  • Map named ASP.NET target manifest property to the corresponding file path (#20)

Bugs Fixed

  • When setting up HTTPS endpoints only load the certificate specified (#84)
  • Provide a nice error message when the HTTPS certificate is not configured for the current environment (#83)
  • Exception when UserIdSecrets isn't turned on in the project file (#60)
  • Trim by all manifests when publishing by default. Only trim if the app is portable. (#55)
  • Publish output not trimmed when referencing Microsoft.AspNetCore.All (#50)
  • Add missing packages to M.A.All (#21)

rel/1.1.0

7 years ago