Skip to content

Commit 142f7ee

Browse files
committed
Bump to version 3.0.0-beta2
1 parent 0d49c9d commit 142f7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PROShine/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static void InitializeVersion()
1717
Assembly assembly = typeof(App).Assembly;
1818
AssemblyName assemblyName = assembly.GetName();
1919
Name = assemblyName.Name;
20-
Version = assemblyName.Version.ToString() + "-beta1";
20+
Version = assemblyName.Version.ToString(3) + "-beta2";
2121
IsBeta = true;
2222
Author = ((AssemblyCompanyAttribute)Attribute.GetCustomAttribute(assembly, typeof(AssemblyCompanyAttribute), false)).Company;
2323
Description = ((AssemblyDescriptionAttribute)Attribute.GetCustomAttribute(assembly, typeof(AssemblyDescriptionAttribute), false)).Description;

0 commit comments

Comments
 (0)