From 39d3e8543d4ff21efabd19313e398bf72152c9b2 Mon Sep 17 00:00:00 2001 From: Tewr Date: Fri, 23 Feb 2024 21:48:09 +0100 Subject: [PATCH] Version up 4.1.0 --- .../BlazorWorker.BackgroundServiceFactory.csproj | 6 +++--- .../BlazorWorker.WorkerBackgroundService.csproj | 6 +++--- .../BlazorWorker.WorkerBackgroundService.xml | 15 +++++++++++++++ .../BlazorWorker.WorkerCore.csproj | 4 ++-- .../BlazorWorker.WorkerCore.xml | 8 ++++---- src/BlazorWorker.WorkerCore/InitOptions.cs | 2 +- src/BlazorWorker/BlazorWorker.Core.csproj | 4 ++-- 7 files changed, 30 insertions(+), 15 deletions(-) diff --git a/src/BlazorWorker.ServiceFactory/BlazorWorker.BackgroundServiceFactory.csproj b/src/BlazorWorker.ServiceFactory/BlazorWorker.BackgroundServiceFactory.csproj index 71a37e0..c48715b 100644 --- a/src/BlazorWorker.ServiceFactory/BlazorWorker.BackgroundServiceFactory.csproj +++ b/src/BlazorWorker.ServiceFactory/BlazorWorker.BackgroundServiceFactory.csproj @@ -11,8 +11,8 @@ Tewr BlazorWorker Debug;Release;Nuget - 4.0.0 - 4.0.0.1 + 4.1.0 + 4.1.0.0 icon.png false @@ -31,7 +31,7 @@ - + diff --git a/src/BlazorWorker.WorkerBackgroundService/BlazorWorker.WorkerBackgroundService.csproj b/src/BlazorWorker.WorkerBackgroundService/BlazorWorker.WorkerBackgroundService.csproj index e0567ca..c3a0e3c 100644 --- a/src/BlazorWorker.WorkerBackgroundService/BlazorWorker.WorkerBackgroundService.csproj +++ b/src/BlazorWorker.WorkerBackgroundService/BlazorWorker.WorkerBackgroundService.csproj @@ -4,8 +4,8 @@ net7.0;net8.0 Debug;Release;Nuget - 4.0.0 - 4.0.0.1 + 4.1.0 + 4.1.0.0 true @@ -29,7 +29,7 @@ - + diff --git a/src/BlazorWorker.WorkerBackgroundService/BlazorWorker.WorkerBackgroundService.xml b/src/BlazorWorker.WorkerBackgroundService/BlazorWorker.WorkerBackgroundService.xml index 52dba3d..4fb2e45 100644 --- a/src/BlazorWorker.WorkerBackgroundService/BlazorWorker.WorkerBackgroundService.xml +++ b/src/BlazorWorker.WorkerBackgroundService/BlazorWorker.WorkerBackgroundService.xml @@ -54,6 +54,21 @@ Unregisters the event corresponding to the specified + + + Base class for adding known types to a serializer using . + + + + + Automatically adds known types as array types. If set to true, sets to false. + + + + + Automatically adds known types as list types. If set to true, sets to false. + + Name of environment variable to be used for transferring the serializer typename diff --git a/src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.csproj b/src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.csproj index 47cb5d9..e815720 100644 --- a/src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.csproj +++ b/src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.csproj @@ -3,8 +3,8 @@ net7.0;net8.0 Debug;Release;Nuget - 4.0.0 - 4.0.0.1 + 4.1.0 + 4.1.0.0 Tor Knutsson (Tewr) Tor Knutsson (Tewr) BlazorWorker diff --git a/src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.xml b/src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.xml index 113b2fa..64a10a3 100644 --- a/src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.xml +++ b/src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.xml @@ -26,7 +26,7 @@ - Specifieds the location of the wasm binary + Specifies the location of the wasm binary @@ -46,7 +46,7 @@ - Mono-wasm-annotated endpoint for instanciating the worker. Experts only. + Mono-wasm-annotated endpoint for instantiating the worker. Experts only. @@ -85,7 +85,7 @@ - Adds the specified assembly filesnames as dependencies + Adds the specified assembly filenames as dependencies @@ -115,7 +115,7 @@ - Registers the neccessary dependencies for injecting or instanciating in the background service. + Registers the necessary dependencies for injecting or instantiating in the background service. diff --git a/src/BlazorWorker.WorkerCore/InitOptions.cs b/src/BlazorWorker.WorkerCore/InitOptions.cs index 8cf27e6..541189b 100644 --- a/src/BlazorWorker.WorkerCore/InitOptions.cs +++ b/src/BlazorWorker.WorkerCore/InitOptions.cs @@ -14,7 +14,7 @@ public class WorkerInitOptions /// public WorkerInitOptions() { - DependentAssemblyFilenames = []; + DependentAssemblyFilenames = Array.Empty(); #if NETSTANDARD21 DeployPrefix = "_framework/_bin"; diff --git a/src/BlazorWorker/BlazorWorker.Core.csproj b/src/BlazorWorker/BlazorWorker.Core.csproj index 8db1527..e173338 100644 --- a/src/BlazorWorker/BlazorWorker.Core.csproj +++ b/src/BlazorWorker/BlazorWorker.Core.csproj @@ -11,8 +11,8 @@ WebWorker Worker Process Threading Multithreading Blazor Isolation Tewr.BlazorWorker.Core Debug;Release;Nuget - 4.0.0 - 4.0.0.1 + 4.1.0 + 4.1.0.0 BlazorWorker.Core.xml icon.png false