This repository has been archived by the owner on Nov 21, 2018. It is now read-only.
Releases: aspnet/MetaPackages
Releases · aspnet/MetaPackages
1.0.7
2.0.0
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)
2.0.0-preview2
2.0.0-preview1
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)