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 efd1642 commit ee10d29Copy full SHA for ee10d29
ILSpy/Properties/AssemblyInfo.template.cs
@@ -40,7 +40,7 @@ internal static class RevisionClass
40
public const string Minor = "0";
41
public const string Build = "0";
42
public const string Revision = "$INSERTREVISION$";
43
- public const string VersionName = "preview2";
+ public const string VersionName = "preview3";
44
45
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
46
}
0 commit comments