From 59e01db150f5720ffdd6d7d7ab74f49d9d39ee17 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Sun, 8 Apr 2018 14:36:08 +0200 Subject: [PATCH] Set up 3.1.x branch --- BuildTools/appveyor-install.ps1 | 2 +- BuildTools/update-assemblyinfo.ps1 | 2 +- ILSpy/Properties/AssemblyInfo.template.cs | 2 +- appveyor.yml | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/BuildTools/appveyor-install.ps1 b/BuildTools/appveyor-install.ps1 index 7edf389ee..24aab0a0e 100644 --- a/BuildTools/appveyor-install.ps1 +++ b/BuildTools/appveyor-install.ps1 @@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop" $baseCommit = "d779383cb85003d6dabeb976f0845631e07bf463"; $baseCommitRev = 1; -$masterBranches = @("master", "3.0.x"); +$masterBranches = @("master", "3.0.x", "3.1.x"); $globalAssemblyInfoTemplateFile = "ILSpy/Properties/AssemblyInfo.template.cs"; diff --git a/BuildTools/update-assemblyinfo.ps1 b/BuildTools/update-assemblyinfo.ps1 index da1e408e2..0b495da74 100644 --- a/BuildTools/update-assemblyinfo.ps1 +++ b/BuildTools/update-assemblyinfo.ps1 @@ -3,7 +3,7 @@ $baseCommit = "d779383cb85003d6dabeb976f0845631e07bf463"; $baseCommitRev = 1; -$masterBranches = @("master", "3.0.x"); +$masterBranches = @("master", "3.0.x", "3.1.x"); $globalAssemblyInfoTemplateFile = "ILSpy/Properties/AssemblyInfo.template.cs"; diff --git a/ILSpy/Properties/AssemblyInfo.template.cs b/ILSpy/Properties/AssemblyInfo.template.cs index 0220abf53..b5f69ce87 100644 --- a/ILSpy/Properties/AssemblyInfo.template.cs +++ b/ILSpy/Properties/AssemblyInfo.template.cs @@ -40,7 +40,7 @@ internal static class RevisionClass { public const string Major = "3"; public const string Minor = "1"; - public const string Build = "0"; + public const string Build = "1"; public const string Revision = "$INSERTREVISION$"; public const string VersionName = null; diff --git a/appveyor.yml b/appveyor.yml index 6cb536409..fe610097e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,6 +32,7 @@ for: only: - master - 3.0.x + - 3.1.x artifacts: - path: ILSpy_binaries.zip name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% binaries