File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
CefSharp.BrowserSubprocess
CefSharp.WinForms.Example Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 xmlns : asmv3 =" urn:schemas-microsoft-com:asm.v3"
99 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
1010
11- <assemblyIdentity version =" 47.0.0 .0" name =" CefSharp.BrowserSubprocess.app" />
11+ <assemblyIdentity version =" 47.0.2 .0" name =" CefSharp.BrowserSubprocess.app" />
1212 <trustInfo xmlns =" urn:schemas-microsoft-com:asm.v2" >
1313 <security >
1414 <requestedPrivileges xmlns =" urn:schemas-microsoft-com:asm.v3" >
Original file line number Diff line number Diff line change 88 xmlns : asmv3 =" urn:schemas-microsoft-com:asm.v3"
99 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
1010
11- <assemblyIdentity version =" 47.0.0 .0" name =" CefSharp.WinForms.Example.app" />
11+ <assemblyIdentity version =" 47.0.2 .0" name =" CefSharp.WinForms.Example.app" />
1212
1313 <dependency >
1414 <dependentAssembly >
Original file line number Diff line number Diff line change 77 xmlns : asmv3 =" urn:schemas-microsoft-com:asm.v3"
88 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
99
10- <assemblyIdentity version =" 47.0.0 .0" name =" CefSharp.Wpf.Example.app" />
10+ <assemblyIdentity version =" 47.0.2 .0" name =" CefSharp.Wpf.Example.app" />
1111 <trustInfo xmlns =" urn:schemas-microsoft-com:asm.v2" >
1212 <security >
1313 <requestedPrivileges xmlns =" urn:schemas-microsoft-com:asm.v3" >
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ public static class AssemblyInfo
3434 public const bool ComVisible = false ;
3535 public const string AssemblyCompany = "The CefSharp Authors" ;
3636 public const string AssemblyProduct = "CefSharp" ;
37- public const string AssemblyVersion = "47.0.0 " ;
38- public const string AssemblyFileVersion = "47.0.0 .0" ;
37+ public const string AssemblyVersion = "47.0.2 " ;
38+ public const string AssemblyFileVersion = "47.0.2 .0" ;
3939 public const string AssemblyCopyright = "Copyright © The CefSharp Authors 2010-2016" ;
4040 public const string CefSharpCoreProject = "CefSharp.Core, PublicKey=" + PublicKey ;
4141 public const string CefSharpBrowserSubprocessProject = "CefSharp.BrowserSubprocess, PublicKey=" + PublicKey ;
Original file line number Diff line number Diff line change 11environment :
22 VisualStudioVersion : 12.0
33
4- version : 47.0.1 -CI{build}
4+ version : 47.0.2 -CI{build}
55
66shallow_clone : true
77
Original file line number Diff line number Diff line change 33 [Parameter (Position = 0 )]
44 [string ] $Target = " vs2013" ,
55 [Parameter (Position = 1 )]
6- [string ] $Version = " 47.0.1 " ,
6+ [string ] $Version = " 47.0.2 " ,
77 [Parameter (Position = 2 )]
8- [string ] $AssemblyVersion = " 47.0.1 " ,
8+ [string ] $AssemblyVersion = " 47.0.2 " ,
99 [Parameter (Position = 3 )]
1010 [string ] $RedistVersion = " 3.2526.1362"
1111)
You can’t perform that action at this time.
0 commit comments