Skip to content

Commit

Permalink
Upgrade version numbers and packages version for 41.0.0 (3.2272.32)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Jun 9, 2015
1 parent d20599a commit 294ed90
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CefSharp.BrowserSubprocess/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<assemblyIdentity version="39.0.0.2" name="CefSharp.BrowserSubprocess.app" />
<assemblyIdentity version="41.0.0.0" name="CefSharp.BrowserSubprocess.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
2 changes: 1 addition & 1 deletion CefSharp.WinForms.Example/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<assemblyIdentity version="39.0.0.2" name="CefSharp.WinForms.Example.app" />
<assemblyIdentity version="41.0.0.0" name="CefSharp.WinForms.Example.app" />

<dependency>
<dependentAssembly>
Expand Down
2 changes: 1 addition & 1 deletion CefSharp.Wpf.Example/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<assemblyIdentity version="39.0.0.2" name="CefSharp.Wpf.Example.app" />
<assemblyIdentity version="41.0.0.0" name="CefSharp.Wpf.Example.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
4 changes: 2 additions & 2 deletions CefSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public static class AssemblyInfo
public const bool ComVisible = false;
public const string AssemblyCompany = "The CefSharp Authors";
public const string AssemblyProduct = "CefSharp";
public const string AssemblyVersion = "39.0.2";
public const string AssemblyFileVersion = "39.0.0.2";
public const string AssemblyVersion = "41.0.0";
public const string AssemblyFileVersion = "41.0.0.0";
public const string AssemblyCopyright = "Copyright © The CefSharp Authors 2010-2015";
public const string CefSharpCoreProject = "CefSharp.Core, PublicKey=" + PublicKey;
public const string CefSharpBrowserSubprocessProject = "CefSharp.BrowserSubprocess, PublicKey=" + PublicKey;
Expand Down
6 changes: 3 additions & 3 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ param(
[Parameter(Position = 0)]
[string] $Target = "vs2012",
[Parameter(Position = 1)]
[string] $Version = "39.0.2",
[string] $Version = "41.0.0",
[Parameter(Position = 2)]
[string] $AssemblyVersion = "39.0.2",
[string] $AssemblyVersion = "41.0.0",
[Parameter(Position = 3)]
[string] $RedistVersion = "3.2171.2069"
[string] $RedistVersion = "3.2272.32"
)

$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
Expand Down

0 comments on commit 294ed90

Please sign in to comment.