Skip to content

Commit 5f3fdb4

Browse files
committed
Version up
1 parent 12937ae commit 5f3fdb4

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

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.1</Version>
14+
<Version>1.3.0</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.1" />
28+
<PackageReference Include="Tewr.BlazorWorker.Core" Version="1.3.0" />
2929
</ItemGroup>
3030

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

src/BlazorWorker.WorkerBackgroundService/BlazorWorker.WorkerBackgroundService.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<Nullable></Nullable>
66
<Configurations>Debug;Release;Nuget</Configurations>
7+
<Version>1.3.0</Version>
78
</PropertyGroup>
89

910
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<Configurations>Debug;Release;Nuget</Configurations>
6-
<Version>1.2.0</Version>
6+
<Version>1.3.0</Version>
77
<Authors>Tor Knutsson (Tewr)</Authors>
88
<Company>Tor Knutsson (Tewr)</Company>
99
<Product>BlazorWorker</Product>

src/BlazorWorker/BlazorWorker.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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.1</Version>
13+
<Version>1.3.0</Version>
1414
<AssemblyVersion>1.2.1.0</AssemblyVersion>
1515
<DocumentationFile>BlazorWorker.Core.xml</DocumentationFile>
1616
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)