diff --git a/Directory.Build.props b/Directory.Build.props
index a4ffdbf..c8c5009 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -3,7 +3,7 @@
True
False
$(DefineConstants);USE_WPF
- 0.4.3
+ 0.5.0
diff --git a/README.md b/README.md
index 77170f4..4f33a92 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,8 @@ If you are using WebView2 using `Microsoft.Web.WebView2.Core` package, then use
ComWrappers.RegisterForMarshalling(WinFormsComInterop.WebView2.WebView2ComWrapper.Instance);
+Note, that it does not working for *new* WebView2 as of .NET 8, please file and issue if you need it, I'll prioritize.
+
Also
1. Add `` as depedency. This library would work only starting from this version of WebView2 package.
2. Add RD.xml file from https://github.com/kant2002/RdXmlLibrary/blob/main/Microsoft.AspNetCore.Components.Web.rd.xml to project