Browse Source

Prepare preview3 release.

pull/1596/head v5.0-preview3
Siegfried Pammer 6 years ago
parent
commit
1ecf0f1357
  1. 2
      ILSpy/Properties/AssemblyInfo.template.cs

2
ILSpy/Properties/AssemblyInfo.template.cs

@ -39,7 +39,7 @@ internal static class RevisionClass @@ -39,7 +39,7 @@ internal static class RevisionClass
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "preview2";
public const string VersionName = "preview3";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

Loading…
Cancel
Save