Skip to content

Commit

Permalink
Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tewr committed May 21, 2020
1 parent 1395cca commit 073db5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

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

<ItemGroup Condition="'$(Configuration)|$(Platform)'!='Release|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Authors>Tewr</Authors>
<Product>BlazorWorker</Product>
<Configurations>Debug;Release;Nuget</Configurations>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
Expand All @@ -25,7 +25,7 @@
</ItemGroup>

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

<ItemGroup Condition="'$(Configuration)|$(Platform)'!='Nuget|AnyCPU'">
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 @@ -10,8 +10,8 @@
<PackageTags>WebWorker Worker Process Threading Multithreading Blazor Isolation</PackageTags>
<PackageId>Tewr.BlazorWorker.Core</PackageId>
<Configurations>Debug;Release;Nuget</Configurations>
<Version>1.2.0</Version>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<Version>1.2.1</Version>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<DocumentationFile>BlazorWorker.Core.xml</DocumentationFile>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
Expand Down

0 comments on commit 073db5c

Please sign in to comment.