File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
namespace VsChromium . Core {
6
6
public static class VsChromiumVersion {
7
- public const string Product = "0.9.29 " ;
7
+ public const string Product = "0.9.30 " ;
8
8
public const string File = Product + ".0" ;
9
9
public const string Copyright = "Copyright © 2018 The Chromium Authors.All rights reserved." ;
10
10
}
Original file line number Diff line number Diff line change 51
51
//
52
52
53
53
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
56
56
FILEFLAGSMASK 0x3fL
57
57
#ifdef _DEBUG
58
58
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
69
69
BEGIN
70
70
VALUE "CompanyName", "The Chromium Authors"
71
71
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"
73
73
VALUE "InternalName", "VsChromium.Native.dll"
74
74
VALUE "LegalCopyright", "Copyright 2018 The Chromium Authors. All rights reserved."
75
75
VALUE "OriginalFilename", "VsChromium.Native.dll"
76
76
VALUE "ProductName", "VsChromium"
77
- VALUE "ProductVersion", "0.9.29 .0"
77
+ VALUE "ProductVersion", "0.9.30 .0"
78
78
END
79
79
END
80
80
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<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" />
5
5
<DisplayName >VsChromium</DisplayName >
6
6
<Description xml : space =" preserve" >Collection of tools to help contributing code to the Chromium project.</Description >
7
7
<License >LICENSE</License >
You can’t perform that action at this time.
0 commit comments