Skip to content

Commit ab6f0bf

Browse files
committed
Update AssemblyInfo and build.ps1 to version 49.0.1
Not absolutely required as the build would be generated with those versions when tagged, less confusing for outsiders though
1 parent a041a1a commit ab6f0bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CefSharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = "49.0.0";
38-
public const string AssemblyFileVersion = "49.0.0.0";
37+
public const string AssemblyVersion = "49.0.1";
38+
public const string AssemblyFileVersion = "49.0.1.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;

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ param(
33
[Parameter(Position = 0)]
44
[string] $Target = "vs2013",
55
[Parameter(Position = 1)]
6-
[string] $Version = "49.0.0",
6+
[string] $Version = "49.0.1",
77
[Parameter(Position = 2)]
8-
[string] $AssemblyVersion = "49.0.0",
8+
[string] $AssemblyVersion = "49.0.1",
99
[Parameter(Position = 3)]
1010
[string] $RedistVersion = "3.2623.1401"
1111
)

0 commit comments

Comments
 (0)