Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 8a58e3e

Browse files
committed
Version should be RC until the release
1 parent 7d188de commit 8a58e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/SolutionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ internal static class AssemblyVersionInformation {
3434
// this is for the AssemblyVersion and AssemblyVersion attributes, which can't handle alphanumerics
3535
internal const string VersionForAssembly = "1.0.0";
3636
// Actual real version
37-
internal const string Version = "1.0.0";
37+
internal const string Version = "1.0.0rc1";
3838
}
3939
}

0 commit comments

Comments
 (0)