We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c9adc commit 463df86Copy full SHA for 463df86
UpdateNugetPackages.ps1
@@ -5,7 +5,8 @@
5
# Update the vcxproj files first
6
# Update the .Net csproj files modifying the xml file directly
7
8
-$CefVersion = '97.0.8'
+$CefVersion = '97.0.11'
9
+$CefSharpVersion = $CefVersion + "0"
10
11
function RemoveEnsureNuGetPackageBuildImports
12
{
@@ -61,4 +62,6 @@ foreach($file in $csprojFiles)
61
62
$packRef.Version = $RedistVersion
63
64
$xml.Save( $file )
-}
65
+}
66
+
67
+.\build.ps1 -Target update-build-version -Version $CefSharpVersion -AssemblyVersion $CefSharpVersion
0 commit comments