Skip to content

Releases: natemcmaster/DotNetCorePlugins

2.0.0

05 Jan 19:14
Compare
Choose a tag to compare

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

Full Changelog: v1.4.0...v2.0.0

2.0.0-beta.211

31 Dec 07:14
Compare
Choose a tag to compare
2.0.0-beta.211 Pre-release
Pre-release

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

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

05 Jun 04:35
2873b0c
Compare
Choose a tag to compare
2.0.0-beta.130 Pre-release
Pre-release

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

27 May 14:57
715feaa
Compare
Choose a tag to compare

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

26 May 03:43
5be3e0c
Compare
Choose a tag to compare
1.4.0-beta.87 Pre-release
Pre-release

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

31 Jan 01:35
6f40206
Compare
Choose a tag to compare
1.4.0-beta.41 Pre-release
Pre-release

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

28 Aug 06:36
8402884
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.3.0

28 Aug 06:36
Compare
Choose a tag to compare

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

10 Mar 06:21
Compare
Choose a tag to compare

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

17 Jan 05:13
8312d70
Compare
Choose a tag to compare

Thanks to @KatoStoelen for contributing a feature for this release! Kudos 😄

Changes:

  • 69e7d30 feature: Shadow copy unmanaged DLLs when hot reloading enabled (#119) [Fixes #118]