Skip to content

Commit 6a4b141

Browse files
committed
Update in prep for 41.0.1 release
1 parent cf3d27b commit 6a4b141

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CefSharp.BrowserSubprocess/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
99
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1010

11-
<assemblyIdentity version="41.0.0.0" name="CefSharp.BrowserSubprocess.app" />
11+
<assemblyIdentity version="41.0.1.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">

CefSharp.WinForms.Example/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
99
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1010

11-
<assemblyIdentity version="41.0.0.0" name="CefSharp.WinForms.Example.app" />
11+
<assemblyIdentity version="41.0.1.0" name="CefSharp.WinForms.Example.app" />
1212

1313
<dependency>
1414
<dependentAssembly>

CefSharp.Wpf.Example/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
88
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
99

10-
<assemblyIdentity version="41.0.0.0" name="CefSharp.Wpf.Example.app" />
10+
<assemblyIdentity version="41.0.1.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">

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 = "41.0.0";
38-
public const string AssemblyFileVersion = "41.0.0.0";
37+
public const string AssemblyVersion = "41.0.1";
38+
public const string AssemblyFileVersion = "41.0.1.0";
3939
public const string AssemblyCopyright = "Copyright © The CefSharp Authors 2010-2015";
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 = "vs2012",
55
[Parameter(Position = 1)]
6-
[string] $Version = "41.0.0",
6+
[string] $Version = "41.0.1",
77
[Parameter(Position = 2)]
8-
[string] $AssemblyVersion = "41.0.0",
8+
[string] $AssemblyVersion = "41.0.1",
99
[Parameter(Position = 3)]
1010
[string] $RedistVersion = "3.2272.32"
1111
)

0 commit comments

Comments
 (0)