File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ public static class AssemblyInfo
3232 public const bool ComVisible = false ;
3333 public const string AssemblyCompany = "The CefSharp Authors" ;
3434 public const string AssemblyProduct = "CefSharp" ;
35- public const string AssemblyVersion = "33.0.1 " ;
36- public const string AssemblyFileVersion = "33.0.1 " ;
35+ public const string AssemblyVersion = "33.0.2 " ;
36+ public const string AssemblyFileVersion = "33.0.2 " ;
3737 public const string AssemblyCopyright = "Copyright © The CefSharp Authors 2010-2014" ;
3838 public const string CefSharpCoreProject = "CefSharp.Core, PublicKey=" + PublicKey ;
3939 public const string CefSharpBrowserSubprocessProject = "CefSharp.BrowserSubprocess, PublicKey=" + PublicKey ;
Original file line number Diff line number Diff line change 33 [Parameter (Position = 0 )]
44 [string ] $Target = " nupkg" ,
55 [Parameter (Position = 1 )]
6- [string ] $Version = " 33.0.1 "
6+ [string ] $Version = " 33.0.2 "
77)
88
99$WorkingDir = split-path - parent $MyInvocation.MyCommand.Definition
You can’t perform that action at this time.
0 commit comments