Skip to content

Commit

Permalink
Set VersionName = "preview1"
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedpammer committed Dec 1, 2019
1 parent d3d5d9e commit 7ec80d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ILSpy/Properties/AssemblyInfo.template.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "alpha1";
public const string VersionName = "preview1";

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

0 comments on commit 7ec80d0

Please sign in to comment.