Skip to content

Commit 1ba6a30

Browse files
Set VersionName = "rc"
1 parent 6ca3863 commit 1ba6a30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BuildTools/appveyor-install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
33
$baseCommit = "d779383cb85003d6dabeb976f0845631e07bf463";
44
$baseCommitRev = 1;
55

6-
$masterBranches = @("master", "3.0.x", "3.1.x");
6+
$masterBranches = @("master", "3.2.x");
77

88
$globalAssemblyInfoTemplateFile = "ILSpy/Properties/AssemblyInfo.template.cs";
99

BuildTools/update-assemblyinfo.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$baseCommit = "d779383cb85003d6dabeb976f0845631e07bf463";
44
$baseCommitRev = 1;
55

6-
$masterBranches = @("master", "3.0.x", "3.1.x");
6+
$masterBranches = @("master", "3.2.x");
77

88
$globalAssemblyInfoTemplateFile = "ILSpy/Properties/AssemblyInfo.template.cs";
99

ILSpy/Properties/AssemblyInfo.template.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal static class RevisionClass
4242
public const string Minor = "2";
4343
public const string Build = "0";
4444
public const string Revision = "$INSERTREVISION$";
45-
public const string VersionName = "beta";
45+
public const string VersionName = "rc";
4646

4747
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
4848
}

0 commit comments

Comments
 (0)