Skip to content

Commit

Permalink
Fix version mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tewr committed Sep 12, 2022
1 parent 800342b commit c41f674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Nuget|AnyCPU'">
<PackageReference Include="Tewr.BlazorWorker.Core" Version="3.2.1" />
<PackageReference Include="Tewr.BlazorWorker.Core" Version="3.2.0" />
</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 @@ -11,8 +11,8 @@
<PackageTags>WebWorker Worker Process Threading Multithreading Blazor Isolation</PackageTags>
<PackageId>Tewr.BlazorWorker.Core</PackageId>
<Configurations>Debug;Release;Nuget</Configurations>
<Version>3.2.1</Version>
<AssemblyVersion>3.2.1.0</AssemblyVersion>
<Version>3.2.0</Version>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<DocumentationFile>BlazorWorker.Core.xml</DocumentationFile>
<PackageIcon>icon.png</PackageIcon>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down

0 comments on commit c41f674

Please sign in to comment.