Skip to content

Commit 073db5c

Browse files
committed
Versions
1 parent 1395cca commit 073db5c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/BlazorWorker.Demo/Client/BlazorWorker.Demo.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
18-
<PackageReference Include="Tewr.BlazorWorker.BackgroundService" Version="1.2.0" />
18+
<PackageReference Include="Tewr.BlazorWorker.BackgroundService" Version="1.2.1" />
1919
</ItemGroup>
2020

2121
<ItemGroup Condition="'$(Configuration)|$(Platform)'!='Release|AnyCPU'">

src/BlazorWorker.ServiceFactory/BlazorWorker.BackgroundServiceFactory.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Authors>Tewr</Authors>
1212
<Product>BlazorWorker</Product>
1313
<Configurations>Debug;Release;Nuget</Configurations>
14-
<Version>1.2.0</Version>
14+
<Version>1.2.1</Version>
1515
<PackageIcon>icon.png</PackageIcon>
1616
</PropertyGroup>
1717
<ItemGroup>
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Nuget|AnyCPU'">
28-
<PackageReference Include="Tewr.BlazorWorker.Core" Version="1.2.0" />
28+
<PackageReference Include="Tewr.BlazorWorker.Core" Version="1.2.1" />
2929
</ItemGroup>
3030

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

src/BlazorWorker/BlazorWorker.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<PackageTags>WebWorker Worker Process Threading Multithreading Blazor Isolation</PackageTags>
1111
<PackageId>Tewr.BlazorWorker.Core</PackageId>
1212
<Configurations>Debug;Release;Nuget</Configurations>
13-
<Version>1.2.0</Version>
14-
<AssemblyVersion>1.1.1.0</AssemblyVersion>
13+
<Version>1.2.1</Version>
14+
<AssemblyVersion>1.2.1.0</AssemblyVersion>
1515
<DocumentationFile>BlazorWorker.Core.xml</DocumentationFile>
1616
<PackageIcon>icon.png</PackageIcon>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)