File tree Expand file tree Collapse file tree 5 files changed +27
-14
lines changed
BlazorWorker.Extensions.JSRuntime
BlazorWorker.ServiceFactory
BlazorWorker.WorkerBackgroundService Expand file tree Collapse file tree 5 files changed +27
-14
lines changed Original file line number Diff line number Diff line change 1111 <PackageTags >WebWorker Worker Process Threading Multithreading Blazor Isolation</PackageTags >
1212 <PackageId >Tewr.BlazorWorker.Extensions.JSRuntime</PackageId >
1313 <Configurations >Debug;Release;Nuget</Configurations >
14- <Version >4.0.0-preview2 </Version >
15- <AssemblyVersion >4.0.0</AssemblyVersion >
14+ <Version >4.0.0</Version >
15+ <AssemblyVersion >4.0.0.1 </AssemblyVersion >
1616 <DocumentationFile >BlazorWorker.Extensions.JSRuntime.xml</DocumentationFile >
1717 <PackageIcon >icon.png</PackageIcon >
1818 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
4949 <NoWarn >1701;1702;1591;CA1416</NoWarn >
5050 </PropertyGroup >
5151
52- <ItemGroup >
52+ <ItemGroup Condition = " '$(Configuration)|$(Platform)'!='Nuget|AnyCPU' " >
5353 <ProjectReference Include =" ..\BlazorWorker.WorkerCore\BlazorWorker.WorkerCore.csproj" />
5454 </ItemGroup >
55-
55+ <ItemGroup Condition =" '$(Configuration)|$(Platform)'=='Nuget|AnyCPU'" >
56+ <PackageReference Include =" Tewr.BlazorWorker.Core" Version =" 4.0.0" />
57+ </ItemGroup >
58+
5659</Project >
Original file line number Diff line number Diff line change 1111 <Authors >Tewr</Authors >
1212 <Product >BlazorWorker</Product >
1313 <Configurations >Debug;Release;Nuget</Configurations >
14- <Version >4.0.0-preview2</Version >
14+ <Version >4.0.0</Version >
15+ <AssemblyVersion >4.0.0.1</AssemblyVersion >
1516 <PackageIcon >icon.png</PackageIcon >
1617 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1718 </PropertyGroup >
3031
3132 <ItemGroup >
3233 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
33- <PackageReference Include =" Serialize.Linq" Version =" 2 .0.0 " />
34+ <PackageReference Include =" Serialize.Linq" Version =" 3 .0.148 " />
3435 </ItemGroup >
3536
36- <ItemGroup >
37+ <ItemGroup Condition = " '$(Configuration)|$(Platform)'!='Nuget|AnyCPU' " >
3738 <ProjectReference Include =" ..\BlazorWorker.WorkerCore\BlazorWorker.WorkerCore.csproj" >
3839 <PrivateAssets >all</PrivateAssets >
3940 </ProjectReference >
4041 <ProjectReference Include =" ..\BlazorWorker\BlazorWorker.Core.csproj" />
4142 </ItemGroup >
43+
44+ <ItemGroup Condition =" '$(Configuration)|$(Platform)'=='Nuget|AnyCPU'" >
45+ <PackageReference Include =" Tewr.BlazorWorker.Core" Version =" 4.0.0" />
46+ </ItemGroup >
4247
4348 <ItemGroup >
4449 <ProjectReference Include =" ..\BlazorWorker.WorkerBackgroundService\BlazorWorker.WorkerBackgroundService.csproj" >
Original file line number Diff line number Diff line change 44 <TargetFrameworks >net7.0;net8.0</TargetFrameworks >
55 <Nullable ></Nullable >
66 <Configurations >Debug;Release;Nuget</Configurations >
7- <Version >4.0.0-preview2</Version >
7+ <Version >4.0.0</Version >
8+ <AssemblyVersion >4.0.0.1</AssemblyVersion >
89 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
910 </PropertyGroup >
1011
2829
2930 <ItemGroup >
3031 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
31- <PackageReference Include =" Serialize.Linq" Version =" 2 .0.0 " />
32+ <PackageReference Include =" Serialize.Linq" Version =" 3 .0.148 " />
3233 </ItemGroup >
3334
34- <ItemGroup >
35+ <ItemGroup Condition = " '$(Configuration)|$(Platform)'!='Nuget|AnyCPU' " >
3536 <ProjectReference Include =" ..\BlazorWorker.WorkerCore\BlazorWorker.WorkerCore.csproj" />
3637 </ItemGroup >
38+ <ItemGroup Condition =" '$(Configuration)|$(Platform)'=='Nuget|AnyCPU'" >
39+ <PackageReference Include =" Tewr.BlazorWorker.Core" Version =" 4.0.0" />
40+ </ItemGroup >
3741
3842</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFrameworks >net7.0;net8.0</TargetFrameworks >
55 <Configurations >Debug;Release;Nuget</Configurations >
6- <Version >4.0.0-preview2</Version >
6+ <Version >4.0.0</Version >
7+ <AssemblyVersion >4.0.0.1</AssemblyVersion >
78 <Authors >Tor Knutsson (Tewr)</Authors >
89 <Company >Tor Knutsson (Tewr)</Company >
910 <Product >BlazorWorker</Product >
Original file line number Diff line number Diff line change 1111 <PackageTags >WebWorker Worker Process Threading Multithreading Blazor Isolation</PackageTags >
1212 <PackageId >Tewr.BlazorWorker.Core</PackageId >
1313 <Configurations >Debug;Release;Nuget</Configurations >
14- <Version >4.0.0-preview2 </Version >
15- <AssemblyVersion >4.0.0.0 </AssemblyVersion >
14+ <Version >4.0.0</Version >
15+ <AssemblyVersion >4.0.0.1 </AssemblyVersion >
1616 <DocumentationFile >BlazorWorker.Core.xml</DocumentationFile >
1717 <PackageIcon >icon.png</PackageIcon >
1818 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
You can’t perform that action at this time.
0 commit comments