Skip to content

Commit d846866

Browse files
committed
Bump version number to 0.9.30
1 parent 6e173bb commit d846866

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Core/VsChromiumVersion.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace VsChromium.Core {
66
public static class VsChromiumVersion {
7-
public const string Product = "0.9.29";
7+
public const string Product = "0.9.30";
88
public const string File = Product + ".0";
99
public const string Copyright = "Copyright © 2018 The Chromium Authors.All rights reserved.";
1010
}

src/Native/version.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 0,9,29,0
55-
PRODUCTVERSION 0,9,29,0
54+
FILEVERSION 0,9,30,0
55+
PRODUCTVERSION 0,9,30,0
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "The Chromium Authors"
7171
VALUE "FileDescription", "Dynamic library containing performance sensitive functions - used by VsChromiumServer."
72-
VALUE "FileVersion", "0.9.29.0"
72+
VALUE "FileVersion", "0.9.30.0"
7373
VALUE "InternalName", "VsChromium.Native.dll"
7474
VALUE "LegalCopyright", "Copyright 2018 The Chromium Authors. All rights reserved."
7575
VALUE "OriginalFilename", "VsChromium.Native.dll"
7676
VALUE "ProductName", "VsChromium"
77-
VALUE "ProductVersion", "0.9.29.0"
77+
VALUE "ProductVersion", "0.9.30.0"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

src/VsChromium/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="a10cf7af-5f0a-4502-b44b-51ff1b7c8a87" Version="0.9.29" Language="en-US" Publisher="The Chromium Authors" />
4+
<Identity Id="a10cf7af-5f0a-4502-b44b-51ff1b7c8a87" Version="0.9.30" Language="en-US" Publisher="The Chromium Authors" />
55
<DisplayName>VsChromium</DisplayName>
66
<Description xml:space="preserve">Collection of tools to help contributing code to the Chromium project.</Description>
77
<License>LICENSE</License>

0 commit comments

Comments
 (0)