Browse Source

Set VersionName = "rc1"

pull/2046/head
Siegfried Pammer 5 years ago
parent
commit
428cc1bc52
  1. 2
      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 Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "preview4";
public const string VersionName = "rc1";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

Loading…
Cancel
Save