Skip to content

Commit

Permalink
Bump version to 0.9.27
Browse files Browse the repository at this point in the history
also update copyright date to 2018
  • Loading branch information
rpaquay committed Jan 30, 2018
1 parent 08facf1 commit e76ae5c
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2013 The Chromium Authors. All rights reserved.
Copyright 2018 The Chromium Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("The Chromium Authors")]
[assembly: AssemblyProduct("VsChromiumCore")]
[assembly: AssemblyCopyright("Copyright © 2014 The Chromium Authors. All rights reserved.")]
[assembly: AssemblyCopyright(VsChromiumVersion.Copyright)]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
3 changes: 2 additions & 1 deletion src/Core/VsChromiumVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

namespace VsChromium.Core {
public static class VsChromiumVersion {
public const string Product = "0.9.26";
public const string Product = "0.9.27";
public const string File = Product + ".0";
public const string Copyright = "Copyright © 2018 The Chromium Authors.All rights reserved.";
}
}
7 changes: 4 additions & 3 deletions src/Host/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

using System.Reflection;
using System.Runtime.InteropServices;
using VsChromium.Core;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand All @@ -14,7 +15,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("The Chromium Authors")]
[assembly: AssemblyProduct("VsChromium")]
[assembly: AssemblyCopyright("Copyright 2016 The Chromium Authors. All rights reserved.")]
[assembly: AssemblyCopyright(VsChromiumVersion.Copyright)]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -39,5 +40,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion(VsChromium.Core.VsChromiumVersion.File)]
[assembly: AssemblyFileVersion(VsChromium.Core.VsChromiumVersion.File)]
[assembly: AssemblyVersion(VsChromiumVersion.File)]
[assembly: AssemblyFileVersion(VsChromiumVersion.File)]
10 changes: 5 additions & 5 deletions src/Native/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,26,0
PRODUCTVERSION 0,9,26,0
FILEVERSION 0,9,27,0
PRODUCTVERSION 0,9,27,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "The Chromium Authors"
VALUE "FileDescription", "Dynamic library containing performance sensitive functions - used by VsChromiumServer."
VALUE "FileVersion", "0.9.26.0"
VALUE "FileVersion", "0.9.27.0"
VALUE "InternalName", "VsChromium.Native.dll"
VALUE "LegalCopyright", "Copyright 2017 The Chromium Authors. All rights reserved."
VALUE "LegalCopyright", "Copyright 2018 The Chromium Authors. All rights reserved."
VALUE "OriginalFilename", "VsChromium.Native.dll"
VALUE "ProductName", "VsChromium"
VALUE "ProductVersion", "0.9.26.0"
VALUE "ProductVersion", "0.9.27.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("The Chromium Authors")]
[assembly: AssemblyProduct("VsChromium.Server")]
[assembly: AssemblyCopyright("Copyright 2016 The Chromium Authors. All rights reserved.")]
[assembly: AssemblyCopyright(VsChromiumVersion.Copyright)]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
7 changes: 4 additions & 3 deletions src/ServerNativeInterop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
using VsChromium.Core;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand All @@ -9,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("VsChromium")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyCopyright(VsChromiumVersion.Copyright)]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion(VsChromium.Core.VsChromiumVersion.File)]
[assembly: AssemblyFileVersion(VsChromium.Core.VsChromiumVersion.File)]
[assembly: AssemblyVersion(VsChromiumVersion.File)]
[assembly: AssemblyFileVersion(VsChromiumVersion.File)]
7 changes: 4 additions & 3 deletions src/VsChromium/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

using System.Reflection;
using System.Runtime.InteropServices;
using VsChromium.Core;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand All @@ -16,7 +17,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("The Chromium Authors")]
[assembly: AssemblyProduct("VsChromium")]
[assembly: AssemblyCopyright("Copyright 2016 The Chromium Authors. All rights reserved.")]
[assembly: AssemblyCopyright(VsChromiumVersion.Copyright)]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -37,5 +38,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion(VsChromium.Core.VsChromiumVersion.File)]
[assembly: AssemblyFileVersion(VsChromium.Core.VsChromiumVersion.File)]
[assembly: AssemblyVersion(VsChromiumVersion.File)]
[assembly: AssemblyFileVersion(VsChromiumVersion.File)]
2 changes: 1 addition & 1 deletion src/VsChromium/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="a10cf7af-5f0a-4502-b44b-51ff1b7c8a87" Version="0.9.26" Language="en-US" Publisher="The Chromium Authors" />
<Identity Id="a10cf7af-5f0a-4502-b44b-51ff1b7c8a87" Version="0.9.27" Language="en-US" Publisher="The Chromium Authors" />
<DisplayName>VsChromium</DisplayName>
<Description xml:space="preserve">Collection of tools to help contributing code to the Chromium project.</Description>
<License>LICENSE</License>
Expand Down

0 comments on commit e76ae5c

Please sign in to comment.