ソースを参照

Use full assembly version with padded zeroes

Bepis 6 年 前
コミット
8aac214489
1 ファイル変更2 行追加2 行削除
  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")]