Skip to content

Commit 5b2471e

Browse files
committed
Removes some possible sources of confusion when packaging (as seen in #31)
1 parent c971af1 commit 5b2471e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/BlazorWorker.ServiceFactory/BlazorWorker.BackgroundServiceFactory.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
<Authors>Tewr</Authors>
1212
<Product>BlazorWorker</Product>
1313
<Configurations>Debug;Release;Nuget</Configurations>
14-
<Version>2.0.0</Version>
14+
<Version>2.0.1</Version>
1515
<PackageIcon>icon.png</PackageIcon>
16+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1617
</PropertyGroup>
1718

1819
<ItemGroup>
@@ -44,7 +45,7 @@
4445
</ItemGroup>
4546

4647
<ItemGroup Condition="'$(Configuration)|$(Platform)'=='Nuget|AnyCPU'">
47-
<PackageReference Include="Tewr.BlazorWorker.Core" Version="2.0.0" />
48+
<PackageReference Include="Tewr.BlazorWorker.Core" Version="2.0.1" />
4849
</ItemGroup>
4950

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

src/BlazorWorker/BlazorWorker.Core.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
<Authors>Tor Knutsson (Tewr)</Authors>
66
<Product>BlazorWorker</Product>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8+
<Description>Use dotnet Web Workers Threads in Blazor</Description>
89
<PackageProjectUrl>https://github.com/Tewr/BlazorWorker</PackageProjectUrl>
910
<RepositoryUrl>https://github.com/Tewr/BlazorWorker</RepositoryUrl>
1011
<PackageTags>WebWorker Worker Process Threading Multithreading Blazor Isolation</PackageTags>
1112
<PackageId>Tewr.BlazorWorker.Core</PackageId>
1213
<Configurations>Debug;Release;Nuget</Configurations>
13-
<Version>2.0.0</Version>
14+
<Version>2.0.1</Version>
1415
<AssemblyVersion>2.0.0.0</AssemblyVersion>
1516
<DocumentationFile>BlazorWorker.Core.xml</DocumentationFile>
1617
<PackageIcon>icon.png</PackageIcon>
18+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1719
</PropertyGroup>
1820
<ItemGroup>
1921
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)