Skip to content

Commit

Permalink
Version up 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tewr authored Feb 23, 2024
1 parent d11c650 commit 39d3e85
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<Authors>Tewr</Authors>
<Product>BlazorWorker</Product>
<Configurations>Debug;Release;Nuget</Configurations>
<Version>4.0.0</Version>
<AssemblyVersion>4.0.0.1</AssemblyVersion>
<Version>4.1.0</Version>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<PackageIcon>icon.png</PackageIcon>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
Expand All @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serialize.Linq" Version="3.0.148" />
<PackageReference Include="Serialize.Linq" Version="3.0.152" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)|$(Platform)'!='Nuget|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Nullable></Nullable>
<Configurations>Debug;Release;Nuget</Configurations>
<Version>4.0.0</Version>
<AssemblyVersion>4.0.0.1</AssemblyVersion>
<Version>4.1.0</Version>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand All @@ -29,7 +29,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serialize.Linq" Version="3.0.148" />
<PackageReference Include="Serialize.Linq" Version="3.0.152" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)|$(Platform)'!='Nuget|AnyCPU'">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Configurations>Debug;Release;Nuget</Configurations>
<Version>4.0.0</Version>
<AssemblyVersion>4.0.0.1</AssemblyVersion>
<Version>4.1.0</Version>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<Authors>Tor Knutsson (Tewr)</Authors>
<Company>Tor Knutsson (Tewr)</Company>
<Product>BlazorWorker</Product>
Expand Down
8 changes: 4 additions & 4 deletions src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/BlazorWorker.WorkerCore/InitOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class WorkerInitOptions
/// </summary>
public WorkerInitOptions()
{
DependentAssemblyFilenames = [];
DependentAssemblyFilenames = Array.Empty<string>();

#if NETSTANDARD21
DeployPrefix = "_framework/_bin";
Expand Down
4 changes: 2 additions & 2 deletions src/BlazorWorker/BlazorWorker.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageTags>WebWorker Worker Process Threading Multithreading Blazor Isolation</PackageTags>
<PackageId>Tewr.BlazorWorker.Core</PackageId>
<Configurations>Debug;Release;Nuget</Configurations>
<Version>4.0.0</Version>
<AssemblyVersion>4.0.0.1</AssemblyVersion>
<Version>4.1.0</Version>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<DocumentationFile>BlazorWorker.Core.xml</DocumentationFile>
<PackageIcon>icon.png</PackageIcon>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down

0 comments on commit 39d3e85

Please sign in to comment.