Procházet zdrojové kódy

Use full assembly version with padded zeroes

Bepis před 6 roky
rodič
revize
8aac214489
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      BepInEx/Properties/AssemblyInfo.cs

+ 2 - 2
BepInEx/Properties/AssemblyInfo.cs

@@ -34,5 +34,5 @@ using BepInEx;
 // 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("5.0")]
-[assembly: AssemblyFileVersion("5.0")]
+[assembly: AssemblyVersion("5.0.0.0")]
+[assembly: AssemblyFileVersion("5.0.0.0")]