فهرست منبع

Updated assembly version to 2.0

CPKreuz 1 سال پیش
والد
کامیت
ce007ad277
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      src/PixiEditor.AvaloniaUI/Helpers/VersionHelpers.cs
  2. 2 2
      src/PixiEditor.AvaloniaUI/Properties/AssemblyInfo.cs

+ 1 - 1
src/PixiEditor.AvaloniaUI/Helpers/VersionHelpers.cs

@@ -11,7 +11,7 @@ internal static class VersionHelpers
 
     public static string GetCurrentAssemblyVersionString(bool moreSpecific = false)
     {
-        StringBuilder builder = new($"{GetCurrentAssemblyVersion()} Closed Beta");
+        StringBuilder builder = new($"{GetCurrentAssemblyVersion().ToString(2)} Closed Beta");
 
         // Dev Build removed for closed beta
 #if MSIX_DEBUG

+ 2 - 2
src/PixiEditor.AvaloniaUI/Properties/AssemblyInfo.cs

@@ -42,5 +42,5 @@ using System.Windows;
 // You can specify all the values or you can default the Build and Revision Numbers
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.9.0.0")]
-[assembly: AssemblyFileVersion("1.9.0.0")]
+[assembly: AssemblyVersion("2.0")]
+[assembly: AssemblyFileVersion("2.0")]