Browse Source

Use full assembly version with padded zeroes

Bepis 6 years ago
parent
commit
8aac214489
1 changed files with 2 additions and 2 deletions
  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")]