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 0d49c9d commit 142f7eeCopy full SHA for 142f7ee
PROShine/App.xaml.cs
@@ -17,7 +17,7 @@ public static void InitializeVersion()
17
Assembly assembly = typeof(App).Assembly;
18
AssemblyName assemblyName = assembly.GetName();
19
Name = assemblyName.Name;
20
- Version = assemblyName.Version.ToString() + "-beta1";
+ Version = assemblyName.Version.ToString(3) + "-beta2";
21
IsBeta = true;
22
Author = ((AssemblyCompanyAttribute)Attribute.GetCustomAttribute(assembly, typeof(AssemblyCompanyAttribute), false)).Company;
23
Description = ((AssemblyDescriptionAttribute)Attribute.GetCustomAttribute(assembly, typeof(AssemblyDescriptionAttribute), false)).Description;
0 commit comments