Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Tewr committed Jun 1, 2022
1 parent 517544f commit 2bd8636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/BlazorWorker.WorkerCore/BlazorWorker.WorkerCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.1;net5.0;net6.0</TargetFrameworks>
<Configurations>Debug;Release;Nuget</Configurations>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
<Authors>Tor Knutsson (Tewr)</Authors>
<Company>Tor Knutsson (Tewr)</Company>
<Product>BlazorWorker</Product>
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.1.0</Version>
<AssemblyVersion>3.1.0.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 2bd8636

Please sign in to comment.