From 154f5e01493827c9ff0874d11fa18e27bc324081 Mon Sep 17 00:00:00 2001 From: Li Date: Sat, 25 Nov 2023 13:18:36 +1300 Subject: [PATCH] Remove Windows ARM version --- .github/workflows/build.yml | 24 +++++++++---------- .../HISPd/Properties/AssemblyInfo.cs | 4 ++-- .../HISPd/Resources/DEBIAN/control | 2 +- .../LibHISP/Properties/AssemblyInfo.cs | 4 ++-- .../MPN00BS/Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c6d9c4..d90a0d8 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -235,12 +235,12 @@ jobs: cd MPN00BS dotnet publish -p:PublishProfile=Win32.pubxml cd .. - - name: Build win-arm - continue-on-error: false - run: | - cd HISPd - dotnet publish -p:PublishProfile=WinARM.pubxml - cd .. +# - name: Build win-arm +# continue-on-error: false +# run: | +# cd HISPd +# dotnet publish -p:PublishProfile=WinARM.pubxml +# cd .. #nativeaot arm64 build - name: Build win-arm64 continue-on-error: false @@ -278,12 +278,12 @@ jobs: name: HISP-Win32 path: HorseIsleServer/HISPd/bin/x86/Windows/net8.0/win-x86/publish/ - - name: Upload win-arm - uses: actions/upload-artifact@v2 - with: - name: HISP-WinARM - path: HorseIsleServer/HISPd/bin/arm/Windows/net8.0/win-arm/publish/ - +# - name: Upload win-arm +# uses: actions/upload-artifact@v2 +# with: +# name: HISP-WinARM +# path: HorseIsleServer/HISPd/bin/arm/Windows/net8.0/win-arm/publish/ +# - name: Upload win-arm64 uses: actions/upload-artifact@v2 with: diff --git a/HorseIsleServer/HISPd/Properties/AssemblyInfo.cs b/HorseIsleServer/HISPd/Properties/AssemblyInfo.cs index 7813af3..53b8bc7 100755 --- a/HorseIsleServer/HISPd/Properties/AssemblyInfo.cs +++ b/HorseIsleServer/HISPd/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.8.66.0")] -[assembly: AssemblyFileVersion("1.8.66.0")] +[assembly: AssemblyVersion("1.8.67.0")] +[assembly: AssemblyFileVersion("1.8.67.0")] diff --git a/HorseIsleServer/HISPd/Resources/DEBIAN/control b/HorseIsleServer/HISPd/Resources/DEBIAN/control index 0dfd8cc..942b176 100755 --- a/HorseIsleServer/HISPd/Resources/DEBIAN/control +++ b/HorseIsleServer/HISPd/Resources/DEBIAN/control @@ -1,5 +1,5 @@ Package: hisp -Version: 1.8.66 +Version: 1.8.67 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 3047b35..2202fb2 100755 --- a/HorseIsleServer/LibHISP/Properties/AssemblyInfo.cs +++ b/HorseIsleServer/LibHISP/Properties/AssemblyInfo.cs @@ -30,8 +30,8 @@ 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.8.66.0")] -[assembly: AssemblyFileVersion("1.8.66.0")] +[assembly: AssemblyVersion("1.8.67.0")] +[assembly: AssemblyFileVersion("1.8.67.0")] diff --git a/HorseIsleServer/MPN00BS/Properties/AssemblyInfo.cs b/HorseIsleServer/MPN00BS/Properties/AssemblyInfo.cs index 5ca2773..19c48e5 100755 --- a/HorseIsleServer/MPN00BS/Properties/AssemblyInfo.cs +++ b/HorseIsleServer/MPN00BS/Properties/AssemblyInfo.cs @@ -30,8 +30,8 @@ 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.8.66.0")] -[assembly: AssemblyFileVersion("1.8.66.0")] +[assembly: AssemblyVersion("1.8.67.0")] +[assembly: AssemblyFileVersion("1.8.67.0")]