We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a809d7 commit 507da70Copy full SHA for 507da70
ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs
@@ -4,7 +4,7 @@
4
public const string Minor = "0";
5
public const string Build = "0";
6
public const string Revision = "$INSERTREVISION$";
7
- public const string VersionName = "RC";
+ public const string VersionName = null;
8
9
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
10
public const string FullVersionWithShortCommitHash = FullVersion + "+$INSERTSHORTCOMMITHASH$";
0 commit comments