Skip to content

Commit 6f98de6

Browse files
committed
Update release notes and public API docs for 1.2 release
1 parent 6fbd675 commit 6f98de6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/Plugins/PublicAPI.Shipped.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.AddResourceProbingPat
1414
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.AssemblyLoadContextBuilder() -> void
1515
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.Build() -> System.Runtime.Loader.AssemblyLoadContext
1616
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.PreferDefaultLoadContext(bool preferDefaultLoadContext) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder
17+
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.ShadowCopyNativeLibraries() -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder
1718
McMaster.NETCore.Plugins.Loader.DependencyContextExtensions
1819
McMaster.NETCore.Plugins.Loader.RuntimeConfigExtensions
1920
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.EnableUnloading() -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder
@@ -26,6 +27,8 @@ McMaster.NETCore.Plugins.PluginConfig
2627
McMaster.NETCore.Plugins.PluginConfig.EnableHotReload.get -> bool
2728
McMaster.NETCore.Plugins.PluginConfig.EnableHotReload.set -> void
2829
McMaster.NETCore.Plugins.PluginConfig.DefaultContext.get -> System.Runtime.Loader.AssemblyLoadContext
30+
McMaster.NETCore.Plugins.PluginConfig.ReloadDelay.get -> System.TimeSpan
31+
McMaster.NETCore.Plugins.PluginConfig.ReloadDelay.set -> void
2932
McMaster.NETCore.Plugins.PluginConfig.DefaultContext.set -> void
3033
McMaster.NETCore.Plugins.PluginLoader.Reload() -> void
3134
McMaster.NETCore.Plugins.PluginLoader.Reloaded -> McMaster.NETCore.Plugins.PluginReloadedEventHandler

src/Plugins/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.ShadowCopyNativeLibraries() -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder
2-
McMaster.NETCore.Plugins.PluginConfig.ReloadDelay.get -> System.TimeSpan
3-
McMaster.NETCore.Plugins.PluginConfig.ReloadDelay.set -> void

src/Plugins/releasenotes.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<Project>
22
<PropertyGroup>
3+
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '1.2.0'">
4+
Changes:
5+
* @thoemmi - Debounce file system events when using hot reload and add API to control the debounce delay (default = 200 ms) (PR #129)
6+
</PackageReleaseNotes>
37
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '1.1.0'">
48
Changes:
59
* Add an API to enable shadow copying native library dependencies (PR #119)

0 commit comments

Comments
 (0)