Skip to content

Commit 8066b21

Browse files
authored
Align version number (#87)
1 parent ef79bbe commit 8066b21

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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>3.1.1</Version>
14+
<Version>3.2.2</Version>
1515
<PackageIcon>icon.png</PackageIcon>
1616
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1717
</PropertyGroup>
@@ -50,7 +50,7 @@
5050
</ItemGroup>
5151

5252
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Nuget|AnyCPU'">
53-
<PackageReference Include="Tewr.BlazorWorker.Core" Version="3.2.0" />
53+
<PackageReference Include="Tewr.BlazorWorker.Core" Version="3.2.2" />
5454
</ItemGroup>
5555

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

src/BlazorWorker.WorkerBackgroundService/BlazorWorker.WorkerBackgroundService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.1;net5.0;net6.0</TargetFrameworks>
55
<Nullable></Nullable>
66
<Configurations>Debug;Release;Nuget</Configurations>
7-
<Version>3.1.1</Version>
7+
<Version>3.2.2</Version>
88
</PropertyGroup>
99

1010
<PropertyGroup>

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
<TargetFrameworks>netstandard2.1;net5.0;net6.0</TargetFrameworks>
55
<Configurations>Debug;Release;Nuget</Configurations>
6-
<Version>3.2.1</Version>
6+
<Version>3.2.2</Version>
77
<Authors>Tor Knutsson (Tewr)</Authors>
88
<Company>Tor Knutsson (Tewr)</Company>
99
<Product>BlazorWorker</Product>

src/BlazorWorker/BlazorWorker.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<PackageTags>WebWorker Worker Process Threading Multithreading Blazor Isolation</PackageTags>
1212
<PackageId>Tewr.BlazorWorker.Core</PackageId>
1313
<Configurations>Debug;Release;Nuget</Configurations>
14-
<Version>3.2.0</Version>
15-
<AssemblyVersion>3.2.0.0</AssemblyVersion>
14+
<Version>3.2.2</Version>
15+
<AssemblyVersion>3.2.2.0</AssemblyVersion>
1616
<DocumentationFile>BlazorWorker.Core.xml</DocumentationFile>
1717
<PackageIcon>icon.png</PackageIcon>
1818
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)