Browse Source

Set up 3.1.x branch

pull/1124/head
Siegfried Pammer 7 years ago
parent
commit
59e01db150
  1. 2
      BuildTools/appveyor-install.ps1
  2. 2
      BuildTools/update-assemblyinfo.ps1
  3. 2
      ILSpy/Properties/AssemblyInfo.template.cs
  4. 1
      appveyor.yml

2
BuildTools/appveyor-install.ps1

@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop" @@ -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";

2
BuildTools/update-assemblyinfo.ps1

@ -3,7 +3,7 @@ @@ -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";

2
ILSpy/Properties/AssemblyInfo.template.cs

@ -40,7 +40,7 @@ internal static class RevisionClass @@ -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;

1
appveyor.yml

@ -32,6 +32,7 @@ for: @@ -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

Loading…
Cancel
Save