File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 5
5
<TargetDotnetVersions >net6.0;$(DefaultTargetDotnetVersion)</TargetDotnetVersions >
6
6
<Platforms >x64;ARM64</Platforms >
7
7
<AvaloniaVersion >0.10.17</AvaloniaVersion >
8
- <CefGlueVersion >120.6099.3 </CefGlueVersion >
8
+ <CefGlueVersion >120.6099.200 </CefGlueVersion >
9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup >
12
12
<AssemblyVersion >2.0.0.0</AssemblyVersion >
13
13
<FileVersion >2.0.0.0</FileVersion >
14
- <Version >2.121.2 </Version >
14
+ <Version >3.120.0 </Version >
15
15
<Authors >OutSystems</Authors >
16
16
<Product >WebViewControl</Product >
17
17
<Copyright >Copyright © OutSystems 2023</Copyright >
Original file line number Diff line number Diff line change @@ -30,5 +30,14 @@ See the [Sample](SampleWebView.Avalonia) project for example web browsers built
30
30
## Other
31
31
- [ Avalonia FuncUI Support] ( https://github.com/WhiteBlackGoose/MoreFuncUI#morefuncuiwebview ) .
32
32
33
+ ## Versioning
34
+ The versioning system works as follows:
35
+
36
+ ` <major>.<cef_version>.<patch> `
37
+
38
+ Whenever you fix a bug, please increase the patch version. \
39
+ Whenever you bring a new feature, please increase the major version. \
40
+ Use the minor version for the current cef version.
41
+
33
42
## TODO
34
43
- Improve documentation
You can’t perform that action at this time.
0 commit comments