From 64443e9cf0f6e9579bcd1f9e68e7e8abbfb20482 Mon Sep 17 00:00:00 2001
From: Li
Date: Tue, 21 Jun 2022 17:36:56 +1200
Subject: [PATCH] Add hisp n00bs build
---
.github/workflows/build.yml | 5 ++++-
HorseIsleServer/HISPd/HISPd.csproj | 4 ++++
HorseIsleServer/HISPd/Resources/DEBIAN/control | 2 +-
HorseIsleServer/LibHISP/Properties/AssemblyInfo.cs | 4 ++--
HorseIsleServer/N00BS/Properties/AssemblyInfo.cs | 4 ++--
5 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d657860..9ec5f8e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -45,7 +45,10 @@ jobs:
del "HISPd\bin\x64\Windows\net7.0\win-x64\native\HISPd.lib"
del "HISPd\bin\x64\Windows\net7.0\win-x64\native\HISPd.exp"
dotnet remove HISPd package Microsoft.DotNet.ILCompiler
-
+ cd N00BS
+ dotnet publish -p:PublishProfile=Win64.pubxml
+ cd ..
+
- name: Build win-x86
continue-on-error: false
run: |
diff --git a/HorseIsleServer/HISPd/HISPd.csproj b/HorseIsleServer/HISPd/HISPd.csproj
index 2dab957..f21d406 100644
--- a/HorseIsleServer/HISPd/HISPd.csproj
+++ b/HorseIsleServer/HISPd/HISPd.csproj
@@ -22,6 +22,10 @@
Resources.Designer.cs
+
+
+
+
false
false
diff --git a/HorseIsleServer/HISPd/Resources/DEBIAN/control b/HorseIsleServer/HISPd/Resources/DEBIAN/control
index 3b1fb5d..60245f8 100644
--- a/HorseIsleServer/HISPd/Resources/DEBIAN/control
+++ b/HorseIsleServer/HISPd/Resources/DEBIAN/control
@@ -1,5 +1,5 @@
Package: hisp
-Version: 1.7.33
+Version: 1.7.34
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
Maintainer: Li
Homepage: https://islehorse.com
diff --git a/HorseIsleServer/LibHISP/Properties/AssemblyInfo.cs b/HorseIsleServer/LibHISP/Properties/AssemblyInfo.cs
index 05e0c05..d9fcf47 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: AssemblyVersion("1.7.33.0")]
-[assembly: AssemblyFileVersion("1.7.33.0")]
+[assembly: AssemblyVersion("1.7.34.0")]
+[assembly: AssemblyFileVersion("1.7.34.0")]
diff --git a/HorseIsleServer/N00BS/Properties/AssemblyInfo.cs b/HorseIsleServer/N00BS/Properties/AssemblyInfo.cs
index d23d7a4..5ec3976 100644
--- a/HorseIsleServer/N00BS/Properties/AssemblyInfo.cs
+++ b/HorseIsleServer/N00BS/Properties/AssemblyInfo.cs
@@ -31,5 +31,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: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.7.33.0")]
-[assembly: AssemblyFileVersion("1.7.33.0")]
+[assembly: AssemblyVersion("1.7.34.0")]
+[assembly: AssemblyFileVersion("1.7.34.0")]