Releases: natemcmaster/DotNetCorePlugins
2.0.0
What's Changed
- BREAKING CHANGE: dropped lots of out-of-support versions of libraries and associated .deps.json parsing logic. #298. This library project now requires .NET >= 8
- Make LoadContext public by @Zhao-Michael in #296
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/McMaster.NETCore.Plugins/2.0.0
https://nuget.org/packages/McMaster.NETCore.Plugins.Mvc/2.0.0
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=DotNetCorePlugins
New Contributors
- @Misiu made their first contribution in #290
- @Zhao-Michael made their first contribution in #296
Full Changelog: v1.4.0...v2.0.0
2.0.0-beta.211
What's Changed
- BREAKING CHANGE: dropped lots of out-of-support versions of libraries and associated .deps.json parsing logic. #298. This library project now requires .NET >= 8
- Make LoadContext public by @Zhao-Michael in #296
New Contributors
- @Misiu made their first contribution in #290
- @Zhao-Michael made their first contribution in #296
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/McMaster.NETCore.Plugins/2.0.0-beta.211
https://nuget.org/packages/McMaster.NETCore.Plugins.Mvc/2.0.0-beta.211
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=DotNetCorePlugins
Full Changelog: v1.4.0...v2.0.0-beta.211
2.0.0-beta.130
What's new
Breaking changes!
- Dropping support for directly parsing the deps.json file. This is usually not required anymore. Since .NET Core 3, the built-in API AssemblyDependencyResolver handles those files.
- Dropping support for .NET Core 2.1 and 3.1 in the NuGet package.
Notes
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/McMaster.NETCore.Plugins/2.0.0-beta.130
https://nuget.org/packages/McMaster.NETCore.Plugins.Mvc/2.0.0-beta.130
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=DotNetCorePlugins
1.4.0
Notes
The majority of changes since 1.3.1 are dependency updates and code cleanup. Notable changes include:
See v1.3.1...v1.4.0 for the full diff.
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/McMaster.NETCore.Plugins/1.4.0
https://nuget.org/packages/McMaster.NETCore.Plugins.Mvc/1.4.0
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=DotNetCorePlugins
1.4.0-beta.87
Notes
Includes "load pdb file if available for linenumbers in stacktrace"(#204)
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/McMaster.NETCore.Plugins/1.4.0-beta.87
https://nuget.org/packages/McMaster.NETCore.Plugins.Mvc/1.4.0-beta.87
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=DotNetCorePlugins
1.4.0-beta.41
Notes
Thanks to @Sewer56 for contributing a bugfix and a feature.
- feature: add option to support lazy loading of transitive dependencies to increase performance (PR #164)
- bugfix: search in additional probing paths (PR #172)
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/McMaster.NETCore.Plugins/1.4.0-beta.41
https://nuget.org/packages/McMaster.NETCore.Plugins.Mvc/1.4.0-beta.41
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=DotNetCorePlugins
1.3.1
1.3.0
Changes:
- e52e839 Update 1.3 release notes
- 7891b09 If we don't want hot reloading but want load assemblies into memory to keep files lockfree in order to able to reload manually in future.
This list of changes was auto generated.
1.2.0
Thanks to @thoemmi for the contribution in PR #129!
https://www.nuget.org/packages/McMaster.NETCore.Plugins/1.2.0
Changes:
- 6f98de6 Update release notes and public API docs for 1.2 release
- 6fbd675 Update version to 1.2
- 4effc38 Add debouncing to FileSystemWatcher events (#129)
This list of changes was auto generated.
1.1.0
Thanks to @KatoStoelen for contributing a feature for this release! Kudos 😄