소스 검색

Bump version

ghorsington 4 년 전
부모
커밋
42da078ad1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      COM3D2.ToukaScreenShot.Plugin/Properties/AssemblyInfo.cs
  2. 1 1
      COM3D2.ToukaScreenShot.Plugin/ToukaScreenShot.cs

+ 1 - 1
COM3D2.ToukaScreenShot.Plugin/Properties/AssemblyInfo.cs

@@ -1,6 +1,6 @@
 using System.Reflection;
 using System.Runtime.CompilerServices;
 
-[assembly: AssemblyVersion("0.0.0.0")]
+[assembly: AssemblyVersion("0.1.1.0")]
 [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
 [assembly: CompilationRelaxations(8)]

+ 1 - 1
COM3D2.ToukaScreenShot.Plugin/ToukaScreenShot.cs

@@ -11,7 +11,7 @@ using UnityInjector.Attributes;
 
 namespace CM3D2.ToukaScreenShot.Plugin
 {
-    [PluginVersion("0.1.0.2")]
+    [PluginVersion("0.1.1.0")]
     [PluginName("Com3d2.ToukaScreenShot.Plugin")]
     [PluginFilter("COM3D2x64")]
     public class ToukaScreenShot : PluginBase