Browse Source

Set next version (final)

pull/3701/head
Christoph Wille 2 weeks ago
parent
commit
067680e3de
  1. 2
      ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

2
ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

@ -4,7 +4,7 @@ public static class DecompilerVersionInfo @@ -4,7 +4,7 @@ public static class DecompilerVersionInfo
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "preview3";
public const string VersionName = null;
public const string Version = Major + "." + Minor + "." + Build + "." + Revision;
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";

Loading…
Cancel
Save