From 8922846fee471532ca7144541a7c11358116352f Mon Sep 17 00:00:00 2001
From: yurinakira <84663668+yurinakira@users.noreply.github.com>
Date: Wed, 20 Apr 2022 11:22:47 +0900
Subject: [PATCH 1/5] VersionNumberUp
---
main.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.cs b/main.cs
index a7ea4ad12..6f628612f 100644
--- a/main.cs
+++ b/main.cs
@@ -17,7 +17,7 @@ public class main : BasePlugin
{
//Sorry for many Japanese comments.
public const string PluginGuid = "com.emptybottle.townofhost";
- public const string PluginVersion = "1.4.0";
+ public const string PluginVersion = "1.4.6";
public Harmony Harmony { get; } = new Harmony(PluginGuid);
public static Version version = Version.Parse(PluginVersion);
public static BepInEx.Logging.ManualLogSource Logger;
From 1d21da6df30de146039f23b4074fd09990ca3371 Mon Sep 17 00:00:00 2001
From: yurinakira <84663668+yurinakira@users.noreply.github.com>
Date: Wed, 20 Apr 2022 16:36:46 +0900
Subject: [PATCH 2/5] fix update num
---
main.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.cs b/main.cs
index 6f628612f..93d3f43e0 100644
--- a/main.cs
+++ b/main.cs
@@ -17,7 +17,7 @@ public class main : BasePlugin
{
//Sorry for many Japanese comments.
public const string PluginGuid = "com.emptybottle.townofhost";
- public const string PluginVersion = "1.4.6";
+ public const string PluginVersion = "1.4.1";
public Harmony Harmony { get; } = new Harmony(PluginGuid);
public static Version version = Version.Parse(PluginVersion);
public static BepInEx.Logging.ManualLogSource Logger;
From f83421d419c9030280dfd647713325f3705dd819 Mon Sep 17 00:00:00 2001
From: yurinakira <84663668+yurinakira@users.noreply.github.com>
Date: Wed, 20 Apr 2022 17:07:11 +0900
Subject: [PATCH 3/5] ref csproj
---
TownOfHost.csproj | 5 +++--
main.cs | 3 +++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/TownOfHost.csproj b/TownOfHost.csproj
index 52cbade56..d546779a7 100644
--- a/TownOfHost.csproj
+++ b/TownOfHost.csproj
@@ -2,8 +2,9 @@
netstandard2.1
- 1.4.0
- Town Of Host
+ false
+ false
+ Town Of Host
tukasa0001(EmptyBottle), integral0131
preview
diff --git a/main.cs b/main.cs
index 93d3f43e0..ffcf5cc60 100644
--- a/main.cs
+++ b/main.cs
@@ -8,7 +8,10 @@
using UnityEngine;
using Hazel;
using System.Linq;
+using System.Reflection;
+[assembly: AssemblyFileVersionAttribute(TownOfHost.main.PluginVersion)]
+[assembly: AssemblyInformationalVersionAttribute(TownOfHost.main.PluginVersion)]
namespace TownOfHost
{
[BepInPlugin(PluginGuid, "Town Of Host", PluginVersion)]
From ec04c7d6661369fc89c45b301d7220405bea8809 Mon Sep 17 00:00:00 2001
From: yurinakira <84663668+yurinakira@users.noreply.github.com>
Date: Wed, 20 Apr 2022 17:24:46 +0900
Subject: [PATCH 4/5] fix version num
---
main.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.cs b/main.cs
index ffcf5cc60..8af0f8381 100644
--- a/main.cs
+++ b/main.cs
@@ -20,7 +20,7 @@ public class main : BasePlugin
{
//Sorry for many Japanese comments.
public const string PluginGuid = "com.emptybottle.townofhost";
- public const string PluginVersion = "1.4.1";
+ public const string PluginVersion = "1.4.0";
public Harmony Harmony { get; } = new Harmony(PluginGuid);
public static Version version = Version.Parse(PluginVersion);
public static BepInEx.Logging.ManualLogSource Logger;
From 08d613504f8fbc8f9b90da1f8ecc158cc1bbe395 Mon Sep 17 00:00:00 2001
From: yurinakira <84663668+yurinakira@users.noreply.github.com>
Date: Wed, 20 Apr 2022 21:33:51 +0900
Subject: [PATCH 5/5] fix Indent
---
TownOfHost.csproj | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/TownOfHost.csproj b/TownOfHost.csproj
index d546779a7..556d40b77 100644
--- a/TownOfHost.csproj
+++ b/TownOfHost.csproj
@@ -2,9 +2,9 @@
netstandard2.1
- false
- false
- Town Of Host
+ false
+ false
+ Town Of Host
tukasa0001(EmptyBottle), integral0131
preview