Skip to content

Commit cc46dc4

Browse files
authored
v2.0.0-stable
1 parent 9a15b1b commit cc46dc4

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ https://www.autoitscript.com/forum/topic/213375-webview2autoit-autoit-webview2-c
2525
1. **.NET Framework 4.8** or higher.
2626
2. **Microsoft Edge WebView2 Runtime version 128.0.2739.15 or higher**.
2727

28-
29-
https://github.com/ioa747/NetWebView2Lib/blob/Version-v2.0.0-stable-dev1/src/packages.config
30-
```
31-
<?xml version="1.0" encoding="utf-8"?>
32-
<packages>
33-
<package id="Microsoft.Web.WebView2" version="1.0.2739.15" targetFramework="net48" />
34-
<package id="Newtonsoft.Json" version="13.0.4" targetFramework="net48" />
35-
</packages>
36-
```
37-
3828
* *The registration script will check for this and provide a download link if missing.*
3929

4030
---
@@ -64,6 +54,7 @@ https://github.com/ioa747/NetWebView2Lib/blob/Version-v2.0.0-stable-dev1/src/pac
6454

6555

6656
---
57+
6758
### ⚖️ License
6859

6960
This project is provided "as-is". You are free to use, modify, and distribute it for both personal and commercial projects.
@@ -72,6 +63,8 @@ This project is provided "as-is". You are free to use, modify, and distribute it
7263
<p align="center">
7364
<img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png" width="100%">
7465
</p>
66+
67+
7568
## 🚀 What's New in v2.0.0-stable - Professional Naming & Absolute Stability
7669

7770
This stable release marks the transition to a professional, standardized COM architecture and introduces high-performance infrastructure for production-grade applications.
@@ -105,6 +98,7 @@ A redesigned diagnostic system for easier debugging of complex workflows.
10598
Bulk extraction methods (`GetFrameUrls`, `GetFrameNames`) allow for high-speed metadata retrieval from complex multi-frame layouts, essential for advanced web scraping.
10699

107100
---
101+
108102
#### 🖼️ IFrame HTML Extraction
109103

110104
We implemented a robust system to track and extract HTML from iframes, including cross-origin ones.
@@ -165,6 +159,7 @@ To ensure stability for existing scripts not using the UDF, the following legacy
165159
<img src="https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png" width="100%">
166160
</p>
167161

162+
168163
## 📖 NetWebView2Lib Version 2.0.0-stable (Quick Reference)
169164

170165
### WebView2Manager (ProgId: NetWebView2Lib.WebView2Manager)

0 commit comments

Comments
 (0)