From 58f081df7afd610b24bca4c2bf83d3e5e9319cc1 Mon Sep 17 00:00:00 2001
From: Li
Date: Sun, 8 May 2022 12:54:18 +1200
Subject: [PATCH] Update made automatically due to pressing build
---
HorseIsleServer/LibHISP/Properties/AssemblyInfo.cs | 2 +-
HorseIsleServer/prebuild.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/HorseIsleServer/LibHISP/Properties/AssemblyInfo.cs b/HorseIsleServer/LibHISP/Properties/AssemblyInfo.cs
index ea9f3d1..dd2726e 100644
--- a/HorseIsleServer/LibHISP/Properties/AssemblyInfo.cs
+++ b/HorseIsleServer/LibHISP/Properties/AssemblyInfo.cs
@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyFileVersion("1.6.2.11")]
+[assembly: AssemblyVersion("1.6.2.11")]
[assembly: AssemblyFileVersion("1.3.0.0")]
diff --git a/HorseIsleServer/prebuild.py b/HorseIsleServer/prebuild.py
index d3a5274..4bf4e62 100644
--- a/HorseIsleServer/prebuild.py
+++ b/HorseIsleServer/prebuild.py
@@ -50,6 +50,6 @@ lines = open(assembly_info, "r").readlines()
for i in range(0,len(lines)):
if lines[i].startswith("[assembly: AssemblyVersion(\""):
lines[i] = "[assembly: AssemblyVersion(\""+assembly_version+"\")]\r\n"
- if lines[i].startswith("[assembly: AssemblyVersion(\""):
+ if lines[i].startswith("[assembly: AssemblyFileVersion(\""):
lines[i] = "[assembly: AssemblyFileVersion(\""+assembly_version+"\")]\r\n"
open(assembly_info, "w").writelines(lines)
\ No newline at end of file