Skip to content

Commit

Permalink
Bump to version 3.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Silv3rPRO committed Nov 18, 2018
1 parent 0d49c9d commit 142f7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PROShine/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void InitializeVersion()
Assembly assembly = typeof(App).Assembly;
AssemblyName assemblyName = assembly.GetName();
Name = assemblyName.Name;
Version = assemblyName.Version.ToString() + "-beta1";
Version = assemblyName.Version.ToString(3) + "-beta2";
IsBeta = true;
Author = ((AssemblyCompanyAttribute)Attribute.GetCustomAttribute(assembly, typeof(AssemblyCompanyAttribute), false)).Company;
Description = ((AssemblyDescriptionAttribute)Attribute.GetCustomAttribute(assembly, typeof(AssemblyDescriptionAttribute), false)).Description;
Expand Down

0 comments on commit 142f7ee

Please sign in to comment.