Skip to content

Commit 1198276

Browse files
authored
Bugfix/105 dotnetproxy 2 (#107)
* dotnet8 fixes and some examples * Fix copy-paste error * version up JsRuntime * nuget changelog
1 parent fce9ea2 commit 1198276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlazorWorker.Extensions.JSRuntime/BlazorWorker.Extensions.JSRuntime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<DocumentationFile>BlazorWorker.Extensions.JSRuntime.xml</DocumentationFile>
1717
<PackageIcon>icon.png</PackageIcon>
1818
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
19-
<PackageReleaseNotes>.Net6 Support</PackageReleaseNotes>
19+
<PackageReleaseNotes>Fix a bug related to .net instance callback from worker thread js</PackageReleaseNotes>
2020
</PropertyGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)