Skip to content

Commit 0db8f0f

Browse files
authored
New webview version (#40)
1 parent 5355db5 commit 0db8f0f

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include(FetchContent)
2525
FetchContent_Declare(
2626
webviewNative
2727
GIT_REPOSITORY https://github.com/webview/webview
28-
GIT_TAG 53ea174ce79ca2f52e28dd51d49052aebce3f4c5
28+
GIT_TAG adbb85d0f54537b8034ece0bab67c7d1438e3cda
2929
)
3030
FetchContent_Populate(webviewNative)
3131

libs/libwebview.dylib

174 KB
Binary file not shown.

libs/libwebview.so

163 KB
Binary file not shown.

libs/webview.dll

146 KB
Binary file not shown.

src/SharpWebview/SharpWebview.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Owners>Gerrit 'Geaz' Gazic</Owners>
99
<Description>C# bindings for zserge/webview - Batteries included</Description>
1010
<PackageId>SharpWebview</PackageId>
11-
<PackageVersion>0.9.0</PackageVersion>
11+
<PackageVersion>0.10.0</PackageVersion>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<PackageProjectUrl>https://github.com/webview/webview_csharp</PackageProjectUrl>
1414
</PropertyGroup>

0 commit comments

Comments
 (0)