Skip to content

Commit 442b6a4

Browse files
authored
Increase version for net 8 support (#338)
1 parent 7da38be commit 442b6a4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<TargetDotnetVersions>net6.0;$(DefaultTargetDotnetVersion)</TargetDotnetVersions>
66
<Platforms>x64;ARM64</Platforms>
77
<AvaloniaVersion>0.10.17</AvaloniaVersion>
8-
<CefGlueVersion>120.6099.3</CefGlueVersion>
8+
<CefGlueVersion>120.6099.200</CefGlueVersion>
99
</PropertyGroup>
1010

1111
<PropertyGroup>
1212
<AssemblyVersion>2.0.0.0</AssemblyVersion>
1313
<FileVersion>2.0.0.0</FileVersion>
14-
<Version>2.121.2</Version>
14+
<Version>3.120.0</Version>
1515
<Authors>OutSystems</Authors>
1616
<Product>WebViewControl</Product>
1717
<Copyright>Copyright © OutSystems 2023</Copyright>

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,14 @@ See the [Sample](SampleWebView.Avalonia) project for example web browsers built
3030
## Other
3131
- [Avalonia FuncUI Support](https://github.com/WhiteBlackGoose/MoreFuncUI#morefuncuiwebview).
3232

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+
3342
## TODO
3443
- Improve documentation

0 commit comments

Comments
 (0)