target linux-arm (armv7) for raspberry pi 32-bit OS, bump to 1.0.16

This commit is contained in:
EugeneTes
2026-07-23 14:15:52 +00:00
parent 894836f94d
commit 678e353d5b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Version>1.0.15</Version> <Version>1.0.16</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@@ -14,7 +14,7 @@ echo "Publishing epson-print-service@${version}"
payload="publish/payload" payload="publish/payload"
rm -rf publish && mkdir -p "$payload" rm -rf publish && mkdir -p "$payload"
dotnet publish EpsonPrintService/EpsonPrintService.csproj \ dotnet publish EpsonPrintService/EpsonPrintService.csproj \
-c Release -r linux-arm64 --self-contained true \ -c Release -r linux-arm --self-contained true \
-p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true \ -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true \
-o "$payload" -o "$payload"