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 59a99f5 commit 2e63578Copy full SHA for 2e63578
src/Version.cs
@@ -6,7 +6,7 @@ public static class Version
6
public static int Minor { get; } = 3;
7
public static int Patch { get; } = 0;
8
public static int Hotfix { get; } = 0;
9
- public static ReleaseType ReleaseType { get; } = ReleaseType.Development;
+ public static ReleaseType ReleaseType { get; } = ReleaseType.Release;
10
public static string FullVersion { get; } = $"{Major}.{Minor}.{Patch}.{Hotfix}-{ReleaseType}";
11
}
12
0 commit comments