From 4a8e65bb642553cc2db4f6a21a05d3a35bd76422 Mon Sep 17 00:00:00 2001 From: amaitland Date: Wed, 22 Oct 2014 10:49:24 +1000 Subject: [PATCH] Update version to 33.0.2 --- CefSharp/Properties/AssemblyInfo.cs | 4 ++-- build.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CefSharp/Properties/AssemblyInfo.cs b/CefSharp/Properties/AssemblyInfo.cs index ed418575ce..45ce6f0b0a 100644 --- a/CefSharp/Properties/AssemblyInfo.cs +++ b/CefSharp/Properties/AssemblyInfo.cs @@ -32,8 +32,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 = "33.0.1"; - public const string AssemblyFileVersion = "33.0.1"; + public const string AssemblyVersion = "33.0.2"; + public const string AssemblyFileVersion = "33.0.2"; public const string AssemblyCopyright = "Copyright © The CefSharp Authors 2010-2014"; public const string CefSharpCoreProject = "CefSharp.Core, PublicKey=" + PublicKey; public const string CefSharpBrowserSubprocessProject = "CefSharp.BrowserSubprocess, PublicKey=" + PublicKey; diff --git a/build.ps1 b/build.ps1 index 56cdcbb785..b9b5008819 100644 --- a/build.ps1 +++ b/build.ps1 @@ -3,7 +3,7 @@ param( [Parameter(Position = 0)] [string] $Target = "nupkg", [Parameter(Position = 1)] - [string] $Version = "33.0.1" + [string] $Version = "33.0.2" ) $WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition